Fix mistake in earlier commit.

This commit is contained in:
Jonathan Puckey 2011-05-15 14:26:08 +02:00
parent 3f8f539aeb
commit f8f6754068

View file

@ -92,7 +92,7 @@ var Color = this.Color = Base.extend(new function() {
: rgbColor;
} else {
var components = isArray ? arg
: arguments;//Array.prototype.slice.call(arguments);
: Array.prototype.slice.call(arguments);
if (!this._colorType) {
// Called on the abstract Color class. Guess color type
// from arg