Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-04 | Give 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-28 | add 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 nodefs | Anthony Pesch | |
- minor coding convention fixes |