mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-23 15:45:45 +01:00
Remove dead protocols.js symlinks.
This commit is contained in:
@@ -498,7 +498,7 @@ var Overlay = Module("Overlay", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReferen
|
||||
Object.defineProperty(object, k, desc);
|
||||
|
||||
if (callable(value)) {
|
||||
let sentinel = "(function DactylOverlay() {}())"
|
||||
var sentinel = "(function DactylOverlay() {}())"
|
||||
value.toString = function toString() toString.toString.call(this).replace(/\}?$/, sentinel + "; $&");
|
||||
value.toSource = function toSource() toSource.toSource.call(this).replace(/\}?$/, sentinel + "; $&");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user