mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 23:57:13 +02:00
[Case 4315] ESLint Pass 3, adds global declarations (details below).
This resolves 23 error <x> is not defined no-undef errors related to global objects. Issue Count reduced from 70 to 47. Changes Committed: modified: scripts/system/html/js/colpick.js
This commit is contained in:
parent
691aafcf29
commit
0a1e05326e
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ under the MIT and GPL licenses
|
||||||
For usage and examples: colpick.com/plugin
|
For usage and examples: colpick.com/plugin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* global console, document, Element, EventBridge, jQuery, navigator, window, _ $ */
|
||||||
|
|
||||||
(function ($) {
|
(function ($) {
|
||||||
var colpick = function () {
|
var colpick = function () {
|
||||||
var
|
var
|
||||||
|
|
Loading…
Reference in a new issue