From 5e39e60d51fc2975e933988f8b95a14a0b436473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Mon, 20 Jun 2011 18:34:51 +0100 Subject: [PATCH] Fix typo. --- src/item/Raster.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/item/Raster.js b/src/item/Raster.js index 768667b0..b1fdcca9 100644 --- a/src/item/Raster.js +++ b/src/item/Raster.js @@ -374,7 +374,7 @@ var Raster = this.Raster = Item.extend({ getBounds: function() { if (!this._bounds) - this._bounds = tis._createBounds(this.matrix._transformBounds( + this._bounds = this._createBounds(this.matrix._transformBounds( new Rectangle(this._size).setCenter(0, 0))); return this._bounds; },