Fix typo
This commit is contained in:
parent
8839411c2c
commit
1b64cccea0
@ -70,7 +70,7 @@ Wraps the output file with an AMD define function and returns the compiled templ
|
|||||||
```js
|
```js
|
||||||
define(function() {
|
define(function() {
|
||||||
//...//
|
//...//
|
||||||
returns this['[template namespace]'];
|
return this['[template namespace]'];
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user