Skip to content

Commit fe3d0b5

Browse files
author
scottjehl
committed
updated to use new data method
1 parent 0ebab16 commit fe3d0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experiments/scrollview/jquery.mobile.scrollview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jQuery.widget( "mobile.scrollview", jQuery.mobile.widget, {
254254
{
255255
var svh = [];
256256
this._$clip.parents(".ui-scrollview-clip").each(function(){
257-
var d = $(this).data("scrollview");
257+
var d = $(this).jqmData("scrollview");
258258
if (d) svh.unshift(d);
259259
});
260260
return svh;

0 commit comments

Comments
 (0)