Skip to content

Commit

Permalink
Using non instrumented js for browser test
Browse files Browse the repository at this point in the history
  • Loading branch information
bermi committed Apr 28, 2013
1 parent ebdce24 commit 42c4ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<script type="text/javascript">
var Eventify = "original";
</script>
<script src="../lib-cov/eventify.js" type="text/javascript" charset="utf-8"></script>
<script src="../lib/eventify.js" type="text/javascript" charset="utf-8"></script>
<script src="eventify.test.js"></script>
</head>
<body>
Expand Down

0 comments on commit 42c4ca4

Please sign in to comment.