Fix typo in ol.Map test.

This commit is contained in:
Marc Jansen
2014-07-28 09:35:23 +02:00
parent e729b3d423
commit 2e37a34459

View File

@@ -2,7 +2,7 @@ goog.provide('ol.test.Map');
describe('ol.Map', function() {
describe('contstructor', function() {
describe('constructor', function() {
it('creates a new map', function() {
var map = new ol.Map({});
expect(map).to.be.a(ol.Map);