Get rid of goog.functions
This commit is contained in:
@@ -3,8 +3,8 @@ goog.provide('ol.webgl.Shader');
|
||||
goog.provide('ol.webgl.Vertex');
|
||||
goog.provide('ol.webgl.shader');
|
||||
|
||||
goog.require('goog.functions');
|
||||
goog.require('goog.webgl');
|
||||
goog.require('ol.functions');
|
||||
goog.require('ol.webgl');
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ ol.webgl.Shader.prototype.getSource = function() {
|
||||
/**
|
||||
* @return {boolean} Is animated?
|
||||
*/
|
||||
ol.webgl.Shader.prototype.isAnimated = goog.functions.FALSE;
|
||||
ol.webgl.Shader.prototype.isAnimated = ol.functions.FALSE;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user