comment out a style assignment that doesn't seem necessary

This commit is contained in:
ansuz 2017-04-09 11:55:27 +02:00
parent 8c629185e1
commit 108ab7e9de

View File

@ -107,9 +107,8 @@ define([
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);