diff --git a/src/editor/components/jgraduate/jQuery.jGraduate.js b/src/editor/components/jgraduate/jQuery.jGraduate.js index a1f9ccf5..e9df23b1 100644 --- a/src/editor/components/jgraduate/jQuery.jGraduate.js +++ b/src/editor/components/jgraduate/jQuery.jGraduate.js @@ -20,7 +20,6 @@ * @example $.jGraduate.Paint({radialGradient: o, a: 7}); // creates a radial gradient paint with opacity=0.07 * @example $.jGraduate.Paint({hex: '#rrggbb', linearGradient: o}); // throws an exception? */ -/* globals $ */ import Paint from './paint.js'; import {jPickerDefaults, jPickerMethod} from './jQuery.jPicker.js'; import {findPos} from './Util.js'; diff --git a/src/editor/components/jgraduate/jQuery.jPicker.js b/src/editor/components/jgraduate/jQuery.jPicker.js index 5353e5de..7701848f 100755 --- a/src/editor/components/jgraduate/jQuery.jPicker.js +++ b/src/editor/components/jgraduate/jQuery.jPicker.js @@ -15,7 +15,6 @@ * John Dyers' website: {@link http://johndyer.name} * Color Picker page: {@link http://johndyer.name/photoshop-like-javascript-color-picker/} */ -/* globals $ */ /* eslint-disable unicorn/prefer-math-trunc */ /* eslint-disable no-unsanitized/property */ /* eslint-disable no-bitwise */