added comment for background polling change

This commit is contained in:
Brian Gough 2015-01-26 16:06:50 +00:00
parent 5050c8c023
commit 994b307e3f

View file

@ -27,6 +27,8 @@ define [
doc: ide.fileTreeManager.findEntityById(doc_id)
}
# for performance, only update the display if the old or new
# statuses have any unsaved files
if _.size(newStatus) or _.size(oldStatus)
$scope.docSavingStatus = newStatus
$scope.$apply()