Skip to content

Commit fe5faf2

Browse files
committed
fixed typo
1 parent 52dae12 commit fe5faf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/draggable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ module.exports = React.createClass({
579579
},
580580

581581
handleDrag: function (e) {
582-
// Return if this is a touch event, but not the correct one for thiss element
582+
// Return if this is a touch event, but not the correct one for this element
583583
if(e.targetTouches && (e.targetTouches[0].identifier != this.state.identifier)){
584584
return;
585585
}

0 commit comments

Comments
 (0)