mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
preparing documentation for 0.9.5
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
return compile(content);
|
||||
});
|
||||
}
|
||||
exports.VERSION = '0.9.4';
|
||||
exports.VERSION = '0.9.5';
|
||||
exports.helpers = require('./helpers');
|
||||
exports.compile = compile = function(code, options) {
|
||||
options == null && (options = {});
|
||||
|
||||
Reference in New Issue
Block a user