Format files to adhere to editorconfig (#7977)

This commit is contained in:
Blade Barringer
2016-09-07 12:58:26 -05:00
committed by GitHub
parent da8f0373ba
commit ee409174f1
40 changed files with 96 additions and 96 deletions

View File

@@ -30,7 +30,7 @@ angular.module('habitrpg')
} else if (status === 400 && data.errors && _.isArray(data.errors)) { // bad requests
data.errors.forEach(function (err) {
$window.alert(err.message);
});
});
} else if (!!data && !!data.error) {
$window.alert(data.message);
} else {