chinwagsocial/app/javascript/mastodon/features/ui
Akihiko Odaki 7cb49eaa3a Do not use function name to track components (#6542)
UglifyJS2 is allowed to mangle function names, and function names can also
be duplicate if they are from different scopes. Therefore function names
are not reliable as identifiers.

Functions as keys for Map object is a cheaper and more reliable
alternative.
2018-02-24 19:10:57 +01:00
..
components Do not use function name to track components (#6542) 2018-02-24 19:10:57 +01:00
containers Fix home regeneration (#6251) 2018-01-17 23:56:03 +01:00
util Restore onboarding modal (#6303) 2018-01-20 01:32:37 +01:00
index.js Add list of lists component to web UI (#5811) 2017-12-05 23:02:27 +01:00