Quote values in apidoc

This commit is contained in:
Frederic Junod
2013-10-29 11:01:49 +01:00
parent 7a0cefd872
commit 3efc810ca9
5 changed files with 53 additions and 53 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ ol.structs.RTreeNode;
/**
* @constructor
* @param {number=} opt_maxWidth Width before a node is split. Default is 6.
* @param {number=} opt_maxWidth Width before a node is split. Default is `6`.
*/
ol.structs.RTree = function(opt_maxWidth) {