Update PRIMER.md

Without testing my changes, I am pretty sure there is a mistake in the documentation.
This commit is contained in:
Sanndro
2015-12-17 15:32:32 +01:00
parent 273ab0fbe6
commit bb4d558ac5

View File

@@ -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) {