1
0

handle promise rejection

Esse commit está contido em:
AJ ONeal 2015-10-23 02:50:35 -07:00
commit 20afbd65b1

Ver arquivo

@ -66,6 +66,9 @@ $('.js-verify').addEventListener('click', function () {
console.info('verify', msg);
window.alert(msg);
}, function (err) {
console.error('ERROR');
console.error(err);
});
});