Fix typo in comment

This commit is contained in:
James Allen 2018-02-09 17:54:58 +00:00
parent 9e86abbb04
commit ab940fb462

View file

@ -136,7 +136,7 @@ define [
$scope.uncompiledChanges = false
recalculateUncompiledChanges = () ->
if $scope.ui.pdfHidden
# Don't both auto-compiling if pdf isn't visible
# Don't bother auto-compiling if pdf isn't visible
$scope.uncompiledChanges = false
else if !$scope.docLastChangedAt?
$scope.uncompiledChanges = false