donejs / bit-docs-donejs-theme

The plugins to produce the DoneJS site.
https://www.npmjs.com/package/bit-docs-donejs-theme
MIT License
2 stars 2 forks source link

Fixes janky table of contents menu #37 #49

Closed imaustink closed 7 years ago

imaustink commented 7 years ago

This is undeniably a hack. A better fix was not prudent without first refactoring much of static.js. Opened separate issue for the matter #38

imaustink commented 7 years ago

@chasenlehara I tried using lodash.debounce but it doesn't solve the problem because it ignores deferred calls, so I opted to move mine to its own module.

imaustink commented 7 years ago

Oh wow... I'm special. I added a .jshintrc while I was in there :)