fixed regression introduced in last commit

This commit is contained in:
Stefan Klug 2013-01-11 16:37:43 +01:00
parent 56ac678c0a
commit 6a5309e22e

View File

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