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, 2 insertions, 1 deletions
diff --git a/js/form/ComboButton.js b/js/form/ComboButton.js
index 1084cda9c..2ad4bf123 100755
--- a/js/form/ComboButton.js
+++ b/js/form/ComboButton.js
@@ -1,4 +1,5 @@
-/* global dijit */
+/* eslint-disable prefer-rest-params */
+/* global dijit, define */
define(["dojo/_base/declare", "dijit/form/ComboButton"], function (declare) {
return declare("fox.form.ComboButton", dijit.form.ComboButton, {
startup: function() {