mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Fix lint warnings.
This commit is contained in:
@@ -59,7 +59,6 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
<div id="target"></div>
|
||||
|
||||
<script type="module">
|
||||
import {Polymer} from '../../polymer-legacy.js';
|
||||
import {flush} from '../../lib/utils/flush.js';
|
||||
|
||||
suite('strictTemplatePolicy', function() {
|
||||
@@ -79,7 +78,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
window.uncaughtErrorFilter = window.top.uncaughtErrorFilter = function(err) {
|
||||
uncaughtError = err;
|
||||
return true;
|
||||
}
|
||||
};
|
||||
assert.throws(function() {
|
||||
fn();
|
||||
// Re-throw any uncaughtErrors
|
||||
|
||||
Reference in New Issue
Block a user