mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
Remove extraneous stuff
This commit is contained in:
@@ -78,12 +78,8 @@ function Account(remote, account) {
|
|||||||
|
|
||||||
transaction.mmeta.each(function(an) {
|
transaction.mmeta.each(function(an) {
|
||||||
var isAccount = an.fields.Account === self._account_id;
|
var isAccount = an.fields.Account === self._account_id;
|
||||||
|
var isAccountRoot = isAccount && (an.entryType === 'AccountRoot');
|
||||||
|
|
||||||
if (isAccount) {
|
|
||||||
self.emit('');
|
|
||||||
}
|
|
||||||
|
|
||||||
var isAccountRoot = (an.entryType === 'AccountRoot') && an.fields.Account === self._account_id;
|
|
||||||
if (isAccountRoot) {
|
if (isAccountRoot) {
|
||||||
extend(self._entry, an.fieldsNew, an.fieldsFinal);
|
extend(self._entry, an.fieldsNew, an.fieldsFinal);
|
||||||
changed = true;
|
changed = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user