diff options
author | Mark Longair <mhl@pobox.com> | 2013-09-26 10:50:12 +0100 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2013-09-30 10:34:31 +0100 |
commit | 36a22217703ab9d55989b2a52f49b6b045a605b4 (patch) | |
tree | 1df9b2bb2379e0e663a31ca1ca7b2fa2a0d8a111 /public/javascripts/ba-throttle-debounce.js | |
parent | 156fe47124d2d0001c1f5050695742b7022bda3c (diff) |
Switch Javascript (bar admin) to be served with the asset pipline
Diffstat (limited to 'public/javascripts/ba-throttle-debounce.js')
-rw-r--r-- | public/javascripts/ba-throttle-debounce.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/public/javascripts/ba-throttle-debounce.js b/public/javascripts/ba-throttle-debounce.js deleted file mode 100644 index 07205508e..000000000 --- a/public/javascripts/ba-throttle-debounce.js +++ /dev/null @@ -1,9 +0,0 @@ -/* - * jQuery throttle / debounce - v1.1 - 3/7/2010 - * http://benalman.com/projects/jquery-throttle-debounce-plugin/ - * - * Copyright (c) 2010 "Cowboy" Ben Alman - * Dual licensed under the MIT and GPL licenses. - * http://benalman.com/about/license/ - */ -(function(b,c){var $=b.jQuery||b.Cowboy||(b.Cowboy={}),a;$.throttle=a=function(e,f,j,i){var h,d=0;if(typeof f!=="boolean"){i=j;j=f;f=c}function g(){var o=this,m=+new Date()-d,n=arguments;function l(){d=+new Date();j.apply(o,n)}function k(){h=c}if(i&&!h){l()}h&&clearTimeout(h);if(i===c&&m>e){l()}else{if(f!==true){h=setTimeout(i?k:l,i===c?e-m:e)}}}if($.guid){g.guid=j.guid=j.guid||$.guid++}return g};$.debounce=function(d,e,f){return f===c?a(d,e,false):a(d,f,e!==false)}})(this);
\ No newline at end of file |