summaryrefslogtreecommitdiff
path: root/js/PrefLabelTree.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-08-23 09:56:34 +0300
committerAndrew Dolgov <[email protected]>2018-08-23 09:56:34 +0300
commita3e2f1a9c3b7fa5688f908bd0aa9ed4c6c539953 (patch)
treedee65ed57833371139cb62b97cae0de43aa5979a /js/PrefLabelTree.js
parent54727f9534f8b17b57d87577ed1ec0e8be8be0f3 (diff)
define custom dojo modules with define() instead of require(), update startup module dependencies
Diffstat (limited to 'js/PrefLabelTree.js')
-rw-r--r--js/PrefLabelTree.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/PrefLabelTree.js b/js/PrefLabelTree.js
index 9c43346b3..2215dcdb0 100644
--- a/js/PrefLabelTree.js
+++ b/js/PrefLabelTree.js
@@ -1,4 +1,4 @@
-require(["dojo/_base/declare", "dojo/dom-construct", "lib/CheckBoxTree", "dijit/form/DropDownButton"], function (declare, domConstruct) {
+define(["dojo/_base/declare", "dojo/dom-construct", "lib/CheckBoxTree", "dijit/form/DropDownButton"], function (declare, domConstruct) {
return declare("fox.PrefLabelTree", lib.CheckBoxTree, {
setNameById: function (id, name) {