diff --git a/lib/OpenLayers/Popup.js b/lib/OpenLayers/Popup.js new file mode 100644 index 0000000000..821c2f0f4f --- /dev/null +++ b/lib/OpenLayers/Popup.js @@ -0,0 +1,20 @@ +/** +* @class +*/ +OpenLayers.Popup = Class.create(); +OpenLayers.Popup.prototype = { + + + + /** + * @constructor + */ + initialize:function() { + + }, + + + + + CLASS_NAME: "OpenLayers.Popup" +}; \ No newline at end of file