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/ComboButton.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'js/form/ComboButton.js') 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() { -- cgit v1.2.3