2
0
mirror of https://github.com/PitPik/tinyColorPicker synced 2025-07-06 09:34:28 -06:00

_instance fix

This commit is contained in:
peterd 2015-02-07 15:07:36 +01:00
parent 50f1f34c4e
commit 973953e867
3 changed files with 3 additions and 3 deletions

View File

@ -265,7 +265,7 @@
_instance = _instance ? _instance.add(this) : this;
_selector += (_selector ? ', ' : '') + this.selector;
this.colorPicker = _colorPicker ||
_instance.colorPicker = _colorPicker ||
(_colorPicker = new ColorPicker(options));
$(options.body).off('.a').

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long