silverstripe-framework/admin/client/dist
Ingo Schommer 7bc6f3ee9f Enforce JS var declaration with value (#5993)
This caught us out recently where code did a strict type check for `myVar === undefined`.
The var was defined as `let myVar;`, without a value - so the check returned false (it's `null`).
To avoid this situation, we've decided to enforce declarations with values.
Note that preference should be given to single, immutable assignments via const where possible.

See http://eslint.org/docs/rules/init-declarations
2016-09-13 11:02:15 +12:00
..
font Breadcrumbs with new icons generated 2016-08-30 14:46:59 +12:00
images API Moved frontend assets into admin/client/ 2016-04-20 21:13:10 +12:00
js Enforce JS var declaration with value (#5993) 2016-09-13 11:02:15 +12:00
styles Remove additional divider lines, adjust padding 2016-09-02 16:50:52 +12:00