This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Fix typo in deleteFromTimelines action creator
closed-social-glitch-2
Eugen
8 years ago
committed by
GitHub
parent
3cc47beb6e
commit
de7eb2341a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/assets/javascripts/components/actions/timelines.jsx
+ 1
- 1
app/assets/javascripts/components/actions/timelines.jsx
View File
@ -18,7 +18,7 @@ export function updateTimeline(timeline, status) {
}
;
}
export
function
deleteFromTimeline
(
id
)
{
export
function
deleteFromTimeline
s
(
id
)
{
return
{
type
:
TIMELINE_DELETE
,
id
:
id
Write
Preview
Loading…
Cancel
Save