aboutsummaryrefslogtreecommitdiff
path: root/src/library_idbfs.js
AgeCommit message (Collapse)Author
2013-11-04Give names to most manually assigned functions in the .js files, in form ↵Jukka Jylänki
"var x = function()" -> "function x()" so that error stack traces and profiling stack traces are more informative and do not contain anonymous functions.
2013-10-28add PATH.join2 as a fast way to join 2 path elements without the generic ↵Alon Zakai
overhead of PATH.join
2013-09-27 - added idbfs and nodefsAnthony Pesch
- minor coding convention fixes