Skip to content

Commit e50fb58

Browse files
committed
Final update before 2.0.0
1 parent d87e471 commit e50fb58

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ CDN provided by [cdnjs](https://cdnjs.com/libraries/jquery-scrollTo)
2929

3030
If you want the latest stable version, get the latest release from the [releases page](https://github.com/flesler/jquery.scrollTo/releases).
3131

32+
## 2.0
33+
34+
Version 2.0 has been recently released. It is mostly backwards compatible, if you have any issue first check [this link](https://github.com/flesler/jquery.scrollTo/wiki/Migrating-to-2.0).
35+
If your problem is not solved then go ahead and [report the issue](https://github.com/flesler/jquery.scrollTo/issues/new).
36+
3237
## Notes
3338

3439
* Apart from the target and duration, the plugin can receive a hash of settings. Documentation and examples are included in the source file.

changes.txt

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- Now works consistenly on Chrome 40
1111
- Now works correctly on Windows Phone
1212
- Now works correctly on Android Browsers
13+
- Now works correctly on iOS Browsers
1314

1415
1.4.14
1516
[Misc]

jquery.scrollTo.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
// We are done
7272
break;
7373
}
74-
// Relative/Absolute selector, no break!
74+
// Relative/Absolute selector
7575
targ = win ? $(targ) : $(targ, elem);
7676
if (!targ.length) return;
7777
/* falls through */

jquery.scrollTo.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)