From bb4d558ac5d4cfd063caaf8065cdf61805d2165b Mon Sep 17 00:00:00 2001 From: Sanndro Date: Thu, 17 Dec 2015 15:32:32 +0100 Subject: [PATCH] Update PRIMER.md Without testing my changes, I am pretty sure there is a mistake in the documentation. --- PRIMER.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {