Fixed JS error in tag page
1 unresolved thread
1 unresolved thread
Issue #320 (closed)
Merge request reports
Activity
@feld , please review this.
cc @hj
34 34 } 35 35 }, 36 36 actions: { 37 startFetching (store, timeline) { 37 startFetching (store, payload) { changed this line in version 2 of the diff
@shpuld I also don't think passing an array was good idea. But I didn't modify it to minimize the code changes. And because former developer used the
timeline
variable for multi-purpose, I thoughtpayload
was an appropriate name.mentioned in commit 5296d413
Please register or sign in to reply