Bug 1070870 - jsdebugger.jsm has wrong link for documentation. r=till

--HG--
extra : transplant_source : u%FA%89%CC%03%F5%1D%C5/%C6%1CS%8D%92%1A%AC%85-%9E%D9
This commit is contained in:
Blair McBride 2014-10-12 17:41:52 +13:00
parent a2d4c562ce
commit bab292b2e8

View File

@ -15,7 +15,7 @@ this.EXPORTED_SYMBOLS = [ "addDebuggerToGlobal" ];
* same thread.
*
* For documentation on the API, see:
* https://wiki.mozilla.org/Debugger
* https://developer.mozilla.org/en-US/docs/Tools/Debugger-API
*/
const init = Components.classes["@mozilla.org/jsdebugger;1"].createInstance(Components.interfaces.IJSDebugger);