Merge pull request #4679 from ning-github/patch-2

Fix typo
This commit is contained in:
Jim
2015-08-21 13:28:33 -07:00

View File

@@ -57,7 +57,7 @@ function accumulateDirectionalDispatches(domID, upwards, event) {
/**
* Collect dispatches (must be entirely collected before dispatching - see unit
* tests). Lazily allocate the array to conserve memory. We must loop through
* each event and perform the traversal for each one. We can not perform a
* each event and perform the traversal for each one. We cannot perform a
* single traversal for the entire collection of events because each event may
* have a different target.
*/