Remove unused parameter.

This commit is contained in:
Jürg Lehni 2011-12-10 20:05:26 +01:00
parent c8f3f3be27
commit b0b49d027a

View file

@ -188,7 +188,7 @@ var View = this.View = Base.extend(Callback, /** @lends View# */{
}
},
_transform: function(matrix, flags) {
_transform: function(matrix) {
this._matrix.preConcatenate(matrix);
// Force recalculation of these values next time they are requested.
this._bounds = null;