From f378e34789ce616384ddc25704b7f58528099864 Mon Sep 17 00:00:00 2001 From: Alexander Schmitz Date: Fri, 21 Aug 2015 00:07:28 -0400 Subject: Resizable: Style updates Ref #14246 Ref gh-1588 --- ui/widgets/resizable.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ui') diff --git a/ui/widgets/resizable.js b/ui/widgets/resizable.js index 95cf918d9..cc6f9f186 100644 --- a/ui/widgets/resizable.js +++ b/ui/widgets/resizable.js @@ -60,7 +60,7 @@ $.widget("ui.resizable", $.ui.mouse, { // See #7960 zIndex: 90, - // callbacks + // Callbacks resize: null, start: null, stop: null @@ -153,7 +153,7 @@ $.widget("ui.resizable", $.ui.mouse, { display: "block" }) ); - // support: IE9 + // Support: IE9 // avoid IE jump (hard set the margin) this.originalElement.css({ margin: this.originalElement.css("margin") }); @@ -796,7 +796,7 @@ $.ui.plugin.add("resizable", "animate", { $(pr[0]).css({ width: data.width, height: data.height }); } - // propagating resize, and updating values for each animation step + // Propagating resize, and updating values for each animation step that._updateCache(data); that._propagate("resize", event); -- cgit v1.2.3