Skip to content

Commit

Permalink
Update code to support jQuery Mobile 1.2.0, Backbone 0.9.2, Require.j…
Browse files Browse the repository at this point in the history
…s 2.1.1etc.
  • Loading branch information
TomiS committed Nov 5, 2012
1 parent ca625b9 commit e2c61fa
Show file tree
Hide file tree
Showing 11 changed files with 14,175 additions and 17,349 deletions.
12 changes: 6 additions & 6 deletions examples/backbone-requirejs-example/index.html
Expand Up @@ -5,9 +5,9 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>jQM-router example</title> <title>jQM-router example</title>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.css" /> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.css" />

<script data-main="js/main" src="js/libs/require-1.0.4.js" type="text/javascript"></script> <script data-main="js/main" src="js/libs/require-2.1.1.min.js" type="text/javascript"></script>


</head> </head>
<!-- Will be set to show in app.init() --> <!-- Will be set to show in app.init() -->
Expand All @@ -20,9 +20,9 @@ <h1>jQM-router and backbone</h1>
</div> </div>


<div data-role="content"> <div data-role="content">
<a data-role="button" href="#detail?id=1">Detail 1</a> <a data-role="button" data-transition="slide" href="#detail?id=1">Detail 1</a>
<a data-role="button" href="#detail?id=2">Detail 2</a> <a data-role="button" data-transition="slide" href="#detail?id=2">Detail 2</a>
<a data-role="button" href="#detail?id=3">Detail 3</a> <a data-role="button" data-transition="slide" href="#detail?id=3">Detail 3</a>


</div> </div>


Expand Down
2,332 changes: 2,332 additions & 0 deletions examples/backbone-requirejs-example/jquery.mobile-1.2.0.css

Large diffs are not rendered by default.

0 comments on commit e2c61fa

Please sign in to comment.