mirror of
https://github.com/purplecabbage/phonegap-plugins.git
synced 2026-04-24 03:00:11 -04:00
Issue #330: One more typo in the AccountList README
This commit is contained in:
@@ -24,9 +24,9 @@ Using the plugin
|
||||
type: 'account type' // if not specified get all accounts
|
||||
},
|
||||
function (result) {
|
||||
console.log(res.length);
|
||||
console.log(result.length);
|
||||
for (i in res)
|
||||
console.log(res[i]);
|
||||
console.log(result[i]);
|
||||
},
|
||||
function (error) {
|
||||
console.log(error);
|
||||
|
||||
Reference in New Issue
Block a user