This commit is contained in:
Matias Alejo Garcia 2015-02-18 17:05:02 -03:00
parent 2d70a54c6f
commit 017305f217
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ var Wallet = require('./model/wallet');
var Copayer = require('./model/copayer');
var Address = require('./model/address');
var TxProposal = require('./model/txproposal');
var Notification = require('./model/Notification');
var Notification = require('./model/notification');
var initialized = false;
var storage;