Add missing goog.require
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
goog.provide('ol.render.webgl');
|
||||
|
||||
goog.require('ol');
|
||||
|
||||
|
||||
if (ol.ENABLE_WEBGL) {
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
goog.provide('ol.webgl');
|
||||
|
||||
goog.require('ol');
|
||||
|
||||
|
||||
if (ol.ENABLE_WEBGL) {
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
goog.provide('ol.webgl.Shader');
|
||||
|
||||
goog.require('ol');
|
||||
goog.require('ol.functions');
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user