Skip to content

Commit

Permalink
Pointermap: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Jul 7, 2015
1 parent 2607aef commit efb6b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pointermap.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This module implements an map of pointer states
* This module implements a map of pointer states
*/
var USE_MAP = window.Map && window.Map.prototype.forEach;
var PointerMap = USE_MAP ? Map : SparseArrayMap;
Expand Down

0 comments on commit efb6b49

Please sign in to comment.