git-svn-id: http://svn.openlayers.org/trunk/openlayers@220 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
20 lines
240 B
JavaScript
20 lines
240 B
JavaScript
/**
|
|
* @class
|
|
*/
|
|
OpenLayers.Popup = Class.create();
|
|
OpenLayers.Popup.prototype = {
|
|
|
|
|
|
|
|
/**
|
|
* @constructor
|
|
*/
|
|
initialize:function() {
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
CLASS_NAME: "OpenLayers.Popup"
|
|
}; |