Test indentation

This commit is contained in:
Tim Schaub
2016-01-09 14:04:02 -07:00
parent 3cf8618fc7
commit 0555bb081a
4 changed files with 193 additions and 217 deletions

View File

@@ -63,14 +63,12 @@ describe('ol.pointer.MouseSource', function() {
});
function simulateTouchEvent(type, x, y) {
var touches = [
{
identifier: 4,
clientX: x,
clientY: y,
target: target
}
];
var touches = [{
identifier: 4,
clientX: x,
clientY: y,
target: target
}];
var event = new goog.events.BrowserEvent({
type: type,