mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-26 15:15:49 +00:00
[FIX] Replaced Account.is_valid() with Account.isValid()
This commit is contained in:
@@ -1311,7 +1311,7 @@ Remote.prototype.getAccount = function(accountID) {
|
||||
Remote.prototype.addAccount = function(accountID) {
|
||||
var account = new Account(this, accountID);
|
||||
|
||||
if (account.is_valid()) {
|
||||
if (account.isValid()) {
|
||||
this._accounts[accountID] = account;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user