Skip to content

Commit

Permalink
remove title and tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisprice committed Nov 16, 2012
1 parent 411efd1 commit c236572
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions spec/runner.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>JSSpec results</title>
<link rel="stylesheet" type="text/css" href="lib/jasmine-1.2.0/jasmine.css" />

<!-- All specs should pass with or without jQuery+Modernizr being referenced -->
<!--
<script type="text/javascript" src="http://code.jquery.com/jquery-1.8.2.js"></script>
<script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/modernizr/modernizr-1.7-development-only.js"></script>
-->

<!-- jasmine and dependencies -->
<!-- jasmine -->
<link rel="stylesheet" type="text/css" href="lib/jasmine-1.2.0/jasmine.css" />
<script type="text/javascript" src="lib/jasmine-1.2.0/jasmine.js"></script>
<script type="text/javascript" src="lib/jasmine-1.2.0/jasmine-html.js"></script>

<!-- our jasmine extensions -->
<script type="text/javascript" src="lib/jasmine.extensions.js"></script>

<!-- knockout polyfills -->
Expand Down

0 comments on commit c236572

Please sign in to comment.