diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2021-02-12 19:02:09 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2021-02-12 19:02:09 +0300 |
| commit | 7f0800537e8268dcbc4fce19f38fcbaa3d78a1cd (patch) | |
| tree | d80b1c1a4194265c4c340661a1388f77c2a048c1 /js/form/DropDownButton.js | |
| parent | ad7842c98af21bf400c0f347455a3a8432c01140 (diff) | |
silence (or fix) a bunch of eslint warnings
Diffstat (limited to 'js/form/DropDownButton.js')
| -rwxr-xr-x | js/form/DropDownButton.js | 3 |
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() { |