2
0
mirror of https://github.com/PitPik/tinyColorPicker synced 2025-07-15 22:14:28 -06:00

empty value update

This commit is contained in:
peterd 2015-03-18 19:49:21 +01:00
parent c4c1c7960d
commit 1819bbf6c7
3 changed files with 3 additions and 4 deletions

View File

@ -137,7 +137,6 @@
e.returnValue = false;
_$trigger._offset = $(this).offset();
_$trigger._hasValue = _$trigger[0].hasAttribute('value');
(action = action === 'xy_slider' ? xy_slider :
action === 'z_slider' ? z_slider : alpha)(e);
@ -200,7 +199,7 @@
v = (1 - colors.hsv.v) * _$xy_slider._height,
a = alpha * _$alpha._width,
translate3d = _GPU ? 'translate3d' : '',
hasNoValue = _$trigger.hasValue &&
hasNoValue = _$trigger[0].hasAttribute('value') &&
_$trigger.val() === '' && toggled !== undefined;
_$xy_slider._css = {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long