Fix simulated touch event in tests

This commit is contained in:
Frederic Junod
2014-03-17 10:35:13 +01:00
parent 593bb46708
commit 391f81f838

View File

@@ -66,7 +66,7 @@ describe('ol.pointer.MouseSource', function() {
{
identifier: 4,
clientX: x,
clientX: y,
clientY: y,
target: target
}
];