diff options
Diffstat (limited to 'lib/mousetrap/plugins/bind-dictionary/mousetrap-bind-dictionary.min.js')
-rw-r--r-- | lib/mousetrap/plugins/bind-dictionary/mousetrap-bind-dictionary.min.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mousetrap/plugins/bind-dictionary/mousetrap-bind-dictionary.min.js b/lib/mousetrap/plugins/bind-dictionary/mousetrap-bind-dictionary.min.js new file mode 100644 index 0000000..bf9d8d0 --- /dev/null +++ b/lib/mousetrap/plugins/bind-dictionary/mousetrap-bind-dictionary.min.js @@ -0,0 +1 @@ +(function(b){var c=b.prototype.bind,a;b.prototype.bind=function(){a=arguments;if("string"==typeof a[0]||a[0]instanceof Array)return c.call(this,a[0],a[1],a[2]);for(var b in a[0])a[0].hasOwnProperty(b)&&c.call(this,b,a[0][b],a[1])};b.init()})(Mousetrap); |