vendor/assets/javascripts/aloha/plugins/extra/browser/vendor/jquery.ui.js in locomotive-aloha-rails-0.20.1.2 vs vendor/assets/javascripts/aloha/plugins/extra/browser/vendor/jquery.ui.js in locomotive-aloha-rails-0.20.1.3

- old
+ new

@@ -1,5 +1,8 @@ +define(['aloha/jquery'], function(jQuery) { + var $ = jQuery; + /*! * jQuery UI 1.8.1 * * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT (MIT-LICENSE.txt) @@ -751,6 +754,8 @@ * Depends: * jquery.effects.core.js */ (function(e){e.effects.transfer=function(a){return this.queue(function(){var b=e(this),c=e(a.options.to),d=c.offset();c={top:d.top,left:d.left,height:c.innerHeight(),width:c.innerWidth()};d=b.offset();var f=e('<div class="ui-effects-transfer"></div>').appendTo(document.body).addClass(a.options.className).css({top:d.top,left:d.left,height:b.innerHeight(),width:b.innerWidth(),position:"absolute"}).animate(c,a.duration,a.options.easing,function(){f.remove();a.callback&&a.callback.apply(b[0],arguments); b.dequeue()})})}})(jQuery); -; +; + +}); \ No newline at end of file