Merge pull request #265 from twpayne/check-requires-in-specs

Check requires in specs
This commit is contained in:
Tom Payne
2013-03-04 11:31:37 -08:00
14 changed files with 25 additions and 3 deletions

View File

@@ -78,6 +78,7 @@ describe('ol.renderer.webgl.ImageLayer', function() {
goog.require('goog.vec.Mat4');
goog.require('goog.vec.Vec4');
goog.require('ol.Coordinate');
goog.require('ol.Extent');
goog.require('ol.Image');
goog.require('ol.Map');