Dylan Bulmer

Results 6 comments of Dylan Bulmer

I looked into the code further, added a `console.log()` and realized that the `removeSlimScroll()` function is being called dozens of times. This should not be a problem except that this...

I have found ***a*** solution, I'm not sure if it is ***the*** solution but this is what I have: ```js ... 204 removeSlimScroll = function(){ 205 C.removeAttribute(l); //reset 206 if...

I only changed the file within the `src` folder, I didn't want to change the items in the `dist` folder.

I'm not changing any global variables I thought. I added in a comment in the beginning to help the intelli-sense let me know how to handle different parts of the...

Ah, ok, I can look into that, it might take a little bit since finals week is this week, but I'll make sure that I'll fix it so both tests...