mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
call shadowRootCreated in the right scope
This commit is contained in:
@@ -102,7 +102,7 @@ license that can be found in the LICENSE file.
|
||||
}
|
||||
establishNodeReferences.call(this, inRoot);
|
||||
if (inUber.shadowRootCreated) {
|
||||
inUber.shadowRootCreated(inRoot);
|
||||
inUber.shadowRootCreated.call(this, inRoot);
|
||||
}
|
||||
this.attrObserver = new AttrObserver(this);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user