semicolon missing

This commit is contained in:
Cédric Moullet
2012-06-24 11:26:23 +02:00
parent 81577d6dce
commit 38db8178e2

View File

@@ -4,7 +4,7 @@ goog.require('ol.UnreferencedBounds');
goog.require('ol.Loc');
goog.require('ol.Projection');
goog.require('goog.string.format')
goog.require('goog.string.format');
/**
* @export