X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fassets%2Fvendor%2Fjquery-once%2Fjquery.once.min.js;fp=web%2Fcore%2Fassets%2Fvendor%2Fjquery-once%2Fjquery.once.min.js;h=56c4ba17b5f683ef6f6072633a760b60723e507f;hp=d15b280cfc45db4ccb0d68822edd6e9f753b3b48;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/assets/vendor/jquery-once/jquery.once.min.js b/web/core/assets/vendor/jquery-once/jquery.once.min.js index d15b280cf..56c4ba17b 100644 --- a/web/core/assets/vendor/jquery-once/jquery.once.min.js +++ b/web/core/assets/vendor/jquery-once/jquery.once.min.js @@ -1,8 +1,8 @@ /*! - * jQuery Once v2.1.1 - http://github.com/robloach/jquery-once + * jQuery Once v2.2.0 - http://github.com/robloach/jquery-once * @license MIT, GPL-2.0 * http://opensource.org/licenses/MIT * http://opensource.org/licenses/GPL-2.0 */ -(function(e){"use strict";if(typeof exports==="object"){e(require("jquery"))}else if(typeof define==="function"&&define.amd){define(["jquery"],e)}else{e(jQuery)}})(function(e){"use strict";var n=function(e){e=e||"once";if(typeof e!=="string"){throw new Error("The jQuery Once id parameter must be a string")}return e};e.fn.once=function(t){var r="jquery-once-"+n(t);return this.filter(function(){return e(this).data(r)!==true}).data(r,true)};e.fn.removeOnce=function(e){return this.findOnce(e).removeData("jquery-once-"+n(e))};e.fn.findOnce=function(t){var r="jquery-once-"+n(t);return this.filter(function(){return e(this).data(r)===true})}}); +(function(e){"use strict";if(typeof exports==="object"){e(require("jquery"))}else if(typeof define==="function"&&define.amd){define(["jquery"],e)}else{e(jQuery)}})(function(e){"use strict";var n=function(e){e=e||"once";if(typeof e!=="string"){throw new TypeError("The jQuery Once id parameter must be a string")}return e};e.fn.once=function(t){var r="jquery-once-"+n(t);return this.filter(function(){return e(this).data(r)!==true}).data(r,true)};e.fn.removeOnce=function(e){return this.findOnce(e).removeData("jquery-once-"+n(e))};e.fn.findOnce=function(t){var r="jquery-once-"+n(t);return this.filter(function(){return e(this).data(r)===true})}}); //# sourceMappingURL=jquery.once.min.js.map \ No newline at end of file