mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
remove parens
This commit is contained in:
@@ -142,7 +142,7 @@ loadFile = (module, filePath) ->
|
||||
|
||||
module._compile(js, filePath)
|
||||
|
||||
register = () ->
|
||||
register = ->
|
||||
require.extensions['.js'] = loadFile
|
||||
|
||||
module.exports =
|
||||
|
||||
Reference in New Issue
Block a user