Browse Source

amberc.js: also export Combo object and async_map()

Manfred Kroehnert 12 years ago
parent
commit
c267613dda
1 changed files with 2 additions and 0 deletions
  1. 2 0
      bin/amberc.js

+ 2 - 0
bin/amberc.js

@@ -743,3 +743,5 @@ AmberC.prototype.closure_compile = function(sourceFile, minifiedFile, callback)
 };
 
 module.exports.Compiler = AmberC;
+module.exports.Combo = Combo;
+module.exports.map = async_map;