Created
November 18, 2012 20:36
-
-
Save trek/4107267 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* standardized indentation at 2 spaces per block, no tabs | |
* add missing semicolons; | |
* remove trailing commas,^H | |
* remove unused arguments to functions(what) | |
* remove unused variables within functions kittens | |
* `var` some, accidental; globals; | |
* fix ==/!= comparisons to avoid unintended typecasting | |
* added alphabetically in instead of order organize requires they were. ZOMGkidding! | |
* organize requires alphabetically instead of order they were added in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment