Skip to content

Commit

Permalink
Make sure Fragment marker is consitent
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanHoyer committed Feb 24, 2022
1 parent 1ed6378 commit 539f387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var m = function m() { return hyperscript.apply(this, arguments) }
m.m = hyperscript
m.trust = hyperscript.trust
m.fragment = hyperscript.fragment
m.Fragment = "["
m.Fragment = m.fragment().tag
m.mount = mountRedraw.mount
m.route = require("./route")
m.render = require("./render")
Expand Down

0 comments on commit 539f387

Please sign in to comment.