comment out a style assignment that doesn't seem necessary
parent
8c629185e1
commit
108ab7e9de
|
@ -106,10 +106,9 @@ define([
|
|||
var $picker = $('<input>', {
|
||||
type: 'color',
|
||||
value: '#FFFFFF',
|
||||
})
|
||||
.css({
|
||||
visibility: 'hidden'
|
||||
})
|
||||
})
|
||||
// TODO confirm that this is safe to remove
|
||||
//.css({ visibility: 'hidden' })
|
||||
.on('change', function () {
|
||||
var color = this.value;
|
||||
cb(color);
|
||||
|
|
Loading…
Reference in New Issue