зеркало из https://github.com/mozilla/gecko-dev.git
Bug 296702 - Fix parser code for new quoted property names.
ChatZilla only. r=samuel
This commit is contained in:
Родитель
efd6b8c912
Коммит
175450f8f7
|
@ -233,7 +233,7 @@ function ts_deserialize()
|
|||
}
|
||||
|
||||
// Split each line into "command params...".
|
||||
var parts = this._lines[0].match(/^\s*(\w+)(?:\s+(.*))?$/);
|
||||
var parts = this._lines[0].match(/^\s*(\S+)(?:\s+(.*))?$/);
|
||||
var command = parts[1];
|
||||
var params = parts[2];
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче