Operator Change

This commit is contained in:
Dustin Moore 2013-05-29 14:20:22 -07:00
parent 2e035f1c71
commit df913ecd12

View file

@ -577,7 +577,6 @@ $.Viewport.prototype = {
*/
resize: function( newContainerSize, maintain ) {
//Set current size to 1 if 0 (hidden div)
var currentsize = this.containerSize.x == 0 ? 1 : this.containerSize.x;
var oldBounds = this.getBounds(),
newBounds = oldBounds,