Closed skiadas closed 11 years ago
In the callback provided to db.open around line 48 of db.js, the references to "this" don't point to our object any more. Need to use one of the techniques to ensure the proper "this".
the this.emit in there is still a problem
In the callback provided to db.open around line 48 of db.js, the references to "this" don't point to our object any more. Need to use one of the techniques to ensure the proper "this".