Upgrade to ExtJS 3.1.0 - Released 12/16/2009
[extjs.git] / docs / source / DragSource.html
index d0e6067..879ae88 100644 (file)
@@ -1,5 +1,6 @@
 <html>\r
 <head>\r
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />    \r
   <title>The source code</title>\r
     <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />\r
     <script type="text/javascript" src="../resources/prettify/prettify.js"></script>\r
@@ -362,7 +363,12 @@ Ext.extend(Ext.dd.DragSource, Ext.dd.DDProxy, {
     // private - pin to cursor\r
     autoOffset : function(x, y) {\r
         this.setDelta(-12, -20);\r
-    }    \r
+    },\r
+    \r
+    destroy: function(){\r
+        Ext.dd.DragSource.superclass.destroy.call(this);\r
+        Ext.destroy(this.proxy);\r
+    }\r
 });</pre>    \r
 </body>\r
 </html>
\ No newline at end of file