OSDN Git Service

Version 0.6.167, add X.Audio.canPlay.
[pettanr/clientJs.git] / 0.6.x / js / 01_core / 15_XEventDispatcher.js
index 22142fe..aceaca5 100644 (file)
@@ -695,6 +695,7 @@ function X_EventDispatcher_actualRemoveEvent( that, type, raw, list, skip ){
                                default :\r
                                        if( raw.attachEvent ){\r
                                                raw.detachEvent( 'on' + type, that[ '_listeners' ][ X_LISTENERS_ACTUAL_HANDLER ] );\r
+                                               console.log( 'raw rmEvent ' + type );\r
                                        } else {\r
                                                raw[ 'on' + type ] = X_emptyFunction;\r
                                                raw[ 'on' + type ] = '';\r