Always use goog.vec.Mat4.Number instead of goog.vec.Mat.AnyType

This commit is contained in:
Tom Payne
2013-12-13 16:44:26 +01:00
parent 5f0ea858ec
commit 3681b3c669
4 changed files with 6 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ ol.dom.setTransform = function(element, value) {
/**
* @param {Element} element Element.
* @param {goog.vec.Mat4.AnyType} transform Matrix.
* @param {goog.vec.Mat4.Number} transform Matrix.
* @param {number=} opt_precision Precision.
*/
ol.dom.transformElement2D = function(element, transform, opt_precision) {