mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-17 16:19:18 +03:00
expose Math operations to javascript code
This commit is contained in:
parent
4c975aafa3
commit
dc7f0dce9f
@ -43,6 +43,7 @@ prototype Window()
|
||||
EXPOSE(Array);
|
||||
EXPOSE(Date);
|
||||
EXPOSE(RegExp);
|
||||
EXPOSE(Math);
|
||||
#undef EXPOSE
|
||||
%}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user