2 spaces instead of tabs

This commit is contained in:
Bala Clark 2013-05-06 21:49:46 +02:00
parent 9fdcb272d0
commit 49a87895f8
2 changed files with 796 additions and 795 deletions

View file

@ -16,5 +16,6 @@
"browser": true,
"maxerr": 50,
"quotmark": "double",
"trailing": false
"trailing": false,
"indent": 2
}

View file

@ -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";