Skip to content

Commit cae4e46

Browse files
committed
fix merge mistake
1 parent 336f635 commit cae4e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/declaration/prototype.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
Platform.ShadowCSS.shimStyling(this.templateContent(), name, extendee);
4949
}
5050
// register our custom element with the platform
51-
this.registerPrototype(name);
51+
this.registerPrototype(name, extendee);
5252
// reference constructor in a global named by 'constructor' attribute
5353
this.publishConstructor();
5454
},

0 commit comments

Comments
 (0)