-
Bug
-
Resolution: Fixed
-
Minor
-
3.1.0-dev
-
None
Minor typo in editor.js:
var r = 0,
|
g = 0,
|
b = 0,
|
numberList = new Array(6);
|
color = '',
|
at the end of numberList declaration it should be comma, not ;