Remove fat arrow

This commit is contained in:
Ben Ogle
2013-12-20 15:04:17 -08:00
parent 11ec939924
commit 458d3b3d3c

View File

@@ -275,7 +275,7 @@ class Project extends Model
excludeVcsIgnores: atom.config.get('core.excludeVcsIgnoredPaths')
exclusions: atom.config.get('core.ignoredNames')
task = Task.once require.resolve('./scan-handler'), @getPath(), regex.source, searchOptions, =>
task = Task.once require.resolve('./scan-handler'), @getPath(), regex.source, searchOptions, ->
deferred.resolve()
task.on 'scan:result-found', (result) =>