fix typo
This commit is contained in:
parent
24eb9f287c
commit
1a17190a2d
|
@ -52,7 +52,7 @@ function addInitHook(name, h) {
|
||||||
|
|
||||||
// Temporary hack for templates
|
// Temporary hack for templates
|
||||||
function len(it) {
|
function len(it) {
|
||||||
return item.length;
|
return it.length;
|
||||||
}
|
}
|
||||||
|
|
||||||
function asyncGetScript(src) {
|
function asyncGetScript(src) {
|
||||||
|
|
Loading…
Reference in New Issue