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

Commit d708983

Browse files
author
Addy Osmani
committed
register > registerElement
1 parent 9b55a5c commit d708983

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/custom-element.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
var section = this.querySelector('section');
1010

1111
// Has built-in 'window' protection.
12-
this.register({
12+
this.registerElement({
1313
prototype: {
1414
readyCallback: function() {
1515
this.innerHTML = section.innerHTML;

0 commit comments

Comments
 (0)