Add missing requires to rendering tests

This commit is contained in:
Tim Schaub
2016-08-11 22:29:41 -06:00
parent bd015eabe4
commit 85d4fb6ac4
2 changed files with 5 additions and 1 deletions
@@ -2,6 +2,7 @@ goog.provide('ol.test.rendering.layer.Tile');
goog.require('ol.Map');
goog.require('ol.View');
goog.require('ol.extent');
goog.require('ol.geom.Point');
goog.require('ol.layer.Tile');
goog.require('ol.obj');