diff --git a/whalesong/image/private/kernel.js b/whalesong/image/private/kernel.js index 992ae5d..1282390 100644 --- a/whalesong/image/private/kernel.js +++ b/whalesong/image/private/kernel.js @@ -300,7 +300,7 @@ var SceneImage = function(width, height, color, children, withBorder) { SceneImage.prototype = heir(BaseImage.prototype); // add: image primitive-number primitive-number -> Scene -SceneImage.prototype.add = function(anImage, x, color) { +SceneImage.prototype.add = function(anImage, x, y) { return new SceneImage(this.width, this.height, this.children.concat([[anImage,