Skip to content

Commit

Permalink
Updated minified file jquery.tmpl.min.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisMoore committed Feb 6, 2011
1 parent 6002457 commit bbace58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jquery.tmpl.js
Expand Up @@ -329,7 +329,7 @@
function( all, slash, type, fnargs, target, parens, args ) {
var tag = jQuery.tmpl.tag[ type ], def, expr, exprAutoFnDetect;
if ( !tag ) {
throw "Template command not found: " + type;
throw "Unknown template tag: " + type;
}
def = tag._default || [];
if ( parens && !/\w$/.test(target)) {
Expand Down
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.

0 comments on commit bbace58

Please sign in to comment.