From 6a5309e22ec55ad284802c0445a13df182270965 Mon Sep 17 00:00:00 2001 From: Stefan Klug Date: Fri, 11 Jan 2013 16:37:43 +0100 Subject: [PATCH] fixed regression introduced in last commit --- lib/carto/tree/color.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/carto/tree/color.js b/lib/carto/tree/color.js index 75f393b..dd49d5a 100644 --- a/lib/carto/tree/color.js +++ b/lib/carto/tree/color.js @@ -47,7 +47,7 @@ tree.Color.prototype = { // channels will spill onto each other. Once we have // our result, in the form of an integer triplet, // we create a new Color node to hold the result. - operate: function(op, other) { + operate: function(env, op, other) { var result = []; if (! (other instanceof tree.Color)) {