tim icon indicating copy to clipboard operation
tim copied to clipboard

Feature: support asynchronous template references

Open premasagar opened this issue 13 years ago • 0 comments

e.g. dom node with src:

// HTML
<script type="text/tim" class="foo" src="http://example.com"></script>

// JS
tim("foo", data, callback);

premasagar avatar Dec 22 '11 20:12 premasagar