Skip to content

Commit

Permalink
Add warning to Interactable#squareResize
Browse files Browse the repository at this point in the history
Deprecated
  • Loading branch information
taye committed Mar 17, 2015
1 parent 669146e commit 75ebb16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions interact.js
Expand Up @@ -5240,6 +5240,8 @@
'Interactable#inertia is deprecated. See the new documentation for inertia at http://interactjs.io/docs/inertia');
Interactable.prototype.autoScroll = warnOnce(Interactable.prototype.autoScroll,
'Interactable#autoScroll is deprecated. See the new documentation for autoScroll at http://interactjs.io/docs/#autoscroll');
Interactable.prototype.squareResize = warnOnce(Interactable.prototype.squareResize,
'Interactable#squareResize is deprecated. See http://interactjs.io/docs/#resize-square');

/*\
* interact.isSet
Expand Down

0 comments on commit 75ebb16

Please sign in to comment.