mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 20:01:50 +00:00
- venkman only -
lineMap no longer required in SourceText records, HelpText doesn't need it.
This commit is contained in:
parent
1ca59c3058
commit
f11111af0c
@ -873,7 +873,6 @@ function st_invalidate ()
|
|||||||
function HelpText ()
|
function HelpText ()
|
||||||
{
|
{
|
||||||
this.tabWidth = console.prefs["sourcetext.tab.width"];
|
this.tabWidth = console.prefs["sourcetext.tab.width"];
|
||||||
this.lineMap = new Array();
|
|
||||||
this.fileName = MSG_HELP_TITLE;
|
this.fileName = MSG_HELP_TITLE;
|
||||||
this.reloadSource();
|
this.reloadSource();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user