Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

Commit

Permalink
5.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cubiq committed Dec 6, 2013
1 parent 05375ba commit a1c1255
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions build/iscroll-lite.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! iScroll v5.0.6 ~ (c) 2008-2013 Matteo Spinelli ~ http://cubiq.org/license */
/*! iScroll v5.0.7 ~ (c) 2008-2013 Matteo Spinelli ~ http://cubiq.org/license */
var IScroll = (function (window, document, Math) {
var rAF = window.requestAnimationFrame ||
window.webkitRequestAnimationFrame ||
Expand Down Expand Up @@ -308,7 +308,7 @@ function IScroll (el, options) {
}

IScroll.prototype = {
version: '5.0.6',
version: '5.0.7',

_init: function () {
this._initEvents();
Expand Down
4 changes: 2 additions & 2 deletions build/iscroll-probe.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! iScroll v5.0.6 ~ (c) 2008-2013 Matteo Spinelli ~ http://cubiq.org/license */
/*! iScroll v5.0.7 ~ (c) 2008-2013 Matteo Spinelli ~ http://cubiq.org/license */
var IScroll = (function (window, document, Math) {
var rAF = window.requestAnimationFrame ||
window.webkitRequestAnimationFrame ||
Expand Down Expand Up @@ -319,7 +319,7 @@ function IScroll (el, options) {
}

IScroll.prototype = {
version: '5.0.6',
version: '5.0.7',

_init: function () {
this._initEvents();
Expand Down
4 changes: 2 additions & 2 deletions build/iscroll-zoom.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! iScroll v5.0.6 ~ (c) 2008-2013 Matteo Spinelli ~ http://cubiq.org/license */
/*! iScroll v5.0.7 ~ (c) 2008-2013 Matteo Spinelli ~ http://cubiq.org/license */
var IScroll = (function (window, document, Math) {
var rAF = window.requestAnimationFrame ||
window.webkitRequestAnimationFrame ||
Expand Down Expand Up @@ -321,7 +321,7 @@ function IScroll (el, options) {
}

IScroll.prototype = {
version: '5.0.6',
version: '5.0.7',

_init: function () {
this._initEvents();
Expand Down
4 changes: 2 additions & 2 deletions build/iscroll.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! iScroll v5.0.6 ~ (c) 2008-2013 Matteo Spinelli ~ http://cubiq.org/license */
/*! iScroll v5.0.7 ~ (c) 2008-2013 Matteo Spinelli ~ http://cubiq.org/license */
var IScroll = (function (window, document, Math) {
var rAF = window.requestAnimationFrame ||
window.webkitRequestAnimationFrame ||
Expand Down Expand Up @@ -316,7 +316,7 @@ function IScroll (el, options) {
}

IScroll.prototype = {
version: '5.0.6',
version: '5.0.7',

_init: function () {
this._initEvents();
Expand Down
4 changes: 2 additions & 2 deletions dist/iscroll-lite-min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/iscroll-min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/iscroll-probe-min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/iscroll-zoom-min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iscroll",
"description": "Smooth scrolling for the web",
"version": "5.0.6",
"version": "5.0.7",
"homepage": "http://cubiq.org/iscroll-4",
"author": "Matteo Spinelli <[email protected]> (http://cubiq.org)",
"keywords": [
Expand Down

0 comments on commit a1c1255

Please sign in to comment.