OSDN Git Service

Version 0.6.195, add opacity-fix for IE8.
[pettanr/clientJs.git] / 0.6.x / js / 20_ui / 20_Root.js
index 5c301e0..5cd2196 100644 (file)
@@ -227,11 +227,6 @@ var XUI_Root = XUI_Box.inherits(
                
                updateCoursor : function( cursor ){
                        
-               },
-               
-               _remove : function(){
-                       X_EventDispatcher_unlistenAll( XUI_xnodeInteractionOverlay );
-                       _Box.prototype._remove.call( this );
                }
        }
 );