Skip to content
This repository was archived by the owner on Feb 11, 2021. It is now read-only.

Commit 83ae02d

Browse files
patrickhlaukescottgonzalez
authored andcommitted
Fix code style violation
Addresses the current Travis failure ``` Running "jscs:lint" (jscs) task requirePaddingNewLinesBeforeLineComments: Line comments must be preceded with a blank line at src/dispatcher.js ``` Closes gh-345
1 parent e1a456c commit 83ae02d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dispatcher.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ var dispatcher = {
318318
while (target !== document && !target.contains(event.relatedTarget)) {
319319
targets.push(target);
320320
target = target.parentNode;
321+
321322
// Touch: Do not propagate if node is detached.
322323
if (!target) {
323324
return;

0 commit comments

Comments
 (0)