Skip to content

Commit b5da5ae

Browse files
author
Krister Kari
committed
Bump to 0.8.7
1 parent 9f51ee5 commit b5da5ae

10 files changed

+12
-12
lines changed

‎bin/javascripts/jquery.nanoscroller.js

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

‎bin/javascripts/jquery.nanoscroller.min.js

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

‎bin/readme.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1 id="nanoscroller-js">nanoScroller.js</h1>
1+
<h1 id="nanoscroller-js-npm-version-npm-image-npm-url-">nanoScroller.js <a href="https://npmjs.org/package/nanoscroller"><img src="http://img.shields.io/npm/v/nanoscroller.svg" alt="NPM version"></a></h1>
22
<p><a href="https://github.com/jamesflorentino/nanoScrollerJS">nanoScroller.js</a> is a jQuery plugin that offers a simple way of implementing Mac OS X Lion-styled scrollbars for your website.
33
It uses minimal HTML markup being <code>.nano &gt; .nano-content</code>. The other scrollbar div elements <code>.pane &gt; .nano-slider</code> are added during run time to prevent clutter in templating. The latest version utilizes native scrolling and works with the iPad, iPhone, and some Android Tablets.</p>
44
<h3 id="downloads">Downloads</h3>
@@ -78,7 +78,7 @@ <h4 id="-scrolltop-">&#39;scrolltop&#39;</h4>
7878
<p>Same as the <code>&#39;scrollend&#39;</code> event, but it is triggered every time the user has scrolled to the top of the content element.</p>
7979
<h4 id="-update-">&#39;update&#39;</h4>
8080
<p>Same as the <code>&#39;scrolltop&#39;</code> and <code>&#39;scrollend&#39;</code> events, but it&#39;s triggered every time the user scrolls. It also carries a JavaScript object with the current position, the maximum height and the direction (<code>up</code> or <code>down</code>).</p>
81-
<pre><code class="lang-js">$(&quot;.nano&quot;).on(&quot;update&quot;, function(event, values){
81+
<pre><code class="lang-js">$(&quot;.nano&quot;).on(&quot;update&quot;, function(event, values){
8282
console.debug( values );
8383
});
8484
</code></pre>

‎bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nanoscroller",
3-
"version": "0.8.6",
3+
"version": "0.8.7",
44
"description": "A jQuery plugin that offers a simplistic way of implementing Lion OS scrollbars.",
55
"homepage": "http://jamesflorentino.github.com/nanoScrollerJS/",
66
"main": [

‎docs/classes/NanoScroll.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1><img src="../assets/css/logo.png" title="jquery.nanoscroller"></h1>
1919

2020
</div>
2121
<div class="yui3-u-1-4 version">
22-
<em>API Docs for: 0.8.6</em>
22+
<em>API Docs for: 0.8.7</em>
2323
</div>
2424
</div>
2525
<div id="bd" class="yui3-g">

‎docs/data.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"project": {
33
"name": "jquery.nanoscroller",
44
"description": "A jQuery plugin that offers a simplistic way of implementing Lion OS scrollbars.",
5-
"version": "0.8.6",
5+
"version": "0.8.7",
66
"url": "http://jamesflorentino.github.com/nanoScrollerJS/"
77
},
88
"files": {

‎docs/files/bin_javascripts_jquery.nanoscroller.js.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1><img src="../assets/css/logo.png" title="jquery.nanoscroller"></h1>
1919

2020
</div>
2121
<div class="yui3-u-1-4 version">
22-
<em>API Docs for: 0.8.6</em>
22+
<em>API Docs for: 0.8.7</em>
2323
</div>
2424
</div>
2525
<div id="bd" class="yui3-g">
@@ -86,7 +86,7 @@ <h1 class="file-heading">File: bin/javascripts/jquery.nanoscroller.js</h1>
8686

8787
<div class="file">
8888
<pre class="code prettyprint linenums">
89-
/*! nanoScrollerJS - v0.8.6 - 2015
89+
/*! nanoScrollerJS - v0.8.7 - 2015
9090
* http://jamesflorentino.github.com/nanoScrollerJS/
9191
* Copyright (c) 2015 James Florentino; Licensed MIT */
9292
(function(factory) {

‎docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1><img src="./assets/css/logo.png" title="jquery.nanoscroller"></h1>
1919

2020
</div>
2121
<div class="yui3-u-1-4 version">
22-
<em>API Docs for: 0.8.6</em>
22+
<em>API Docs for: 0.8.7</em>
2323
</div>
2424
</div>
2525
<div id="bd" class="yui3-g">

‎nanoscroller.jquery.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jquery.nanoscroller",
33
"title": "nanoScrollerJS",
44
"description": "A jQuery plugin that offers a simplistic way of implementing Lion OS scrollbars.",
5-
"version": "0.8.6",
5+
"version": "0.8.7",
66
"homepage": "http://jamesflorentino.github.com/nanoScrollerJS/",
77
"author": {
88
"name": "James Florentino",

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nanoscroller",
33
"description": "A jQuery plugin that offers a simplistic way of implementing Lion OS scrollbars.",
4-
"version": "0.8.6",
4+
"version": "0.8.7",
55
"author": "James Florentino <jamesflorentino@gmail.com> (http://blog.jamesflorentino.com/)",
66
"bugs": {
77
"url": "https://github.com/jamesflorentino/nanoScrollerJS/issues"

0 commit comments

Comments
 (0)