Open tarnowsc opened 8 years ago
this leaves the global t variable when using the normal way but allows to use as a proper reqire.js module i.e.
define(["t"], function (t) { return (new t("{{=data}}")).render({data: 'myData'}); }
this leaves the global t variable when using the normal way but allows to use as a proper reqire.js module i.e.