Files
iTop/node_modules/mousetrap/plugins/pause/mousetrap-pause.min.js
2024-03-04 10:31:26 +01:00

2 lines
242 B
JavaScript

(function(a){var b=a.prototype.stopCallback;a.prototype.stopCallback=function(a,c,d){return this.paused?!0:b.call(this,a,c,d)};a.prototype.pause=function(){this.paused=!0};a.prototype.unpause=function(){this.paused=!1};a.init()})(Mousetrap);