Skip to content

Commit 60cb2c7

Browse files
committedApr 17, 2011
Updated headers ready for new release...
1 parent f918764 commit 60cb2c7

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed
 

‎changelog.html

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ <h1>jScrollPane - changelog</h1>
4444
to the still available versions below:
4545
</p>
4646
<ul class="link-list">
47+
<li>2011-04-17 - <a href="http://github.com/vitch/jScrollPane/tree/2.0.0beta10">2.0.0beta10</a> - cleaner required size calculation, improved keyboard support, stickToBottom/Left, other small fixes</li>
4748
<li>2011-01-31 - <a href="http://github.com/vitch/jScrollPane/tree/2.0.0beta9">2.0.0beta9</a> - new API methods, bug fixes and correct keyboard support for FF/OSX</li>
4849
<li>2011-01-29 - <a href="http://github.com/vitch/jScrollPane/tree/2.0.0beta8">2.0.0beta8</a> - touchscreen support, improved keyboard support</li>
4950
<li>2011-01-23 - <a href="http://github.com/vitch/jScrollPane/tree/2.0.0beta7">2.0.0beta7</a> - scroll speed consistent (thanks Aivo Paas)</li>

‎script/jquery.jscrollpane.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jScrollPane - v2.0.0beta10 - 2011-04-04
2+
* jScrollPane - v2.0.0beta10 - 2011-04-17
33
* http://jscrollpane.kelvinluck.com/
44
*
55
* Copyright (c) 2010 Kelvin Luck
@@ -8,7 +8,7 @@
88

99
// Script: jScrollPane - cross browser customisable scrollbars
1010
//
11-
// *Version: 2.0.0beta10, Last updated: 2011-04-04*
11+
// *Version: 2.0.0beta10, Last updated: 2011-04-17*
1212
//
1313
// Project Home - http://jscrollpane.kelvinluck.com/
1414
// GitHub - http://github.com/vitch/jScrollPane
@@ -39,7 +39,7 @@
3939
//
4040
// About: Release History
4141
//
42-
// 2.0.0beta10 - (in progress)
42+
// 2.0.0beta10 - (2011-04-17) cleaner required size calculation, improved keyboard support, stickToBottom/Left, other small fixes
4343
// 2.0.0beta9 - (2011-01-31) new API methods, bug fixes and correct keyboard support for FF/OSX
4444
// 2.0.0beta8 - (2011-01-29) touchscreen support, improved keyboard support
4545
// 2.0.0beta7 - (2011-01-23) scroll speed consistent (thanks Aivo Paas)

‎script/jquery.jscrollpane.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)
Please sign in to comment.