Skip to content

Commit b824e29

Browse files
author
Chris Ferdinandi
committed
Fixed typo that broke scroll
1 parent 6a0217b commit b824e29

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

smooth-scroll.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
*
@@ -16,7 +16,7 @@
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

0 commit comments

Comments
 (0)