Lints slate.js
This commit is contained in:
parent
b349a62f33
commit
ed9c2cae0c
1 changed files with 4 additions and 4 deletions
|
@ -8,10 +8,10 @@ var modal_key = ":alt;shift";
|
||||||
|
|
||||||
// Configs
|
// Configs
|
||||||
S.cfga({
|
S.cfga({
|
||||||
"defaultToCurrentScreen" : true,
|
defaultToCurrentScreen: true,
|
||||||
"secondsBetweenRepeat" : 0.1,
|
secondsBetweenRepeat: 0.1,
|
||||||
"checkDefaultsOnLoad" : true,
|
checkDefaultsOnLoad: true,
|
||||||
"focusCheckWidthMax" : 3000
|
focusCheckWidthMax: 3000,
|
||||||
});
|
});
|
||||||
|
|
||||||
// Window size /position shortcuts
|
// Window size /position shortcuts
|
||||||
|
|
Loading…
Reference in a new issue