Mocha tests fixed
This commit is contained in:
parent
15d11f7e5e
commit
cf0b1b4df1
3 changed files with 27 additions and 25 deletions
|
|
@ -313,10 +313,4 @@ GoogleDrive.prototype.allKeys = function(cb) {
|
|||
});
|
||||
};
|
||||
|
||||
GoogleDrive.prototype.key = function(k) {
|
||||
var v = localStorage.key(k);
|
||||
return v;
|
||||
};
|
||||
|
||||
|
||||
module.exports = GoogleDrive;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue