<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -144,7 +144,10 @@ Popup.AbstractWindow = Class.create({
   
   hide: function() {
     this.element.hide();
-    this.draggable.destroy();
+    if (this.draggable) {
+      this.draggable.destroy();
+      this.draggable = null;
+    }
   },
   
   toggle: function() {</diff>
      <filename>javascripts/popup.js</filename>
    </modified>
    <modified>
      <diff>@@ -28,10 +28,12 @@
     %p
       %a.popup{:href=&gt;&quot;/test/draggable_ajax.haml&quot;} Draggable Ajax Popup
     
-    .popup#test{:style=&gt;&quot;display: none&quot;}
+    .popup#test{:style=&gt;&quot;display: none; width: 20em;&quot;}
       %h3.title Popup Window
       .popup_content
-        %p Hello world!
+        %p
+          This little javascript library allows you to create Facebook-style
+          popup windows with LowPro and Prototype.
         %p
           %a{:href=&gt;&quot;javascript: Element.closePopup('test')&quot;} Close
     </diff>
      <filename>test/index.haml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e8b3d7a48a97c30058e736137293a10d610824ca</id>
    </parent>
  </parents>
  <author>
    <name>John W. Long</name>
    <email>me@johnwlong.com</email>
  </author>
  <url>http://github.com/jlong/popupjs/commit/65a31e011ae01d7b3ce6a187ce328d47b21a6b09</url>
  <id>65a31e011ae01d7b3ce6a187ce328d47b21a6b09</id>
  <committed-date>2008-08-14T20:40:57-07:00</committed-date>
  <authored-date>2008-08-14T20:40:57-07:00</authored-date>
  <message>draggable bug fix</message>
  <tree>eec4584e8b7a5e6cdbdc46dc2017fe502bc3618f</tree>
  <committer>
    <name>John W. Long</name>
    <email>me@johnwlong.com</email>
  </committer>
</commit>
