diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-21 00:07:28 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-21 08:06:23 -0400 |
commit | f378e34789ce616384ddc25704b7f58528099864 (patch) | |
tree | 96becda0951e3c6bc59fb713b63c87cc9979e3fd /ui/widgets/resizable.js | |
parent | 824e05c337f92eb114b65e00fce8c47c5c94cce6 (diff) | |
download | jquery-ui-f378e34789ce616384ddc25704b7f58528099864.tar.gz jquery-ui-f378e34789ce616384ddc25704b7f58528099864.zip |
Resizable: Style updates
Ref #14246
Ref gh-1588
Diffstat (limited to 'ui/widgets/resizable.js')
-rw-r--r-- | ui/widgets/resizable.js | 6 |
1 files changed, 3 insertions, 3 deletions
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); |