Add @struct annotation where possible

This commit is contained in:
Tom Payne
2013-12-04 15:44:03 +01:00
parent aa0a02b935
commit 600cb3a0ff
21 changed files with 37 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ goog.require('ol.style.Text');
* @param {CanvasRenderingContext2D} context Context.
* @param {ol.Extent} extent Extent.
* @param {goog.vec.Mat4.AnyType} transform Transform.
* @struct
*/
ol.render.canvas.Immediate = function(context, extent, transform) {