Add option to autocompile, so can be identified in event tracking

This commit is contained in:
Alasdair Smith
2017-09-07 10:20:21 +01:00
parent 8a8d98935b
commit 11386eb817
@@ -76,7 +76,7 @@ define [
triggerAutoCompile = () ->
if (!ide.$scope.hasLintingError)
$scope.recompile()
$scope.recompile(isBackgroundAutoCompile: true)
autoCompileListener = null
toggleAutoCompile = (enabling) ->