Fix linting error (unused var)

This commit is contained in:
mabashian 2019-12-11 13:37:39 -05:00 committed by Graham Mainwaring
parent efbff24528
commit 4b3d3537b4

View File

@ -15,7 +15,7 @@ function bootstrap (callback) {
angular.module('I18N').constant('LOCALE', locale);
}
fetchConfig((config) => {
fetchConfig(() => {
angular.element(document).ready(() => callback());
});
});