Moved to AMD

This commit is contained in:
Ghislain Seguin 2011-10-30 22:07:50 -07:00 committed by Ghislain Seguin
parent b32facdd1d
commit 970ba0432c

View file

@ -4,12 +4,16 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jQuery Mobile: Demos and Documentation</title>
<link rel="stylesheet" href="css/themes/default/" />
<link rel="stylesheet" href="css/themes/default/jquery.mobile.theme.css" />
<link rel="stylesheet" href="docs/_assets/css/jqm-docs.css" />
<script src="js/jquery.js"></script>
<script src="js/require-jquery.js"></script>
<script src="experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
<script src="docs/_assets/js/jqm-docs.js"></script>
<script src="js/"></script>
<script type="text/javascript">
require.config({ baseUrl: "js" });
require( [ "main" ], function() {
require( [ "../docs/_assets/js/jqm-docs" ] );
});
</script>
</head>
<body>