Bug 1507675 - Drop the second argument for then(). r=boris

The second argument should be a callback for reject case.

Differential Revision: https://phabricator.services.mozilla.com/D12086

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Hiroyuki Ikezoe 2018-11-16 02:35:47 +00:00
Родитель 9735214d9a
Коммит a4c04af9af
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -332,7 +332,7 @@ function testSetOfGeometricProperties() {
warning: 'CompositorAnimationWarningTransformWithSyncGeometricAnimations'
}
]);
}, 'Transform animation should be run on the main thread');
});
}, `${property} is treated as a geometric property`);
});
}