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

Function tiUpdate

jquery.tmpl.js:487–491  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

485 }
486
487 function tiUpdate() {
488 var coll = this.nodes;
489 jQuery.tmpl( null, null, null, this).insertBefore( coll[0] );
490 jQuery( coll ).remove();
491 }
492}));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected