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

Commit

Permalink
Merge pull request #56 from Polymer/master
Browse files Browse the repository at this point in the history
8/16 master -> stable hotfix
  • Loading branch information
dfreedm committed Aug 16, 2013
2 parents 284aa7f + f485280 commit 3724b30
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 @@ -310,7 +310,7 @@ if (useNative) {
if (definition) {
return new definition.ctor();
}
return domCreateElement(tag, typeExtension);
return domCreateElement(tag);
}

function upgradeElement(inElement) {
Expand Down

0 comments on commit 3724b30

Please sign in to comment.