mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-04 09:53:41 +00:00
typo, LOG should be log
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user