diff options
| author | Danny Allen <danny.allen@pennantplc.co.uk> | 2014-05-15 12:29:17 +0100 |
|---|---|---|
| committer | Danny Allen <danny.allen@pennantplc.co.uk> | 2014-05-15 12:29:17 +0100 |
| commit | 77259b5d1fffff59aa5ad71e9e3a14a8084e838b (patch) | |
| tree | eaa4d8f61dfa21f4566292a4820b58e51cc389af /coverage/htmlfiles/jquery.debounce.min.js | |
| parent | 2616772b7b33e76487ab9f16bcabb7c5aeb5feaf (diff) | |
| download | python-coveragepy-77259b5d1fffff59aa5ad71e9e3a14a8084e838b.tar.gz | |
Rework of my pull request #18:
* Implement "go to next" buttons in pyfile UI
* Improve filter on main UI to persist over page reloads
* Hide totals table footer if hiding any rows, as values will be inaccurate
* Implement live filtering of index table rows
* Upgrade to jQuery 1.11.1
Diffstat (limited to 'coverage/htmlfiles/jquery.debounce.min.js')
| -rw-r--r-- | coverage/htmlfiles/jquery.debounce.min.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/coverage/htmlfiles/jquery.debounce.min.js b/coverage/htmlfiles/jquery.debounce.min.js new file mode 100644 index 0000000..88f16f3 --- /dev/null +++ b/coverage/htmlfiles/jquery.debounce.min.js @@ -0,0 +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 |
