aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.resizable.js
diff options
context:
space:
mode:
authorTrey Hunner <treyhunner@gmail.com>2012-10-21 18:50:03 -0700
committerJörn Zaefferer <joern.zaefferer@gmail.com>2012-10-21 22:45:41 -0400
commit49f9b849b9c5023f138e8932510b11bfc9765814 (patch)
tree49df1f705de87c39bd57dfd1a602d3279aab0ba9 /ui/jquery.ui.resizable.js
parent0bcbfe714621ed181137387745a78d640924247b (diff)
downloadjquery-ui-49f9b849b9c5023f138e8932510b11bfc9765814.tar.gz
jquery-ui-49f9b849b9c5023f138e8932510b11bfc9765814.zip
Remove trailing whitespace and add final newlines
Diffstat (limited to 'ui/jquery.ui.resizable.js')
-rw-r--r--ui/jquery.ui.resizable.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.resizable.js b/ui/jquery.ui.resizable.js
index c1fd676d9..fc4868c37 100644
--- a/ui/jquery.ui.resizable.js
+++ b/ui/jquery.ui.resizable.js
@@ -574,7 +574,7 @@ $.ui.plugin.add("resizable", "alsoResize", {
_alsoResize = function (exp, c) {
$(exp).each(function() {
- var el = $(this), start = $(this).data("resizable-alsoresize"), style = {},
+ var el = $(this), start = $(this).data("resizable-alsoresize"), style = {},
css = c && c.length ? c : el.parents(ui.originalElement[0]).length ? ['width', 'height'] : ['width', 'height', 'top', 'left'];
$.each(css, function (i, prop) {