symbol name

This commit is contained in:
antelle 2019-09-22 22:24:45 +02:00
parent ae2d54f454
commit f74e2bcc7f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import { Features } from 'util/features';
const isEnabled = !Features.isMobile;
const SymbolRemoveScrollListenerAdded = Symbol('remove-scroll-added');
const SymbolRemoveScrollListenerAdded = Symbol('removeScrollAdded');
const Scrollable = {
createScroll(opts) {