mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-05 21:24:45 +00:00
Added dep on grid
This commit is contained in:
parent
65c1d48e47
commit
4f6e082875
1 changed files with 1 additions and 1 deletions
|
|
@ -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.grid" ], function() {
|
||||
//>>excludeEnd("jqmBuildExclude");
|
||||
(function( $, undefined ) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue