2019-11-02 10:38:58 +01:00
|
|
|
/*!
|
2020-12-10 14:06:04 +01:00
|
|
|
* jQuery UI Effects Transfer 1.12.1
|
2019-11-02 10:38:58 +01:00
|
|
|
* http://jqueryui.com
|
|
|
|
|
*
|
|
|
|
|
* Copyright jQuery Foundation and other contributors
|
|
|
|
|
* Released under the MIT license.
|
|
|
|
|
* http://jquery.org/license
|
|
|
|
|
*/
|
2021-04-27 08:32:47 +02:00
|
|
|
!function(e){"function"==typeof define&&define.amd?define(["jquery","./effect"],e):e(jQuery)}(function(n){var e;return e=!1!==n.uiBackCompat?n.effects.define("transfer",function(e,f){n(this).transfer(e,f)}):e});
|