aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/library.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/library.js b/src/library.js
index 400c1536..57961da5 100644
--- a/src/library.js
+++ b/src/library.js
@@ -3473,7 +3473,8 @@ LibraryManager.library = {
return ret;
},
- abs: 'Math.abs', // XXX should be integer?
+ abs: 'Math.abs',
+ labs: 'Math.abs',
atoi__deps: ['isspace', 'isdigit'],
atoi: function(s) {