Reformatted code to match the style guide

Этот коммит содержится в:
hmhealey
2015-08-11 16:52:36 -04:00
родитель 37909f52ad
Коммит d35065d6fd
3 изменённых файлов: 306 добавлений и 262 удалений

Просмотреть файл

@@ -862,8 +862,8 @@ module.exports.isEmailEnabledSynchronous = function() {
enabled = !value;
},
error: function(xhr, status, err) {
if (status != 200) {
handleError("isEmailEnabled", xhr, status, err);
if (status !== '200') {
handleError('isEmailEnabled', xhr, status, err);
}
}
});