More strict matrix type

This commit is contained in:
Tom Payne
2013-01-05 11:31:28 +01:00
parent 30ee23d69d
commit 118b233457
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ ol.renderer.webgl.Layer.prototype.getMapRenderer = function() {
/**
* @return {goog.vec.Mat4.AnyType} Matrix.
* @return {!goog.vec.Mat4.Number} Matrix.
*/
ol.renderer.webgl.Layer.prototype.getMatrix = goog.abstractMethod;