/usr/share/javascript/mousetrap/mousetrap-bind-dictionary.min.js is in libjs-mousetrap 1.5.3+dfsg2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 | (function(b){var c=b.prototype.bind;var a;b.prototype.bind=function(){var d=this;a=arguments;if(typeof a[0]=="string"||a[0] instanceof Array){return c.call(d,a[0],a[1],a[2])}for(var e in a[0]){if(a[0].hasOwnProperty(e)){c.call(d,e,a[0][e],a[1])}}};b.init()})(Mousetrap);
|