diff --git a/ext-lib/iscroll-custom.js b/ext-lib/iscroll-custom.js index 7180a34..9ed437c 100755 --- a/ext-lib/iscroll-custom.js +++ b/ext-lib/iscroll-custom.js @@ -521,7 +521,7 @@ iScroll.prototype = { if (that.options.onTouchEnd) that.options.onTouchEnd.call(that, e); }, - // XXX + // XXX go back into bounds... _resetPos: function (time) { var that = this, resetX = that.x >= 0 ? 0 : that.x < that.maxScrollX ? that.maxScrollX : that.x, diff --git a/index2.html b/index2.html index 3ce875d..48f63f2 100755 --- a/index2.html +++ b/index2.html @@ -84,13 +84,13 @@