Fix tests for when not run with WebGL support

This commit is contained in:
tsauerwein
2014-11-24 13:26:45 +01:00
parent b8b48afc82
commit d6841e6d9d
4 changed files with 4 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ goog.require('goog.asserts');
goog.require('goog.events');
goog.require('goog.log');
goog.require('goog.object');
goog.require('ol');
goog.require('ol.webgl.Buffer');
goog.require('ol.webgl.WebGLContextEventType');