diff options
| author | Jacob Thornton <[email protected]> | 2011-11-24 20:27:55 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-11-24 20:27:55 -0800 |
| commit | 96adf8f91811a71bf2fbd6737c8bd80fe400b8c2 (patch) | |
| tree | f97be9c1f81fd09846628ed3dbc13eb525bb72f2 | |
| parent | 53ff2682cd95dd96fc1fbf234d7b0530127a464b (diff) | |
| download | bootstrap-96adf8f91811a71bf2fbd6737c8bd80fe400b8c2.tar.xz bootstrap-96adf8f91811a71bf2fbd6737c8bd80fe400b8c2.zip | |
fix copy paste bug
| -rw-r--r-- | js/bootstrap-scrollspy.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-scrollspy.js b/js/bootstrap-scrollspy.js index e846fd718..ac9477d0e 100644 --- a/js/bootstrap-scrollspy.js +++ b/js/bootstrap-scrollspy.js @@ -99,7 +99,7 @@ }) } - $.fn.alert.ScrollSpy = ScrollSpy + $.fn.scrollspy.ScrollSpy = ScrollSpy /* SCROLLSPY DATA-API |
