Improved commenting

This commit is contained in:
Andrew Henry 2015-11-04 22:09:28 -08:00
parent 8e85675732
commit 3443780ac7

View File

@ -119,8 +119,9 @@ define(
self.notification.dismiss(); // Clear the progress notification
}
self.$log.error("Error copying objects. ", errorDetails);
//Show more general error message
//Show a minimized notification of error for posterity
self.notificationService.notify(errorMessage);
//Display a blocking message
self.dialogService.showBlockingMessage(errorMessage);
},