Merge pull request #3 from cedricmoullet/master

Semicolon missing
This commit is contained in:
Marc Jansen
2012-06-24 05:43:20 -07:00

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