Skip to content

Commit

Permalink
Fn name
Browse files Browse the repository at this point in the history
  • Loading branch information
stephband committed Oct 20, 2024
1 parent ee2817b commit f68bad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions literal-html/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ library provides another template, `<template is="literal-shadow">`

import Signal from 'fn/signal.js';
import element, { getInternals } from 'dom/element.js';
import createObjectProperty from 'dom/element/create-object-property.js';
import { createObjectAttribute } from 'dom/element/create-attribute.js';
import assignDataset from '../modules/dom/assign-dataset.js';
import requestData from '../modules/request-data.js';
import Literal from '../modules/template.js';
Expand Down Expand Up @@ -116,5 +116,5 @@ export default element('<template is="literal-html">', {
(well, not quite immediately – literal renders changes on the next frame).
**/

data: createObjectProperty()
data: createObjectAttribute('data')
}, null, 'stephen.band/literal/');

0 comments on commit f68bad9

Please sign in to comment.