Skip to content

Commit

Permalink
remove calls to method already removed from crop-area class; geometry…
Browse files Browse the repository at this point in the history
… rules are now enforced by the size setter method
  • Loading branch information
chirgwin committed Aug 17, 2014
1 parent 4ce543f commit be414c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion source/js/classes/crop-area-circle.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ crop.factory('cropAreaCircle', ['cropArea', function(CropArea) {
res=true;
}

this._dontDragOutside();
angular.element(this._ctx.canvas).css({'cursor': cursor});

return res;
Expand Down
1 change: 0 additions & 1 deletion source/js/classes/crop-area-square.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ crop.factory('cropAreaSquare', ['cropArea', 'cropAreaRectangle', function(CropAr
}
}

this._dontDragOutside();
angular.element(this._ctx.canvas).css({'cursor': cursor});

return res;
Expand Down

0 comments on commit be414c2

Please sign in to comment.