Skip to content

Commit

Permalink
Merge pull request #1147 from rictic/patch-2
Browse files Browse the repository at this point in the history
nit: fix typo in PRIMER.md
  • Loading branch information
addyosmani committed Jan 30, 2015
2 parents 03be20d + 975bc55 commit e4ebe23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PRIMER.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ MyElement = Polymer({

is: 'my-element',

create: function() {
created: function() {
console.log(this.localName + '#' + this.id + ' was created');
},

Expand Down

0 comments on commit e4ebe23

Please sign in to comment.