comment out a style assignment that doesn't seem necessary

pull/1/head
ansuz 8 years ago
parent 8c629185e1
commit 108ab7e9de

@ -107,9 +107,8 @@ define([
type: 'color', type: 'color',
value: '#FFFFFF', value: '#FFFFFF',
}) })
.css({ // TODO confirm that this is safe to remove
visibility: 'hidden' //.css({ visibility: 'hidden' })
})
.on('change', function () { .on('change', function () {
var color = this.value; var color = this.value;
cb(color); cb(color);

Loading…
Cancel
Save