mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 08:52:15 -05:00
Update lawnchair.js
This commit is contained in:
parent
2764c6e230
commit
eb099d9bfe
@ -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);
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user