MCPcopy Create free account
hub / github.com/BorisMoore/jquery-tmpl / tiCalls

Function tiCalls

jquery.tmpl.js:456–461  ·  view source on GitHub ↗
( content, tmpl, data, options )

Source from the content-addressed store, hash-verified

454 //---- Helper functions for template item ----
455
456 function tiCalls( content, tmpl, data, options ) {
457 if ( !content ) {
458 return stack.pop();
459 }
460 stack.push({ _: content, tmpl: tmpl, item:this, data: data, options: options });
461 }
462
463 function tiNest( tmpl, data, options ) {
464 // nested template, using {{tmpl}} tag

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected