Fix missing ` `` - #2926

This commit is contained in:
Nami-Doc
2013-04-20 00:11:29 +02:00
parent c785e00a15
commit 4b4818d819

View File

@@ -24,7 +24,7 @@ exports.helpers = helpers
# options that can be passed to `SourceMap#generate` may also be passed here.
#
# This returns a javascript string, unless `options.sourceMap` is passed,
# in which case this returns a `{js, v3SourceMap, sourceMap}
# in which case this returns a `{js, v3SourceMap, sourceMap}`
# object, where sourceMap is a sourcemap.coffee#SourceMap object, handy for doing programatic
# lookups.
exports.compile = compile = (code, options = {}) ->