Named the module for testability

This commit is contained in:
Ghislain Seguin 2011-12-21 16:41:27 -08:00 committed by scottjehl
parent 6d6a4114f7
commit c7b81d3e59

View file

@ -3,7 +3,9 @@
*/
//>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude);
define( [ "jquery.mobile.media" ], function() {
// For test purposes we can't use anonymous module here otherwise
// the tests will throw http://requirejs.org/docs/errors.html#mismatch
define( "jquery.mobile.support", [ "jquery.mobile.media" ], function() {
//>>excludeEnd("jqmBuildExclude");
(function( $, undefined ) {