Add some missing test requires

This commit is contained in:
Tim Schaub
2016-08-09 00:50:40 -06:00
parent 2da724cad4
commit 004cf15222
9 changed files with 13 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
goog.provide('ol.test.renderer.canvas.Map');
goog.require('ol');
goog.require('ol.Feature');
goog.require('ol.Map');
goog.require('ol.View');