* 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:
Jeremy Wall (zaphar) 2013-04-10 19:39:10 -05:00
parent 6296781f95
commit 0741b50b4c
2 changed files with 446 additions and 610 deletions

View File

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

File diff suppressed because it is too large Load Diff