<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
// 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