Skip to content

Commit

Permalink
test tool fixed. the helpers file was linked bad.
Browse files Browse the repository at this point in the history
  • Loading branch information
jairodemorais committed Aug 23, 2012
1 parent 5488ab2 commit ed84669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<script src="./dust_files/jsdump.js"></script>
<script src="./dust_files/beautify.js"></script>
<script src="../lib/dust.js"></script>
<script src="../dustjs-helpers/lib/dust-helpers.js"></script>
<script src="../lib/dust-helpers.js"></script>
<script src="../lib/parser.js"></script>
<script src="../lib/compiler.js"></script>
<script src="./jasmine-test/spec/grammarTests.js"></script>
Expand Down Expand Up @@ -152,7 +152,7 @@
{
examples: grammarTests,
selected: function(chk, ctx) {
if (ctx.current().name === "replace") return "selected";
if (ctx.current().name === "replace") return " selected ";
}
}, function(err, output) {
$('#select').html(output);
Expand Down

0 comments on commit ed84669

Please sign in to comment.