()
| 8253 | var sel_dontScroll = {scroll: false}, sel_mouse = {origin: "*mouse"}, sel_move = {origin: "+move"}; |
| 8254 | |
| 8255 | function Delayed() {this.id = null;} |
| 8256 | Delayed.prototype.set = function(ms, f) { |
| 8257 | clearTimeout(this.id); |
| 8258 | this.id = setTimeout(f, ms); |
nothing calls this directly
no outgoing calls
no test coverage detected