comment out a style assignment that doesn't seem necessary

pull/1/head
ansuz 2017-04-09 11:55:27 +02:00
parent 8c629185e1
commit 108ab7e9de
1 changed files with 3 additions and 4 deletions

View File

@ -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);