remove module reference from method calls

This commit is contained in:
dkanada
2019-02-03 02:41:16 +09:00
parent e2d975de09
commit 6ffae6cbe0
55 changed files with 434 additions and 434 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ define(['dialog', 'globalize'], function (dialog, globalize) {
var items = [];
items.push({
name: globalize.translate('sharedcomponents#ButtonGotIt'),
name: globalize.translate('ButtonGotIt'),
id: 'ok',
type: 'submit'
});