Bug 1494162 - Part 16: Lazy load the TimeScale module in the animation reducer. r=pbro

This commit is contained in:
Gabriel Luong 2018-09-28 13:14:33 -04:00
Родитель 43eacf60be
Коммит 5ba9ee79df
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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: [],