diff --git a/js/jquery.mobile.listview.js b/js/jquery.mobile.listview.js index 323c22b7..842afcec 100644 --- a/js/jquery.mobile.listview.js +++ b/js/jquery.mobile.listview.js @@ -3,7 +3,7 @@ */ //>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude); -define( [ "jquery.mobile.widget", "jquery.mobile.buttonMarkup" ], function() { +define( [ "jquery.mobile.widget", "jquery.mobile.buttonMarkup", "jquery.mobile.page", "jquery.mobile.page.sections" ], function() { //>>excludeEnd("jqmBuildExclude"); (function( $, undefined ) {