Method | Description | |
---|---|---|
BuildSource ( string text ) : string | ||
Compile ( string text ) : string |
Returns compiled to javascript template. JavaScript micro-templating, similar to John Resig's implementation. Underscore templating handles arbitrary delimiters, preserves whitespace, and correctly escapes quotes within interpolated code. |
Method | Description | |
---|---|---|
Unescape ( string code ) : string |