Skip to content

Commit

Permalink
Fix simulated touch event in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fredj committed Mar 17, 2014
1 parent 593bb46 commit 391f81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/ol/pointer/mousesource.test.js
Expand Up @@ -66,7 +66,7 @@ describe('ol.pointer.MouseSource', function() {
{
identifier: 4,
clientX: x,
clientX: y,
clientY: y,
target: target
}
];
Expand Down

0 comments on commit 391f81f

Please sign in to comment.