|
|
@@ -112,8 +112,8 @@ Seed.prototype._compileNode = function (node, root) {
|
|
|
|
|
|
if (!eachExp && !ctrlExp) {
|
|
|
if (node.childNodes.length) {
|
|
|
- slice.call(node.childNodes).forEach(function (child, i) {
|
|
|
- self._compileNode(child)
|
|
|
+ slice.call(node.childNodes).forEach(function (child) {
|
|
|
+ self._compileNode(child)
|
|
|
})
|
|
|
}
|
|
|
}
|