From 09c709ef0f665c2c7b3a522d7e7f7960675c55e6 Mon Sep 17 00:00:00 2001 From: Ghislain Seguin Date: Thu, 22 Dec 2011 09:48:51 -0800 Subject: [PATCH] Added dep on buttonMarkup --- js/jquery.mobile.page.sections.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/jquery.mobile.page.sections.js b/js/jquery.mobile.page.sections.js index e5f18e65..4604a561 100644 --- a/js/jquery.mobile.page.sections.js +++ b/js/jquery.mobile.page.sections.js @@ -3,7 +3,7 @@ */ //>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude); -define( [ "jquery.mobile.page", "jquery.mobile.core" ], function() { +define( [ "jquery.mobile.page", "jquery.mobile.core", "jquery.mobile.buttonMarkup" ], function() { //>>excludeEnd("jqmBuildExclude"); (function( $, undefined ) {