mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Suppress warnings and expected errors in test suite
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<script>
|
||||
console.log('x-needs-repeat loaded')
|
||||
Polymer({
|
||||
is: 'x-needs-host',
|
||||
ready: function() {
|
||||
@@ -9,4 +8,4 @@ console.log('x-needs-repeat loaded')
|
||||
this.config = this.dataHost.getAttribute('config');
|
||||
}
|
||||
});
|
||||
</script>
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user