Fix typo.

This commit is contained in:
Jürg Lehni 2011-06-20 18:34:51 +01:00
parent 582f8f84fb
commit 5e39e60d51

View file

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