This commit is contained in:
Kyle Robinson Young 2013-07-14 19:25:18 -07:00
parent 8839411c2c
commit 1b64cccea0

View File

@ -70,7 +70,7 @@ Wraps the output file with an AMD define function and returns the compiled templ
```js
define(function() {
//...//
returns this['[template namespace]'];
return this['[template namespace]'];
});
```