Make ol.Map.getSize public

This commit is contained in:
Tom Payne
2012-07-18 19:40:33 +02:00
parent 0a33077ecc
commit d3ed8b315c

View File

@@ -325,7 +325,6 @@ ol.Map.prototype.getResolutionForExtent = function(extent) {
/** /**
* @protected
* @return {goog.math.Size|undefined} Size. * @return {goog.math.Size|undefined} Size.
*/ */
ol.Map.prototype.getSize = function() { ol.Map.prototype.getSize = function() {