OSDN Git Service

Version 0.6.217, add #switch for X.Audio.
[pettanr/clientJs.git] / 0.6.x / js / 07_audio / 05_XWMPAudio.js
index a3c282a..5ee0c80 100644 (file)
@@ -223,7 +223,7 @@ if( X_Plugin_WMP_VERSION ){ // IETester で 6.x は不可
                        'aicf' : true
                },
 
-               detect : function( proxy, source, ext ){
+               detect : function( proxy, ext /* hash */ ){
                        proxy[ 'asyncDispatch' ]( { type : X_EVENT_COMPLETE, canPlay : 0 <= 'mp3 m4a wma wav midi snd au aiff aicf'.indexOf( ext ) } );                         
                },