u
Version:
A minimalist, functional utility library designed for embedding into another small program.
21 lines (17 loc) • 364 B
JavaScript
// Exports
var ujs =
(external || _window).ujs =
(internal || {}).util =
{
slice : slice,
strip : strip,
reduce : reduce,
toKV : toKV,
fromKV : fromKV,
extend : extend,
bind : bind,
setCookie : setCookie,
listen : listen,
unlisten : unlisten
};
})($INTERNAL, $EXTERNAL, $ENVDICT);