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:
bclary%bclary.com 2006-06-28 21:54:31 +00:00
Родитель 2459eaa528
Коммит a4ca8009c7
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -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(/\//);