Replace goog.abstractMethod

This commit is contained in:
Peter Robins
2016-07-19 08:24:18 +00:00
parent 3665e21341
commit 0713e680e1
21 changed files with 176 additions and 101 deletions
+2 -1
View File
@@ -24,9 +24,10 @@ ol.webgl.Shader = function(source) {
/**
* @abstract
* @return {number} Type.
*/
ol.webgl.Shader.prototype.getType = goog.abstractMethod;
ol.webgl.Shader.prototype.getType = function() {};
/**