Skip to content

Commit 637fa99

Browse files
committed
Tweak return value on touchend.
For consistency, always return undefined here.
1 parent ce12fae commit 637fa99

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

d3.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1413,7 +1413,7 @@ d3 = function() {
14131413
delete locations0[changed[i].identifier];
14141414
}
14151415
for (var identifier in locations0) {
1416-
return relocate();
1416+
return void relocate();
14171417
}
14181418
}
14191419
w.on(touchmove, null).on(touchend, null);

0 commit comments

Comments
 (0)