Bug 690616 - Part 2: Implement (for now empty) onPairingStart methods in UI. r=rnewman

This commit is contained in:
Philipp von Weitershausen 2011-10-02 01:16:01 -07:00
Родитель 258c8994ac
Коммит ae98ccfbdb
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -611,6 +611,8 @@ var gSyncSetup = {
document.getElementById("easySetupPIN3").value = pin.slice(8);
},
onPairingStart: function onPairingStart() {},
onComplete: function onComplete(credentials) {
Weave.Service.account = credentials.account;
Weave.Service.password = credentials.password;

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

@ -120,6 +120,8 @@ let WeaveGlue = {
document.getElementById("syncsetup-code3").value = aPin.slice(8);
},
onPairingStart: function onPairingStart() {},
onComplete: function onComplete(aCredentials) {
self.jpake = null;
self.close();