From 53f3a7d069c0e4c7879b35f657714c5427050394 Mon Sep 17 00:00:00 2001 From: Steven Orvell Date: Fri, 30 Oct 2015 12:18:58 -0700 Subject: [PATCH] Fix typos in more efficient array copying. --- src/lib/dom-api.html | 54 +++++++++++++++++++++++++++----------------- 1 file changed, 33 insertions(+), 21 deletions(-) diff --git a/src/lib/dom-api.html b/src/lib/dom-api.html index 1d8efcff00..5f1005970e 100644 --- a/src/lib/dom-api.html +++ b/src/lib/dom-api.html @@ -356,7 +356,7 @@ if (node.nodeType === Node.DOCUMENT_FRAGMENT_NODE) { // NOTE: the act of setting this info can affect patched nodes // getters; therefore capture childNodes before patching. - var c$ = arrayCopyNodes(node.childNodes); + var c$ = arrayCopyChildNodes(node); for (var i=0, n; (i