Add missing goog.provide
The new version of the closure-compiler (version 20150729) wants that all the classes tagged with `@constructor` to be provided (with `goog.provide`).
This commit is contained in:
@@ -122,5 +122,7 @@ describe('ol.render.canvas.PolygonReplay', function() {
|
||||
|
||||
});
|
||||
|
||||
goog.require('ol.render.canvas.LineStringReplay');
|
||||
goog.require('ol.render.canvas.PolygonReplay');
|
||||
goog.require('ol.render.canvas.Replay');
|
||||
goog.require('ol.style.Stroke');
|
||||
|
||||
Reference in New Issue
Block a user