This commit is contained in:
Emmanuel Schanzer 2015-02-02 08:29:26 -05:00
parent 085494978f
commit 4b9214ff8d

View File

@ -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,