helpers: now directly exported

This commit is contained in:
satyr
2010-09-25 09:29:44 +09:00
parent 9005682cf1
commit e0ed254252
20 changed files with 43 additions and 47 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;