mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
updated to use new data method
This commit is contained in:
parent
0ebab16a9a
commit
fe3d0b537b
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ jQuery.widget( "mobile.scrollview", jQuery.mobile.widget, {
|
|||
{
|
||||
var svh = [];
|
||||
this._$clip.parents(".ui-scrollview-clip").each(function(){
|
||||
var d = $(this).data("scrollview");
|
||||
var d = $(this).jqmData("scrollview");
|
||||
if (d) svh.unshift(d);
|
||||
});
|
||||
return svh;
|
||||
|
|
|
|||
Loading…
Reference in a new issue