mediawiki.jqueryMsg: Fix double-escaped attributes in the parser
[lhc/web/wiklou.git] / resources / jquery.effects / jquery.effects.clip.js
index 796ba89..2b43554 100644 (file)
@@ -1,23 +1,23 @@
-/*
- * jQuery UI Effects Clip 1.8.2
+/*!
+ * jQuery UI Effects Clip 1.8.21
  *
- * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT (MIT-LICENSE.txt)
- * and GPL (GPL-LICENSE.txt) licenses.
+ * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
+ * Dual licensed under the MIT or GPL Version 2 licenses.
+ * http://jquery.org/license
  *
  * http://docs.jquery.com/UI/Effects/Clip
  *
  * Depends:
  *     jquery.effects.core.js
  */
-(function($) {
+(function( $, undefined ) {
 
 $.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