Skip to content

Commit

Permalink
Removes jQuery Mobile from test runner, use in frame.html only
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Jan 18, 2012
1 parent 29e8f68 commit b9fa4f0
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/index.html
Expand Up @@ -6,20 +6,8 @@
<title>jQuery Mobile Badge Test Suite</title>

<link rel="stylesheet" href="/tests/qunit.css"/>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.css"/>

<link rel="stylesheet" href="/css/structure/jquery.mobile.badge.css"/>


<script src="//code.jquery.com/jquery.js"></script>
<script src="/tests/qunit.js"></script>


<script src="//code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js"></script>



<script src="/js/jquery.mobile.badge.js"></script>
<script src="/tests/unit/badge.js"></script>

</head>
Expand Down

0 comments on commit b9fa4f0

Please sign in to comment.