Reintroduce accidentally removed definition of _readNull: true.

This commit is contained in:
Jürg Lehni 2011-03-14 22:08:07 +01:00
parent a48c130965
commit f02b7031a9

View file

@ -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);