Fixed jslint errors

This commit is contained in:
Henry
2015-10-22 16:41:09 -07:00
parent 83276d70d3
commit e3ef68bc6f
3 changed files with 4 additions and 6 deletions

View File

@@ -55,7 +55,7 @@ define(
notificationService.dismissOrMinimize(notification);
};
$scope.maximize = function(notification) {
if (notification.severity != "info"){
if (notification.severity !== "info"){
notification.cancel = function(){
dialogService.dismiss();
};