unary-new: merged master

This commit is contained in:
satyr
2010-09-27 01:22:33 +09:00
21 changed files with 383 additions and 344 deletions

View File

@@ -10,7 +10,7 @@
};
_ref = require('./scope');
Scope = _ref.Scope;
_ref = require('./helpers').helpers;
_ref = require('./helpers');
compact = _ref.compact;
flatten = _ref.flatten;
merge = _ref.merge;