Skip to content

Commit f20315e

Browse files
author
Justin Moore
committed
Fix mm-tabs demo by using light dom querying
1 parent 68f25d0 commit f20315e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mm-tabs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ <h4>Expanded Concept</h4>
183183
grid1.data = grid1Data;
184184

185185
document.querySelector("#ext").promise.then(function (instance) {
186-
instance.$$("#loadedTemplate").promise.then(function (dataHost) {
186+
Polymer.dom(instance).querySelector("#loadedTemplate").promise.then(function (dataHost) {
187187
dataHost.set("data", grid1Data);
188188
})
189189
});

0 commit comments

Comments
 (0)