mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fix typo in comment
This commit is contained in:
parent
9e86abbb04
commit
ab940fb462
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ define [
|
||||||
$scope.uncompiledChanges = false
|
$scope.uncompiledChanges = false
|
||||||
recalculateUncompiledChanges = () ->
|
recalculateUncompiledChanges = () ->
|
||||||
if $scope.ui.pdfHidden
|
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
|
$scope.uncompiledChanges = false
|
||||||
else if !$scope.docLastChangedAt?
|
else if !$scope.docLastChangedAt?
|
||||||
$scope.uncompiledChanges = false
|
$scope.uncompiledChanges = false
|
||||||
|
|
Loading…
Reference in a new issue