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