OSDN Git Service

Version 0.6.165, fix Node.prototype.kill.
[pettanr/clientJs.git] / 0.6.x / js / 01_core / 13_XClass.js
index 2923520..9d92b55 100644 (file)
@@ -91,6 +91,11 @@ X_Class_CommonMethods =
                                X_EventDispatcher_unlistenAll( this );\r
                        };\r
 \r
+                       if( this[ 'instanceOf' ]( Node ) ){\r
+                               console.log( 'KILL : ' + this.call( 'outerHTML' ) );\r
+                               X_Node_onKill( this );\r
+                       };\r
+\r
                        timers = X_EventDispatcher_LAZY_TIMERS;\r
 \r
                        // asyncDispatch の削除\r