Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
Trim whitespace to pass labs linter
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonpage committed Apr 25, 2013
1 parent 7d5ea56 commit ba02955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fastclick.js
Expand Up @@ -369,7 +369,7 @@ FastClick.prototype.onTouchStart = function(event) {
event.preventDefault();
return false;
}

this.lastTouchIdentifier = touch.identifier;

// If the target element is a child of a scrollable layer (using -webkit-overflow-scrolling: touch) and:
Expand Down

0 comments on commit ba02955

Please sign in to comment.