From acdab8cce6656c2fced5802c4692604773b0055b Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Sun, 18 Jun 2017 13:45:28 -0400 Subject: Fix scroll store typo and user action copy/paste errors (#6680) --- webapp/stores/scroll_store.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/stores') 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); } } -- cgit v1.2.3-1-g7c22