mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-30 17:28:03 -05:00
Remove unused function argument.
This commit is contained in:
@@ -212,7 +212,7 @@ r.analytics.breadcrumbs = {
|
||||
return data
|
||||
},
|
||||
|
||||
store: function(data) {
|
||||
store: function() {
|
||||
if (this.hasSessionStorage) {
|
||||
sessionStorage['breadcrumbs'] = JSON.stringify(this.data)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user