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/Select.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/form/Select.js') diff --git a/js/form/Select.js b/js/form/Select.js index c62db1821..530880e2d 100755 --- a/js/form/Select.js +++ b/js/form/Select.js @@ -1,4 +1,4 @@ -/* global dijit */ +/* global dijit, define */ define(["dojo/_base/declare", "dijit/form/Select"], function (declare) { return declare("fox.form.Select", dijit.form.Select, { focus: function() { -- cgit v1.2.3-54-g00ecf