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:
@@ -1,8 +1,12 @@
|
||||
// FIXME add option to apply snapToPixel to all coordinates?
|
||||
// FIXME can eliminate empty set styles and strokes (when all geoms skipped)
|
||||
|
||||
goog.provide('ol.render.canvas.ImageReplay');
|
||||
goog.provide('ol.render.canvas.LineStringReplay');
|
||||
goog.provide('ol.render.canvas.PolygonReplay');
|
||||
goog.provide('ol.render.canvas.Replay');
|
||||
goog.provide('ol.render.canvas.ReplayGroup');
|
||||
goog.provide('ol.render.canvas.TextReplay');
|
||||
|
||||
goog.require('goog.array');
|
||||
goog.require('goog.asserts');
|
||||
|
||||
Reference in New Issue
Block a user