Skip to content

Commit b6041da

Browse files
committed
remove comment
1 parent 18f1149 commit b6041da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/events/touch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ p5.prototype._ontouchstart = function(e) {
133133
this._updateTouchCoords(e);
134134
this._updateNextMouseCoords(e);
135135
this._updateMouseCoords(); // reset pmouseXY at the start of each touch event
136-
// only safari needs this manual duplication for consistency
136+
137137
if (typeof context.touchStarted === 'function') {
138138
executeDefault = context.touchStarted(e);
139139
if (executeDefault === false) {

0 commit comments

Comments
 (0)