Skip to content

Commit

Permalink
Update PRIMER.md
Browse files Browse the repository at this point in the history
Without testing my changes, I am pretty sure there is a mistake in the documentation.
  • Loading branch information
sandro-k committed Dec 17, 2015
1 parent 273ab0f commit bb4d558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PRIMER.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ MyElement = Polymer({
is: 'my-element',

factoryImpl: function(foo, bar) {
el.foo = foo;
el.configureWithBar(bar);
this.foo = foo;
this.configureWithBar(bar);
},

configureWithBar: function(bar) {
Expand Down

0 comments on commit bb4d558

Please sign in to comment.