summaryrefslogtreecommitdiffstats
path: root/ui/jquery.effects.scale.js
diff options
context:
space:
mode:
authorFelix Nagel <info@felixnagel.com>2011-05-23 22:10:58 +0200
committerFelix Nagel <info@felixnagel.com>2011-05-23 22:10:58 +0200
commit6347f529e85aa1535bf8564f3ab6b7c39117c3f0 (patch)
tree2ac1dd3cc0916b54b6e94d267df1047593f726e8 /ui/jquery.effects.scale.js
parentd76aeef6de75896cfb147e3aa877a5e555273bc1 (diff)
parent23f222531d459e0fe38ddb4730ae060073d5d5c0 (diff)
downloadjquery-ui-6347f529e85aa1535bf8564f3ab6b7c39117c3f0.tar.gz
jquery-ui-6347f529e85aa1535bf8564f3ab6b7c39117c3f0.zip
Merge commit '1.8.13' into selectmenu
Diffstat (limited to 'ui/jquery.effects.scale.js')
-rw-r--r--ui/jquery.effects.scale.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/jquery.effects.scale.js b/ui/jquery.effects.scale.js
index edbffb7c9..281021380 100644
--- a/ui/jquery.effects.scale.js
+++ b/ui/jquery.effects.scale.js
@@ -1,7 +1,7 @@
/*
* jQuery UI Effects Scale @VERSION
*
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
+ * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
@@ -84,8 +84,8 @@ $.effects.size = function(o) {
return this.queue(function() {
// Create element
- var el = $(this), props = ['position','top','left','width','height','overflow','opacity'];
- var props1 = ['position','top','left','overflow','opacity']; // Always restore
+ var el = $(this), props = ['position','top','bottom','left','right','width','height','overflow','opacity'];
+ var props1 = ['position','top','bottom','left','right','overflow','opacity']; // Always restore
var props2 = ['width','height','overflow']; // Copy for children
var cProps = ['fontSize'];
var vProps = ['borderTopWidth', 'borderBottomWidth', 'paddingTop', 'paddingBottom'];