fix test case in 5d17efc

This commit is contained in:
Daniel Freedman
2016-01-27 15:38:15 -08:00
parent 5d17efc5d7
commit 4a9ef8e96d

View File

@@ -491,8 +491,10 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
</style>
</template>
<script>
Polymer({
is: 'x-variable-override'
HTMLImports.whenReady(function() {
Polymer({
is: 'x-variable-override'
});
});
</script>
</dom-module>