Skip to content

Commit

Permalink
queueFn: updating minified version
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy committed Sep 5, 2010
1 parent 3da4e20 commit f6c5c3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jquery.ba-queuefn.min.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
* jQuery queueFn - v0.6 - 06/21/2010
* jQuery queueFn - v0.7 - 9/05/2010
* http://benalman.com/projects/jquery-misc-plugins/
*
* Copyright (c) 2010 "Cowboy" Ben Alman
* Dual licensed under the MIT and GPL licenses.
* http://benalman.com/about/license/
*/
(function($){$.fn.queueFn=function(b){var a=Array.prototype.slice.call(arguments,1);b=$.isFunction(b)?b:$.fn[b];return this.queue(function(){b.apply($(this),a);$.dequeue(this)})}})(jQuery);
(function($){$.fn.queueFn=function(c){var b,d,a=Array.prototype.slice.call(arguments,1);if(typeof c==="boolean"){if(c){d=this;b=this.length}c=a.shift()}c=$.isFunction(c)?c:$.fn[c];return this.queue(function(){!--b&&c.apply(d||this,a);$.dequeue(this)})}})(jQuery);

0 comments on commit f6c5c3e

Please sign in to comment.