зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1279740 - Cannot open scratchpad with browser execution context preset. r=jryans
This commit is contained in:
Родитель
718ea32bcf
Коммит
6b67f0dc68
|
@ -1703,7 +1703,9 @@ var Scratchpad = {
|
|||
if (state) {
|
||||
state = JSON.parse(state);
|
||||
this.setState(state);
|
||||
initialText = state.text;
|
||||
if ("text" in state) {
|
||||
initialText = state.text;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
this._instanceId = ScratchpadManager.createUid();
|
||||
|
|
Загрузка…
Ссылка в новой задаче