Issue #330: One more typo in the AccountList README

This commit is contained in:
macdonst
2012-01-23 13:55:50 -05:00
parent 9670ac03bb
commit d8777562c4

View File

@@ -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);