mirror of
https://github.com/PitPik/tinyColorPicker
synced 2025-07-06 17:44:28 -06:00
_instance fix
This commit is contained in:
parent
50f1f34c4e
commit
973953e867
@ -265,7 +265,7 @@
|
|||||||
|
|
||||||
_instance = _instance ? _instance.add(this) : this;
|
_instance = _instance ? _instance.add(this) : this;
|
||||||
_selector += (_selector ? ', ' : '') + this.selector;
|
_selector += (_selector ? ', ' : '') + this.selector;
|
||||||
this.colorPicker = _colorPicker ||
|
_instance.colorPicker = _colorPicker ||
|
||||||
(_colorPicker = new ColorPicker(options));
|
(_colorPicker = new ColorPicker(options));
|
||||||
|
|
||||||
$(options.body).off('.a').
|
$(options.body).off('.a').
|
||||||
|
File diff suppressed because one or more lines are too long
2
jqColorPicker.min.js
vendored
2
jqColorPicker.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user