Add missing i18n parameter

fix missing parameter
This commit is contained in:
Vu Minh Tam 2018-11-14 10:48:00 +07:00 committed by GitHub
parent 4b2e7dc3e3
commit c2b292f3e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ define([
'base/js/utils',
'base/js/i18n',
'base/js/dialog',
], function($, utils, dialog) {
], function($, utils, i18n, dialog) {
"use strict";
var init = function () {