#46 jquery removed
parent
b5d38c2a8a
commit
1afe55363e
|
@ -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';
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue