Update STYLEGUIDE.md

This commit is contained in:
Jim Unger 2015-07-27 09:23:23 -05:00
parent a3656e0ff9
commit 5bd342ab1b

View file

@ -242,7 +242,7 @@ Don't do this. Everything should be wrapped in a module that can be depended on
Prefer the use of function declarations over function expressions. Function expressions are allowed, but should usually be avoided.
Also, keep function definitions above other code instead of relying on function hoising.
Also, keep function definitions above other code instead of relying on function hoisting.
*Preferred:*