mastodon/app/javascript/mastodon
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
..
actions Focal points (#6520) 2018-02-22 00:35:46 +01:00
components Focal points (#6520) 2018-02-22 00:35:46 +01:00
containers
features Do not use function name to track components (#6542) 2018-02-24 19:10:57 +01:00
locales i18n: Update Polish translation (#6470) 2018-02-14 07:55:45 +09:00
middleware
reducers Focal points (#6520) 2018-02-22 00:35:46 +01:00
selectors
service_worker
store
.gitkeep
api.js
base_polyfills.js
extra_polyfills.js
initial_state.js Add preference to always display sensitive media (#6448) 2018-02-09 00:26:57 +01:00
is_mobile.js
link_header.js
load_polyfills.js
main.js
performance.js
ready.js
rtl.js
scroll.js
settings.js
stream.js
test_setup.js
uuid.js