CoffeeScript 0.9.6

This commit is contained in:
Jeremy Ashkenas
2010-12-07 00:21:34 -05:00
parent edd0c5af5a
commit fa53a4c057
19 changed files with 392 additions and 239 deletions

View File

@@ -15,7 +15,7 @@
return compile(content);
});
}
exports.VERSION = '0.9.5';
exports.VERSION = '0.9.6';
exports.helpers = require('./helpers');
exports.compile = compile = function(code, options) {
if (options == null) {