default for ignore value

This commit is contained in:
s2
2017-12-13 11:31:13 +01:00
parent dcd76d7240
commit 5c4ed146e6

View File

@@ -2,7 +2,8 @@ function loadOptions() {
return browser.storage.local.get({
globals: {
width: 3,
orientation: 'vertical'
orientation: 'vertical',
ignore: ''
}
});
}