1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-22 08:52:15 -05:00

Update lawnchair.js

This commit is contained in:
Tankred Hase 2014-11-26 09:14:03 +01:00
parent 2764c6e230
commit eb099d9bfe

View File

@ -3,7 +3,6 @@
var ngModule = angular.module('woServices');
ngModule.service('appConfigLawnchair', LawnchairDAO);
ngModule.service('accountLawnchair', LawnchairDAO);
ngModule.service('keychainLawnchair', LawnchairDAO);
module.exports = LawnchairDAO;
/**
@ -208,4 +207,4 @@ LawnchairDAO.prototype.removeList = function(type, callback) {
*/
LawnchairDAO.prototype.clear = function(callback) {
this._db.nuke(callback);
};
};