Enforces spacing around commas

This commit is contained in:
Frederic Junod
2016-12-14 13:42:47 +01:00
parent b1f25d484b
commit 392cbcc138
15 changed files with 46 additions and 46 deletions

View File

@@ -407,7 +407,7 @@ describe('ol.interaction.Draw', function() {
source: source,
type: 'LineString',
finishCondition: function(event) {
if (ol.array.equals(event.coordinate,[30,-20])) {
if (ol.array.equals(event.coordinate, [30, -20])) {
return true;
}
return false;