JS: Fix for multiple Account instances (which caused multiple subscriptions.)

This commit is contained in:
Stefan Thomas
2013-03-07 11:38:51 +01:00
parent 8e8a10d90d
commit 93459dfcba
2 changed files with 12 additions and 4 deletions

View File

@@ -1,5 +1,7 @@
// Routines for working with an account.
//
// You should not instantiate this class yourself, instead use Remote#account.
//
// Events:
// wallet_clean : True, iff the wallet has been updated.
// wallet_dirty : True, iff the wallet needs to be updated.