9 lines
409 B
JavaScript
9 lines
409 B
JavaScript
/*!
|
|
* jQuery UI Effects Transfer 1.13.3
|
|
* https://jqueryui.com
|
|
*
|
|
* Copyright OpenJS Foundation and other contributors
|
|
* Released under the MIT license.
|
|
* https://jquery.org/license
|
|
*/
|
|
(e=>{"function"==typeof define&&define.amd?define(["jquery","../version","../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}); |