diff options
author | Rob Loach <robloach@gmail.com> | 2013-09-11 01:22:01 -0400 |
---|---|---|
committer | Rob Loach <robloach@gmail.com> | 2013-09-11 01:22:01 -0400 |
commit | ac1fd448edf1efa9c0abbc14d9c8642952498a19 (patch) | |
tree | 365db1b5a7ec83b21e88ede0f09d3cc13411008a /jquery.once.min.js | |
parent | 548c44a7e38317fcdc0d93a3c5b8204818201f0b (diff) | |
download | jquery-once-ac1fd448edf1efa9c0abbc14d9c8642952498a19.zip jquery-once-ac1fd448edf1efa9c0abbc14d9c8642952498a19.tar.gz jquery-once-ac1fd448edf1efa9c0abbc14d9c8642952498a19.tar.bz2 |
Update to 1.2.61.2.6
Diffstat (limited to 'jquery.once.min.js')
-rw-r--r-- | jquery.once.min.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jquery.once.min.js b/jquery.once.min.js index 7cc8092..77ee983 100644 --- a/jquery.once.min.js +++ b/jquery.once.min.js @@ -1,4 +1,4 @@ -/*! jquery-once - v1.2.5 - 8/31/2013 - http://github.com/robloach/jquery-once +/*! jquery-once - v1.2.6 - 9/11/2013 - http://github.com/robloach/jquery-once * (c) 2013 Rob Loach (http://robloach.net) * Licensed GPL-2.0, MIT */ (function(e){"use strict";"object"==typeof exports?e(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],e):e(jQuery)})(function(e){"use strict";var n={},t=0;e.fn.once=function(r,i){"string"!=typeof r&&(r in n||(n[r]=++t),i||(i=r),r="jquery-once-"+n[r]);var o=r+"-processed",s=this.not("."+o).addClass(o);return e.isFunction(i)?s.each(i):s},e.fn.removeOnce=function(n,t){var r=n+"-processed",i=this.filter("."+r).removeClass(r);return e.isFunction(t)?i.each(t):i}});
\ No newline at end of file |