Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Demos: fixed mistake in code to trigger "updatelayout.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspermdegroot committed Dec 16, 2012
1 parent 9cafeb1 commit 41cc858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/demos/listviews/listview-filter-autocomplete.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
});
$ul.html( html );
$ul.listview( "refresh" );
$ul.listview.trigger( "updatelayout");
$ul.trigger( "updatelayout");
});
}
});
Expand Down

0 comments on commit 41cc858

Please sign in to comment.