Glitch-Shrike/app/javascript/mastodon/features
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
..
account/components
account_gallery
account_timeline
blocks
community_timeline
compose Focal points (#6520) 2018-02-22 00:35:46 +01:00
emoji
favourited_statuses
favourites
follow_requests
followers
following
generic_not_found
getting_started
hashtag_timeline
home_timeline
keyboard_shortcuts
list_editor
list_timeline
lists
mutes
notifications
pinned_statuses
public_timeline
reblogs
report
standalone
status After click to embed video, autoplay it (#6480) 2018-02-15 23:05:12 +01:00
ui Do not use function name to track components (#6542) 2018-02-24 19:10:57 +01:00
video Focal points (#6520) 2018-02-22 00:35:46 +01:00