call shadowRootCreated in the right scope

This commit is contained in:
frankiefu
2012-10-15 16:29:04 -07:00
parent 58e9c5438f
commit ee7c412ac8

View File

@@ -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);
};