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, 0 insertions, 1 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 deleted file mode 100644 index bf9d8d0..0000000 --- a/lib/mousetrap/plugins/bind-dictionary/mousetrap-bind-dictionary.min.js +++ /dev/null @@ -1 +0,0 @@ -(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); |