зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1494162 - Part 16: Lazy load the TimeScale module in the animation reducer. r=pbro
This commit is contained in:
Родитель
b5b5192fad
Коммит
a97b421f89
|
@ -14,7 +14,7 @@ const {
|
|||
UPDATE_SIDEBAR_SIZE,
|
||||
} = require("../actions/index");
|
||||
|
||||
const TimeScale = require("../utils/timescale");
|
||||
loader.lazyRequireGetter(this, "TimeScale", "devtools/client/inspector/animation/utils/timescale");
|
||||
|
||||
const INITIAL_STATE = {
|
||||
animations: [],
|
||||
|
|
Загрузка…
Ссылка в новой задаче