empty value update

pull/25/head
peterd 9 years ago
parent c4c1c7960d
commit 1819bbf6c7

@ -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
Loading…
Cancel
Save