Bug 766001 - In the webconsole, when you click on the filename/line-number of a js-error or message, the debugger should open instead of view source. r=past,msucan,vporof f=rcampbell
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
* Any copyright is dedicated to the Public Domain.
|
||||
* http://creativecommons.org/publicdomain/zero/1.0/
|
||||
*/
|
||||
window.addEventListener("load", function() {
|
||||
document.bar();
|
||||
}, false);
|
||||
Reference in New Issue
Block a user