()
| 8017 | var sel_dontScroll = {scroll: false}, sel_mouse = {origin: "*mouse"}, sel_move = {origin: "+move"}; |
| 8018 | |
| 8019 | function Delayed() {this.id = null;} |
| 8020 | Delayed.prototype.set = function(ms, f) { |
| 8021 | clearTimeout(this.id); |
| 8022 | this.id = setTimeout(f, ms); |
nothing calls this directly
no outgoing calls
no test coverage detected