You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,11 @@ If you find that you need a feature that Tocify does not currently support, eith
54
54
55
55
##Change Log
56
56
57
+
`1.6.0` - July 24, 2013
58
+
59
+
- Updated the **scrollTo** option to accept a function [#33](https://github.com/gfranko/jquery.tocify.js/issues/33)
60
+
- Improved scroll highlighting accuracy [#33](https://github.com/gfranko/jquery.tocify.js/issues/33)[#34](https://github.com/gfranko/jquery.tocify.js/issues/34) Special thanks to [Andre Kampert](https://github.com/andrekampert) for this improvement
Copy file name to clipboardExpand all lines: src/javascripts/jquery.tocify.js
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
/* jquery Tocify - v1.5.0 - 2012-04-07
1
+
/* jquery Tocify - v1.6.0 - 2013-07-24
2
2
* http://www.gregfranko.com/jquery.tocify.js/
3
-
* Copyright (c) 2012 Greg Franko; Licensed MIT */
3
+
* Copyright (c) 2013 Greg Franko; Licensed MIT */
4
4
5
5
// Immediately-Invoked Function Expression (IIFE) [Ben Alman Blog Post](http://benalman.com/news/2010/11/immediately-invoked-function-expression/) that calls another IIFE that contains all of the plugin logic. I used this pattern so that anyone viewing this code would not have to scroll to the bottom of the page to view the local parameters that were passed to the main IIFE.
0 commit comments