зеркало из https://github.com/mozilla/gecko-dev.git
Bug 632636: Initialize cond when we have needs-focus. r=cjones a=bustage
This commit is contained in:
Родитель
c059a5cf5b
Коммит
10479ab383
|
@ -571,6 +571,7 @@ function ReadManifest(aURL)
|
|||
cond = true;
|
||||
} else if (item == "needs-focus") {
|
||||
needs_focus = true;
|
||||
cond = false;
|
||||
} else if ((m = item.match(/^asserts\((\d+)(-\d+)?\)$/))) {
|
||||
cond = false;
|
||||
minAsserts = Number(m[1]);
|
||||
|
|
Загрузка…
Ссылка в новой задаче