1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 06:43:35 +00:00

move autofill script building method to service

This commit is contained in:
Kyle Spearrin
2016-09-17 00:00:17 -04:00
parent 69ea468716
commit 78ec69a9c8
5 changed files with 125 additions and 115 deletions

View File

@@ -5,6 +5,7 @@ var userService = new UserService(tokenService, apiService);
var siteService = new SiteService(cryptoService, userService, apiService);
var folderService = new FolderService(cryptoService, userService, apiService);
var syncService = new SyncService(siteService, folderService, userService, apiService);
var autofillService = new AutofillService();
function buildContextMenu() {
chrome.contextMenus.removeAll();