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

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott J. Miles committed Mar 29, 2014
1 parent 8899e87 commit 6aa3be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instance/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
var template = this.fetchTemplate(elementElement);
if (template) {
var root = this.shadowFromTemplate(template);
this.shadowRoots[elementElement.name] = root;
this.shadowRoots[elementElement.name] = root;
}
},
// return a shadow-root template (if desired), override for custom behavior
Expand Down

0 comments on commit 6aa3be5

Please sign in to comment.