commit | 15213d068d3736bacdafc895b09303e40286e75f | [log] [tgz] |
---|---|---|
author | Mathias Bynens <[email protected]> | Thu May 14 11:55:11 2020 |
committer | Commit Bot <[email protected]> | Thu May 14 13:42:05 2020 |
tree | f82ab4ffd3a5eb5af3242a8882b2993f8b667e1f | |
parent | babd873bca89d25446da70e1c301fde8828ba684 [diff] [blame] |
Enable no-global-assign lint rule This actually caught an issue in ElementsTestRunner.js. Bug: chromium:1057042 Change-Id: I850156e6b7956fe9b24295eb084e5b228113bda9 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2201178 Reviewed-by: Tim van der Lippe <[email protected]> Reviewed-by: Yang Guo <[email protected]> Commit-Queue: Mathias Bynens <[email protected]>
diff --git a/front_end/animation/animation-legacy.js b/front_end/animation/animation-legacy.js index 4c65c7b..7c46b45 100644 --- a/front_end/animation/animation-legacy.js +++ b/front_end/animation/animation-legacy.js
@@ -5,6 +5,7 @@ import * as AnimationModule from './animation.js'; self.Animation = self.Animation || {}; +/* global Animation:writable */ Animation = Animation || {}; /**