2 spaces instead of tabs
This commit is contained in:
parent
9fdcb272d0
commit
49a87895f8
2 changed files with 796 additions and 795 deletions
|
@ -16,5 +16,6 @@
|
|||
"browser": true,
|
||||
"maxerr": 50,
|
||||
"quotmark": "double",
|
||||
"trailing": false
|
||||
"trailing": false,
|
||||
"indent": 2
|
||||
}
|
||||
|
|
|
@ -462,7 +462,7 @@ var ComicBook = (function ($) {
|
|||
}
|
||||
|
||||
// update the page scale if a non manual mode has been chosen
|
||||
switch(options.zoomMode) {
|
||||
switch (options.zoomMode) {
|
||||
|
||||
case "manual":
|
||||
document.body.style.overflowX = "auto";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue