mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-13 04:05:47 +01:00
Allow exporting to a directory as well as an archive with dactyl.exportHelp.
This commit is contained in:
@@ -177,7 +177,7 @@ defineModule("base", {
|
||||
"call", "callable", "ctypes", "curry", "debuggerProperties", "defineModule",
|
||||
"endModule", "forEach", "isArray", "isGenerator", "isinstance",
|
||||
"isObject", "isString", "isSubclass", "iter", "iterAll", "keys",
|
||||
"memoize", "properties", "set", "update", "values",
|
||||
"memoize", "octal", "properties", "set", "update", "values",
|
||||
"withCallerGlobal"
|
||||
],
|
||||
use: ["services", "util"]
|
||||
@@ -1008,6 +1008,8 @@ function UTF8(str) {
|
||||
}
|
||||
}
|
||||
|
||||
function octal(decimal) parseInt(decimal, 8);
|
||||
|
||||
/**
|
||||
* Array utility methods.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user