Adding @export tags to functions missing it - for advanced compilation.

This commit is contained in:
Petr Pridal
2012-06-20 18:37:56 +02:00
parent 7413770a46
commit 5ed80bcf6c
7 changed files with 18 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ goog.require('ol.Projection');
/**
* @export
* @constructor
*/
ol.Map = function() {
@@ -272,7 +273,8 @@ ol.Map.prototype.setMaxRes = function(res) {
};
/**
*/
* @export
*/
ol.Map.prototype.destroy = function() {
//remove layers, etc.
for (var key in this) {