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

@@ -3,6 +3,7 @@ goog.provide('ol.layer.Vector');
goog.require('ol');
goog.require('ol.layer.Layer');
goog.require('ol.obj');
goog.require('ol.style.Style');
/**