summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-10-20 20:05:10 -0400
committerNed Batchelder <ned@nedbatchelder.com>2014-10-20 20:05:10 -0400
commit058eef4c2872210d251de7716204d0aa632d0c65 (patch)
treeca3030c5ee5301deaf64868b8b5fc048dfdf8245 /coverage/htmlfiles
parent8df30cc564c265c9ae815697590919214fd4a990 (diff)
downloadpython-coveragepy-058eef4c2872210d251de7716204d0aa632d0c65.tar.gz
Get rid of \r
Diffstat (limited to 'coverage/htmlfiles')
-rw-r--r--coverage/htmlfiles/jquery.debounce.min.js18
1 files changed, 9 insertions, 9 deletions
diff --git a/coverage/htmlfiles/jquery.debounce.min.js b/coverage/htmlfiles/jquery.debounce.min.js
index 88f16f3..648fe5d 100644
--- a/coverage/htmlfiles/jquery.debounce.min.js
+++ b/coverage/htmlfiles/jquery.debounce.min.js
@@ -1,9 +1,9 @@
-/*
- * 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
+/*
+ * 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);