fixed regression introduced in last commit
This commit is contained in:
parent
56ac678c0a
commit
6a5309e22e
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user