Skip to content

Commit

Permalink
Merge pull request #123 from Osukaru/master
Browse files Browse the repository at this point in the history
fixed html comments in SpecRunner.html example
  • Loading branch information
ragaskar committed Sep 1, 2011
2 parents 98d32bb + 83f2322 commit ec24992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/jasmine-core/example/SpecRunner.html
Expand Up @@ -10,11 +10,11 @@
<script type="text/javascript" src="lib/jasmine-1.1.0.rc1/jasmine.js"></script>
<script type="text/javascript" src="lib/jasmine-1.1.0.rc1/jasmine-html.js"></script>

<!-- include source files here... -->
<!-- include spec files here... -->
<script type="text/javascript" src="spec/SpecHelper.js"></script>
<script type="text/javascript" src="spec/PlayerSpec.js"></script>

<!-- include spec files here... -->
<!-- include source files here... -->
<script type="text/javascript" src="src/Player.js"></script>
<script type="text/javascript" src="src/Song.js"></script>

Expand Down

0 comments on commit ec24992

Please sign in to comment.