mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-21 14:44:44 +00:00
Named the module for testability
This commit is contained in:
parent
6d6a4114f7
commit
c7b81d3e59
1 changed files with 3 additions and 1 deletions
|
|
@ -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 ) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue