Mocha tests fixed

This commit is contained in:
Esteban Ordano 2014-10-23 17:26:32 -03:00 committed by Matias Alejo Garcia
commit cf0b1b4df1
3 changed files with 27 additions and 25 deletions

View file

@ -313,10 +313,4 @@ GoogleDrive.prototype.allKeys = function(cb) {
});
};
GoogleDrive.prototype.key = function(k) {
var v = localStorage.key(k);
return v;
};
module.exports = GoogleDrive;