Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/kembuco/ICanHaz.js into k…
Browse files Browse the repository at this point in the history
…embuco-master
  • Loading branch information
HenrikJoreteg committed Nov 11, 2010
2 parents 7442b95 + 4dcf3b7 commit b8a62ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ICanHaz.js
Expand Up @@ -66,7 +66,7 @@ var ich;
$('script[type="text/html"]').each(function () {
var script = $(this),
name = script.attr('id'),
text = script.html().trim(),
text = $.trim(script.html()),
isPartial = script.attr('class').toLowerCase() === 'partial';

if (isPartial) {
Expand Down
2 changes: 1 addition & 1 deletion test/test.html
Expand Up @@ -6,7 +6,7 @@
<script src="../mustache.js"></script>
<link rel="stylesheet" href="qunit/qunit.css" type="text/css" media="screen" />
<script type="text/javascript" src="qunit/qunit.js"></script>
<script type="text/javascript" src="../ICanHaz.min.js"></script>
<script type="text/javascript" src="../ICanHaz.js"></script>
<script type="text/javascript" src="./ich_test.js"></script>

<!-- Testing templates -->
Expand Down

0 comments on commit b8a62ba

Please sign in to comment.