mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Update STYLEGUIDE.md
This commit is contained in:
parent
a3656e0ff9
commit
5bd342ab1b
1 changed files with 1 additions and 1 deletions
|
@ -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:*
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue