/* ---------------------------------- * PullToRefresh v0.004 * By Simon Waldherr * https://github.com/SimonWaldherr/PullToRefresh * Licensed under The MIT License * http://opensource.org/licenses/MIT * ---------------------------------- */ var ptr_scrollable_parent = false; function ptr_init() { document.getElementsByTagName('body')[0].className = !!('ontouchstart' in window) ? document.getElementsByTagName('body')[0].className+=' touch' : document.getElementsByTagName('body')[0].className+=' desktop'; var scrollables = document.getElementsByClassName('scrollable'); for(var i = 0; i