Fix lint warnings.

This commit is contained in:
Kevin Schaaf
2018-07-18 10:02:46 -07:00
parent 47ade191de
commit a0c5268c9b

View File

@@ -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