From 88027d7a3913872c16f42cb9d9d713aa994eb034 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 4 Jun 2020 23:27:22 +0300 Subject: fix various minor issues reported by eslint --- js/PrefLabelTree.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'js/PrefLabelTree.js') diff --git a/js/PrefLabelTree.js b/js/PrefLabelTree.js index 988e313b0..b14474feb 100644 --- a/js/PrefLabelTree.js +++ b/js/PrefLabelTree.js @@ -1,4 +1,5 @@ -/* global lib,dijit */ +/* global __, define, lib, dijit, dojo, xhrPost, Notify */ + define(["dojo/_base/declare", "dojo/dom-construct", "lib/CheckBoxTree", "dijit/form/DropDownButton"], function (declare, domConstruct) { return declare("fox.PrefLabelTree", lib.CheckBoxTree, { -- cgit v1.2.3