/** * desc: 下拉刷新 和 上拉加载更多 * author: wangyang * date: 2015-04-11 */ define(['IScroll'], function(IScroll) { Iscroll.prototype.addPullToRefresh = function (){ }; Iscroll.prototype.enablePullToRefresh = function (){ }; Iscroll.prototype.disablePullToRefresh = function (){ }; });