typo, LOG should be log

This commit is contained in:
Blair Duncan
2012-05-10 09:01:03 -04:00
parent 74431972d8
commit 1ffdaf0f8b
+1 -1
View File
@@ -64,7 +64,7 @@ GLOBAL(SQRT) = Math.sqrt;
GLOBAL(E) = Math.E;
GLOBAL(LN2) = Math.LN2;
GLOBAL(LN10) = Math.LN10;
GLOBAL(LOG) = Math.LOG;
GLOBAL(LOG) = Math.log;
GLOBAL(LOG2E) = Math.LOG2E;
GLOBAL(LOG10E) = Math.LOG10E;