Skip to content

Commit

Permalink
Merge branch 'master' of [email protected]:jquery/jquery-tmpl.git
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisMoore committed Mar 22, 2011
2 parents 2d3df5a + 4ca14d3 commit c2f1de9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jquery.tmpl.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jquery.tmplPlus.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion tests/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ var R = function ( tmpl, data ) {
};

function test_handler( test_name, res, exp ) {
console.log(arguments)
var is_err = ($.isFunction(exp) && exp.prototype instanceof Error);
if ( is_err && res instanceof exp ) {
ok( res instanceof exp, test_name );
Expand Down

0 comments on commit c2f1de9

Please sign in to comment.