Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/mousetrap/plugins/global-bind/mousetrap-global-bind.min.js')
-rw-r--r--node_modules/mousetrap/plugins/global-bind/mousetrap-global-bind.min.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/node_modules/mousetrap/plugins/global-bind/mousetrap-global-bind.min.js b/node_modules/mousetrap/plugins/global-bind/mousetrap-global-bind.min.js
new file mode 100644
index 0000000000..073ce6701d
--- /dev/null
+++ b/node_modules/mousetrap/plugins/global-bind/mousetrap-global-bind.min.js
@@ -0,0 +1 @@
+(function(a){var c={},d=a.prototype.stopCallback;a.prototype.stopCallback=function(e,b,a,f){return this.paused?!0:c[a]||c[f]?!1:d.call(this,e,b,a)};a.prototype.bindGlobal=function(a,b,d){this.bind(a,b,d);if(a instanceof Array)for(b=0;b<a.length;b++)c[a[b]]=!0;else c[a]=!0};a.init()})(Mousetrap);