Merge pull request #3212 from sandro-k/patch-1

Update PRIMER.md
This commit is contained in:
Steve Orvell 2016-02-03 16:48:56 -08:00
commit cffaad4b55

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