Skip to content

Commit

Permalink
[BUG #8560] fixed scrollTo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwagner committed Aug 28, 2014
1 parent a30b184 commit dd28577
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ qx.Mixin.define("qx.ui.mobile.container.MNativeScroll",
* @return {qxWeb} The scroll content element
*/
_getScrollContentElement: function() {
return null;
return this;
},


Expand Down

0 comments on commit dd28577

Please sign in to comment.