mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-24 03:30:40 +02:00
Use sane switch style :)
This commit is contained in:
parent
f024527db1
commit
33f0553ea9
11 changed files with 223 additions and 222 deletions
|
@ -205,7 +205,7 @@ function wordWrapText(text, options) {
|
|||
switch(m[0].charAt(0)) {
|
||||
case ' ' :
|
||||
word += m[0];
|
||||
break;
|
||||
break;
|
||||
|
||||
case '\t' :
|
||||
//
|
||||
|
@ -218,7 +218,7 @@ function wordWrapText(text, options) {
|
|||
} else {
|
||||
word += m[0];
|
||||
}
|
||||
break;
|
||||
break;
|
||||
}
|
||||
|
||||
addWord();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue