From 75ebb16d9ba8a61216d33398e3ee2a49b7ad5e80 Mon Sep 17 00:00:00 2001 From: Taye Adeyemi Date: Mon, 9 Mar 2015 15:56:48 +0000 Subject: [PATCH] Add warning to Interactable#squareResize Deprecated --- interact.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interact.js b/interact.js index dea54d767..a6820d877 100644 --- a/interact.js +++ b/interact.js @@ -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