summaryrefslogtreecommitdiff
path: root/ext/js/dom
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-02-14 11:36:44 -0500
committerGitHub <noreply@github.com>2021-02-14 11:36:44 -0500
commit94201ed44ac1835637e77a6a7f583aca70bbf2d3 (patch)
treeab9b5ba3af64984c8e1697013e33ca2ee6b5a8b2 /ext/js/dom
parent5268c5d1bc079ac99e99cf04853d3dea22def403 (diff)
Rename window scroll (#1390)
* Rename WindowScroll to ScrollElement * Rename window-scroll.js to scroll-element.js * Update global order
Diffstat (limited to 'ext/js/dom')
-rw-r--r--ext/js/dom/scroll-element.js (renamed from ext/js/dom/window-scroll.js)2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/js/dom/window-scroll.js b/ext/js/dom/scroll-element.js
index 33577795..173ce499 100644
--- a/ext/js/dom/window-scroll.js
+++ b/ext/js/dom/scroll-element.js
@@ -15,7 +15,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
-class WindowScroll {
+class ScrollElement {
constructor(node) {
this._node = node;
this._animationRequestId = null;