Fix jsdoc formating

This commit is contained in:
Frederic Junod
2013-09-24 11:47:55 +02:00
parent 2610e9e0c3
commit ef929e9a72
13 changed files with 35 additions and 29 deletions

View File

@@ -3,7 +3,7 @@ goog.provide('ol.size');
/**
* An array representing a size: [width, height].
* An array of numbers representing a size: `[width, height]`.
* @typedef {Array.<number>} ol.Size
*/
ol.Size;