Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Fix some tmpl.js tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiebits committed Oct 19, 2011
1 parent 110cdbf commit 98e657b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/test/tmpl.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Khan.error = function( msg ) {
};

function initVars() {
jQuery("#qunit-fixture").tmplLoad( null, { testMode: true } );
jQuery("#qunit-fixture").append(
"<var id='A'>1</var><var id='B'>2</var><var id='A'>3</var>" +
"<var id='C'>true</var><var id='D'>'test'</var><var id='E'>B === 2 ? 1 : 0</var>" +
Expand Down

0 comments on commit 98e657b

Please sign in to comment.