This commit is contained in:
beard%netscape.com 2000-07-21 05:00:10 +00:00
Родитель ea69cc72ef
Коммит a915099fef
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -193,11 +193,11 @@ JSMath::JSMath()
for (int i = 0; i < sizeof(MathFunctions) / sizeof(MathFunctionEntry); i++)
setProperty(widenCString(MathFunctions[i].name), JSValue(new JSNativeFunction(MathFunctions[i].fn) ) );
for (i = 0; i < sizeof(MathConstants) / sizeof(MathConstantEntry); i++)
for (int i = 0; i < sizeof(MathConstants) / sizeof(MathConstantEntry); i++)
setProperty(widenCString(MathConstants[i].name), JSValue(MathConstants[i].value) );
}
} /* JSMathClass */
} /* JavaScript */
} /* JavaScript */

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

@ -193,11 +193,11 @@ JSMath::JSMath()
for (int i = 0; i < sizeof(MathFunctions) / sizeof(MathFunctionEntry); i++)
setProperty(widenCString(MathFunctions[i].name), JSValue(new JSNativeFunction(MathFunctions[i].fn) ) );
for (i = 0; i < sizeof(MathConstants) / sizeof(MathConstantEntry); i++)
for (int i = 0; i < sizeof(MathConstants) / sizeof(MathConstantEntry); i++)
setProperty(widenCString(MathConstants[i].name), JSValue(MathConstants[i].value) );
}
} /* JSMathClass */
} /* JavaScript */
} /* JavaScript */