From 406a2da46658b83180423f27efc15d4ef0b80145 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Mon, 9 Jul 2012 09:32:57 +0200 Subject: [PATCH] do no export ol.Map.prototype.destroy, it is gone --- src/ol.export.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ol.export.js b/src/ol.export.js index 48f5786f8f..a948538215 100644 --- a/src/ol.export.js +++ b/src/ol.export.js @@ -13,7 +13,6 @@ goog.exportProperty( ol.Map.prototype, 'resolutions', ol.Map.prototype.resolutio goog.exportProperty( ol.Map.prototype, 'layers', ol.Map.prototype.layers ); goog.exportProperty( ol.Map.prototype, 'controls', ol.Map.prototype.controls ); goog.exportProperty( ol.Map.prototype, 'maxExtent', ol.Map.prototype.maxExtent ); -goog.exportProperty( ol.Map.prototype, 'destroy', ol.Map.prototype.destroy ); // ol.loc goog.exportSymbol('ol.loc', ol.loc );