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

Commit

Permalink
Listview: Remove dependency on page
Browse files Browse the repository at this point in the history
(cherry picked from commit 035d302)

Closes gh-7495
Fixes gh-7493
  • Loading branch information
Gabriel Schulhof committed Jul 31, 2014
1 parent 8086d00 commit 36a9898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/widgets/listview.js
Expand Up @@ -5,7 +5,7 @@
//>>css.structure: ../css/structure/jquery.mobile.listview.css
//>>css.theme: ../css/themes/default/jquery.mobile.theme.css

define( [ "jquery", "../jquery.mobile.widget", "./page", "./addFirstLastClasses" ], function( jQuery ) {
define( [ "jquery", "../jquery.mobile.widget", "./addFirstLastClasses" ], function( jQuery ) {
//>>excludeEnd("jqmBuildExclude");
(function( $, undefined ) {

Expand Down

0 comments on commit 36a9898

Please sign in to comment.