Merge pull request #2452 from marcjansen/test-typo

Fix typo in ol.Map test.
This commit is contained in:
Marc Jansen
2014-07-28 09:36:28 +02:00

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);