Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
up comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Katochimoto committed Jul 17, 2014
1 parent de9d7aa commit d7889fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CustomElements.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var hasNative = Boolean(document.registerElement);
var useNative = !flags.register && hasNative && !window.ShadowDOMPolyfill && (!window.HTMLImports || HTMLImports.useNative);

if (useNative) {
// FF no stores methods and properties after cloning
// FF doesn't store methods and properties after cloning
document.registerElement('check-cloning-element', {
prototype: Object.create(HTMLElement.prototype, {
test: { get: function() { return 1; } }
Expand Down

0 comments on commit d7889fe

Please sign in to comment.