Skip to content

Commit

Permalink
Merge pull request dglazkov#14 from spartakit/master
Browse files Browse the repository at this point in the history
Merging this so Dimitri doesn't get annoyed with me. :)
  • Loading branch information
sjmiles committed Aug 6, 2012
2 parents bcae0c3 + bd24a70 commit 000a263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components-polyfill.js
Expand Up @@ -39,7 +39,7 @@ scope.Declaration.prototype = {

generateConstructor: function() {
var tagName = this.element.extendsTagName;
var created = this.element.created;
var created = this.created;
var extended = function() {
var element = document.createElement(tagName);
extended.prototype.__proto__ = element.__proto__;
Expand Down

0 comments on commit 000a263

Please sign in to comment.