mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-25 00:09:54 -04:00
Cleanup.
* Use the same brace style everywhere. * Use semicolons everywhere. * Add myself to the authorship for bible ref parsing. * Don't use try catch blocks when exceptions are impossible. * Add some returns for completeness sake when the functions return values elsewhere.
This commit is contained in:
parent
6296781f95
commit
0741b50b4c
@ -1,7 +1,7 @@
|
||||
//
|
||||
// This code was written by Jason Wall. Feel free to use, and if you can, include a link back to www.walljm.com
|
||||
// This code was written by Jeremy and Jason Wall.
|
||||
// Feel free to use, and if you can, include a link back to www.walljm.com
|
||||
// Jason@walljm.com // www.walljm.com
|
||||
//
|
||||
// Jeremy@marzhillstudios.com // jeremy.marzhillstudios.com
|
||||
|
||||
String.prototype.trim = function() {
|
||||
return this.replace(/^\s+|\s+$/g, "");
|
||||
|
1050
js/common.js
1050
js/common.js
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user