Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
stop using require-jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
gseguin committed Dec 2, 2011
1 parent 46cd8f8 commit 91fe1cf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.html
Expand Up @@ -6,10 +6,13 @@
<title>jQuery Mobile: Demos and Documentation</title>
<link rel="stylesheet" href="css/themes/default/jquery.mobile.theme.css" />
<link rel="stylesheet" href="docs/_assets/css/jqm-docs.css" />
<script src="js/require-jquery.js"></script>
<script src="requirejs/require.js"></script>
<script src="js/jquery.js"></script>
<script src="experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
<script type="text/javascript">
require.config({ baseUrl: "js" });
require.config({
baseUrl: "js"
});
require( [ "main" ], function() {
require( [ "../docs/_assets/js/jqm-docs" ] );
});
Expand Down

0 comments on commit 91fe1cf

Please sign in to comment.