Changing expectations for projection.

This commit is contained in:
Tim Schaub
2012-06-20 14:52:17 +02:00
parent a6b93773cd
commit 09a6b6c456
2 changed files with 4 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ describe("ol.loc", function() {
var loc = ol.loc({x: 1, y: 2});
expect(loc.projection()).toBeUndefined();
expect(loc.projection()).toBeNull();
});