summaryrefslogtreecommitdiffstats
path: root/webapp/stores/scroll_store.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/stores/scroll_store.jsx')
-rw-r--r--webapp/stores/scroll_store.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/stores/scroll_store.jsx b/webapp/stores/scroll_store.jsx
index 03a5f4e08..4f5abd64a 100644
--- a/webapp/stores/scroll_store.jsx
+++ b/webapp/stores/scroll_store.jsx
@@ -14,7 +14,7 @@ class ScrollStoreClass extends EventEmitter {
this.on(UPDATE_POST_SCROLL_EVENT, callback);
}
- removePostScrollLisener(callback) {
+ removePostScrollListener(callback) {
this.removeListener(UPDATE_POST_SCROLL_EVENT, callback);
}
}