mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Remove unused param
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user