Files
openlayers/lib/OpenLayers/Popup.js

20 lines
240 B
JavaScript

/**
* @class
*/
OpenLayers.Popup = Class.create();
OpenLayers.Popup.prototype = {
/**
* @constructor
*/
initialize:function() {
},
CLASS_NAME: "OpenLayers.Popup"
};