From 7f0800537e8268dcbc4fce19f38fcbaa3d78a1cd Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 12 Feb 2021 19:02:09 +0300 Subject: silence (or fix) a bunch of eslint warnings --- js/form/DropDownButton.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'js/form/DropDownButton.js') 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() { -- cgit v1.2.3-54-g00ecf