Fix linting error (unused var)

This commit is contained in:
mabashian 2019-12-11 13:37:39 -05:00 committed by Graham Mainwaring
parent 425d1168b9
commit c16ad89ff9

View File

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