Add missing goog.require('ol.style.Style')

This commit is contained in:
Frederic Junod
2016-08-17 10:00:36 +02:00
parent d4ad9ad616
commit 522398d064
4 changed files with 4 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ goog.require('ol.interaction.Pointer');
goog.require('ol.layer.Vector');
goog.require('ol.source.Vector');
goog.require('ol.structs.RBush');
goog.require('ol.style.Style');
/**