-
Notifications
You must be signed in to change notification settings - Fork 714
Open
Description
If I load the following js from external file
(function() {
stroll.bind('#sidebar nav.categories div.scroll ul');
}).call(this);I got an error
Uncaught TypeError: Cannot read property 'classList' of null
isCapablestroll.js:229
window.stroll.bindstroll.js:242
(anonymous function)store.js:3
(anonymous function)If I do
stroll.bind('#sidebar nav.categories div.scroll ul');from the console or
<script> stroll.bind('#sidebar nav.categories div.scroll ul');</script>tags its working.
Any ideas what I am doing wrong?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels