mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-22 07:19:57 -05:00
Reintroduce accidentally removed definition of _readNull: true.
This commit is contained in:
parent
a48c130965
commit
f02b7031a9
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ var Color = this.Color = Base.extend(new function() {
|
|||
|
||||
return {
|
||||
beans: true,
|
||||
_readNull: true,
|
||||
|
||||
initialize: function(arg) {
|
||||
var isArray = Array.isArray(arg);
|
||||
|
|
Loading…
Reference in a new issue