Add missing semicolon

This commit is contained in:
Frederic Junod
2016-06-09 15:32:58 +02:00
parent 08f8cd0f16
commit 4bf1f56405
33 changed files with 56 additions and 56 deletions

View File

@@ -32,7 +32,7 @@ describe('ol.render.Box', function() {
expect(obj).to.be.a(ol.render.Box);
expect(obj).to.be.a(ol.Disposable);
obj.dispose();
})
});
it('creates an absolutely positioned DIV with a className', function() {
expect(box.element_).to.be.a(HTMLDivElement);
expect(box.element_.style.position).to.be('absolute');