jgallen23 / toc

Table of Contents Plugin
http://projects.jga.me/toc/
MIT License
531 stars 111 forks source link

Uses defined jQuery variable instead of default jQuery #44

Closed jonathanwestman closed 3 years ago

jonathanwestman commented 9 years ago

Summary of Changes:

This was needed because our framework uses jQuery 1.7 but the library needs jQuery 1.8+ to scroll correctly. Returned 'default' of undefined because jQuery was storing defaults under the wrong version.