diff --git a/PRIMER.md b/PRIMER.md index 2508799a7b..11b77286e0 100644 --- a/PRIMER.md +++ b/PRIMER.md @@ -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) {