summaryrefslogtreecommitdiff
path: root/js/form/ComboButton.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/form/ComboButton.js')
-rwxr-xr-xjs/form/ComboButton.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/js/form/ComboButton.js b/js/form/ComboButton.js
index 2ad4bf123..98386eead 100755
--- a/js/form/ComboButton.js
+++ b/js/form/ComboButton.js
@@ -1,5 +1,4 @@
-/* eslint-disable prefer-rest-params */
-/* global dijit, define */
+/* global define */
define(["dojo/_base/declare", "dijit/form/ComboButton"], function (declare) {
return declare("fox.form.ComboButton", dijit.form.ComboButton, {
startup: function() {