Adding unreferenced bounds.

This commit is contained in:
Tim Schaub
2012-06-20 00:11:06 +02:00
parent 450f8f7b74
commit b06a52888f
5 changed files with 165 additions and 79 deletions

View File

@@ -72,7 +72,7 @@ ol.Bounds.prototype.projection = function(opt_arg){
/**
* @export
* @param {number=} opt_arg Minimum X.
* @return {ol.Bounds|number} Result.
* @return {!ol.Bounds|number} Result.
*/
ol.Bounds.prototype.minX = function(opt_arg){
if (arguments.length == 1 && goog.isDef(opt_arg)) {