Fixed syntax

This commit is contained in:
Igor Zhukov 2014-07-04 22:15:09 +04:00
parent 62a905f087
commit 44f03360e5

View File

@ -264,9 +264,6 @@ angular.module('izhukov.mtproto', ['izhukov.utils'])
auth.p = e.data[0];
auth.q = e.data[1];
console.log(dT(), 'PQ factorization done', e.data[2]);
} catch (e) {
alert(e.message + ' ' + e.stack);
}
mtpSendReqDhParams(auth);
};
worker.onerror = function(error) {