Add missing semicolon

This commit is contained in:
Frederic Junod
2016-06-09 15:32:58 +02:00
parent 08f8cd0f16
commit 4bf1f56405
33 changed files with 56 additions and 56 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ describe('ol.source.Cluster', function() {
expect(source.getFeatures().length).to.be(1);
expect(source.getFeatures()[0].get('features').length).to.be(2);
});
})
});
});
goog.require('ol.Feature');