diff options
Diffstat (limited to 'ui/jquery.effects.clip.js')
-rw-r--r-- | ui/jquery.effects.clip.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.effects.clip.js b/ui/jquery.effects.clip.js index c859205b4..9fa8df94a 100644 --- a/ui/jquery.effects.clip.js +++ b/ui/jquery.effects.clip.js @@ -17,7 +17,7 @@ $.effects.clip = function(o) { return this.queue(function() { // Create element - var el = $(this), props = ['position','top','left','height','width']; + var el = $(this), props = ['position','top','bottom','left','right','height','width']; // Set options var mode = $.effects.setMode(el, o.options.mode || 'hide'); // Set Mode |