Fix typo in tests

This commit is contained in:
Tom Payne
2014-02-04 15:17:44 +01:00
parent 2f004b1147
commit 62114a73e2
+1 -1
View File
@@ -884,7 +884,7 @@ describe('ol.format.KML', function() {
expect(s.getFill().getColor()).to.eql([0, 0, 0, 0]); expect(s.getFill().getColor()).to.eql([0, 0, 0, 0]);
}); });
it('can read a normal styleUrls', function() { it('can read normal styleUrls', function() {
var text = var text =
'<kml xmlns="http://earth.google.com/kml/2.2">' + '<kml xmlns="http://earth.google.com/kml/2.2">' +
' <Document>' + ' <Document>' +