File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -201,6 +201,8 @@ Smooth Scroll is licensed under the [MIT License](http://gomakethings.com/mit/).
201201
202202## Changelog
203203
204+ * v4.7.2 - June 19, 2014
205+ * Fixed typo that broke scroll.
204206* v4.7.1 - June 19, 2014
205207 * Fixed factory/root/UMD definition.
206208* v4.7.0 - June 7, 2014
Original file line number Diff line number Diff line change 11/**
2- * Smooth Scroll v4.7.1
2+ * Smooth Scroll v4.7.2
33 * Animate scrolling to anchor links, by Chris Ferdinandi.
44 * http://gomakethings.com
55 *
1616 } else if ( typeof exports === 'object' ) {
1717 module . smoothScroll = factory ( root ) ;
1818 } else {
19- root . MyPlugin = factory ( root ) ;
19+ root . smoothScroll = factory ( root ) ;
2020 }
2121} ) ( this , function ( root ) {
2222
You can’t perform that action at this time.
0 commit comments