diff options
Diffstat (limited to 'src/jqLite.js')
| -rw-r--r-- | src/jqLite.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jqLite.js b/src/jqLite.js index 816e1ba8..270252bf 100644 --- a/src/jqLite.js +++ b/src/jqLite.js @@ -133,8 +133,8 @@ function JQLitePatchJQueryRemove(name, dispatchThis) { } else { fireEvent = !fireEvent; } - for(childIndex = 0, childLength = (children = element.children()).length; - childIndex < childLength; + for(childIndex = 0, childLength = (children = element.children()).length; + childIndex < childLength; childIndex++) { list.push(jQuery(children[childIndex])); } |
