Declare global

This commit is contained in:
Tim Schaub
2016-08-09 09:29:42 -06:00
parent a70c6f916b
commit 4a4872bbe5
4 changed files with 21 additions and 12 deletions

View File

@@ -1,8 +1,12 @@
goog.provide('ol.test.render');
goog.require('ol.transform');
goog.require('ol.array');
goog.require('ol.has');
goog.require('ol.render');
goog.require('ol.render.canvas.Immediate');
goog.require('ol.transform');
describe('ol.render', function() {
describe('toContext', function() {