Merge pull request #37 from matiu/bug/case

fix case
This commit is contained in:
Matias Alejo Garcia 2015-02-18 17:05:48 -03:00
commit 9b6c5716b4
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;