commit | 899893a60cc540b0b41953b884e5883f615aecf4 | [log] [tgz] |
---|---|---|
author | Jack Franklin <[email protected]> | Thu Jul 30 14:01:39 2020 |
committer | Commit Bot <[email protected]> | Thu Jul 30 14:44:20 2020 |
tree | 042fa0e966a08b0cd90c4b9de1128e8c90dd88fb | |
parent | fb3eb0728d1dde441b8b718d11a6627a78a6ab9f [diff] [blame] |
Migrate animation to devtools_entrypoint Bug: 1101738 Change-Id: I05f447baa9854b776821d97d6bde76a4f6d223a7 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2329771 Commit-Queue: Jack Franklin <[email protected]> Reviewed-by: Jan Scheffler <[email protected]> Auto-Submit: Jack Franklin <[email protected]>
diff --git a/front_end/animation/AnimationGroupPreviewUI.js b/front_end/animation/AnimationGroupPreviewUI.js index 7d22845..0dcb1be 100644 --- a/front_end/animation/AnimationGroupPreviewUI.js +++ b/front_end/animation/AnimationGroupPreviewUI.js
@@ -1,6 +1,8 @@ // Copyright (c) 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +// @ts-nocheck +// TODO(crbug.com/1011811): Enable TypeScript compiler checks import {AnimationGroup} from './AnimationModel.js'; // eslint-disable-line no-unused-vars import {AnimationUI} from './AnimationUI.js';