mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
commit
cffaad4b55
@ -167,8 +167,8 @@ MyElement = Polymer({
|
|||||||
is: 'my-element',
|
is: 'my-element',
|
||||||
|
|
||||||
factoryImpl: function(foo, bar) {
|
factoryImpl: function(foo, bar) {
|
||||||
el.foo = foo;
|
this.foo = foo;
|
||||||
el.configureWithBar(bar);
|
this.configureWithBar(bar);
|
||||||
},
|
},
|
||||||
|
|
||||||
configureWithBar: function(bar) {
|
configureWithBar: function(bar) {
|
||||||
|
Loading…
Reference in New Issue
Block a user