fixed bug that broke scrolling in previous commit

This commit is contained in:
Andrew Trice 2012-05-29 21:50:36 -04:00
parent b5023757af
commit fb745664fc
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ ViewNavigator.prototype.resetScroller = function() {
if ( !this.winPhone ) {
if ( id && !(currentViewDescriptor && currentViewDescriptor.scroll == false)) {
var self = this;
if ( this.touchEnabled ){
if ( 'ontouchstart' in window ){
setTimeout( function() {
//use this to mantain scroll position when scroller is destroyed