Capitalize background scripts
This commit is contained in:
parent
21788740c1
commit
a26d8a8a1b
50 changed files with 247 additions and 245 deletions
|
@ -1,4 +1,4 @@
|
|||
import MemoryStorage from '../infrastructures/memory-storage';
|
||||
import MemoryStorage from '../infrastructures/MemoryStorage';
|
||||
|
||||
const FIND_KEYWORD_KEY = 'find-keyword';
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
import MemoryStorage from '../infrastructures/memory-storage';
|
||||
import GlobalMark from 'background/domains/global-mark';
|
||||
import MemoryStorage from '../infrastructures/MemoryStorage';
|
||||
import GlobalMark from '../domains/GlobalMark';
|
||||
|
||||
const MARK_KEY = 'mark';
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
import Setting from '../domains/setting';
|
||||
import Setting from '../domains/Setting';
|
||||
|
||||
export default class SettingRepository {
|
||||
save(settings) {
|
|
@ -1,4 +1,4 @@
|
|||
import MemoryStorage from '../infrastructures/memory-storage';
|
||||
import MemoryStorage from '../infrastructures/MemoryStorage';
|
||||
|
||||
const CACHED_SETTING_KEY = 'setting';
|
||||
|
Reference in a new issue