Remove unused param

This commit is contained in:
Corey Johnson
2013-02-27 11:15:46 -08:00
parent d07d59353e
commit a45bceb02a

View File

@@ -53,7 +53,7 @@ exts =
code or= __read file
eval("define(function(require, exports, module) { 'use strict';#{code}})\n//@ sourceURL=#{file}")
__defines.pop()?.call()
coffee: (file, retry=true) ->
coffee: (file) ->
cacheFilePath = getCacheFilePath(file)
if __exists(cacheFilePath)
compiled = __read(cacheFilePath)