зеркало из https://github.com/mozilla/gecko-dev.git
JavaScript Test Library - update to gVersion for version 1.6 and 1.7, no bug, not part of the build
This commit is contained in:
Родитель
2459eaa528
Коммит
a4ca8009c7
|
@ -47,6 +47,14 @@ function init()
|
|||
{
|
||||
gVersion = 150;
|
||||
}
|
||||
else if(value.indexOf('1.6') != -1)
|
||||
{
|
||||
gVersion = 150;
|
||||
}
|
||||
else if(value.indexOf('1.7') != -1)
|
||||
{
|
||||
gVersion = 150;
|
||||
}
|
||||
|
||||
var testpathparts = testpath.split(/\//);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче