premasagar / tim

A tiny, secure JavaScript micro-templating script.
251 stars 26 forks source link

Allow AMD compilation/loading #12

Closed ahume closed 11 years ago

ahume commented 12 years ago

Added checks for module.exports and define.amd.

Diff looks horrendous, but it's nearly all indenting from wrapping the tim definition.

Just thought I'd chuck this your way, since I've done it. Feel free to ignore.

A.

premasagar commented 12 years ago

Thanks a lot, Andy. I'll check this all out and pull.