Created by: purcell
When concatenating or naively minifying the existing JS, the lack of semicolons resulted in ambiguous code and resulting breakage in one of my Rails apps. This commit makes the JS pass JSLint's checks, and the result is safer behavior. (Sorry that it necessarily touched so many lines.) Cheers! -Steve