index
:
twilight
trunk
Twilight Package Manager - An old package manager for all my software
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node_modules
/
moment
/
src
/
lib
/
locale
/
constructor.js
blob: c32b73ee11c6d3e6759d91237c169ff343ba852d (
plain
)
1
2
3
4
5
export
function
Locale
(
config
)
{
if
(
config
!=
null
)
{
this
.
set
(
config
);
}
}