Skip to content

Commit

Permalink
moutAll -> mountAll (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
braddunbar authored and developit committed Dec 11, 2016
1 parent e8c58ae commit 0eb767c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vdom/diff.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ function idiff(dom, vnode, context, mountAll) {
* @param {Element} dom Element whose children should be compared & mutated
* @param {Array} vchildren Array of VNodes to compare to `dom.childNodes`
* @param {Object} context Implicitly descendant context object (from most recent `getChildContext()`)
* @param {Boolean} moutAll
* @param {Boolean} mountAll
*/
function innerDiffNode(dom, vchildren, context, mountAll) {
let originalChildren = dom.childNodes,
Expand Down

0 comments on commit 0eb767c

Please sign in to comment.