Skip to content

Commit

Permalink
fix test case in 5d17efc
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Jan 27, 2016
1 parent 5d17efc commit 4a9ef8e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/unit/styling-cross-scope-var.html
Original file line number Diff line number Diff line change
Expand Up @@ -491,8 +491,10 @@
</style>
</template>
<script>
Polymer({
is: 'x-variable-override'
HTMLImports.whenReady(function() {
Polymer({
is: 'x-variable-override'
});
});
</script>
</dom-module>
Expand Down

0 comments on commit 4a9ef8e

Please sign in to comment.