--- textarea.js	2007-11-29 16:18:11.000000000 +0100
+++ textarea.js	2007-11-29 16:11:22.000000000 +0100
@@ -25,7 +25,7 @@
     }
 
     function endDrag(e) {
-      $(document).unmousemove(performDrag).unmouseup(endDrag);
+      $(document).unbind('mousemove', performDrag).unbind('mouseup', endDrag);
       textarea.css('opacity', 1);
     }
   });
