comment out a style assignment that doesn't seem necessary
This commit is contained in:
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…
x
Reference in New Issue
Block a user