Location tests passing.

This commit is contained in:
Tim Schaub
2012-06-19 18:06:00 +02:00
parent 408413ec92
commit 712070c1f0
2 changed files with 39 additions and 6 deletions

View File

@@ -121,12 +121,6 @@ describe("ol.Loc", function() {
var loc = ol.loc([1, 2]);
loc.destroy();
expect(loc.config).toBeUndefined();
expect(function() {
loc.x();
}).toThrow();
});
});