MDL-60489 javascript: Add missing promise fails

This commit is contained in:
Andrew Nicols
2017-10-23 20:32:01 +08:00
parent 17b978cd90
commit fde74736a4
2 changed files with 3 additions and 2 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -1
View File
@@ -354,7 +354,8 @@ define(['jquery', 'core/templates', 'core/notification', 'core/key_codes',
M.util.js_complete(jsPendingId);
return;
});
})
.fail(Notification.exception);
}
};