OSDN Git Service

Version 0.6.212, bug fixes X.WebAudio.
[pettanr/clientJs.git] / 0.6.x / js / 07_audio / 05_XWMPAudio.js
index a095818..a3c282a 100644 (file)
@@ -112,7 +112,7 @@ if( X_Plugin_WMP_VERSION ){ // IETester で 6.x は不可
                                _onTimer : function(){
                                        var progress, time;
                                        
-                                       // road 中の場合
+                                       // load 中の場合
                                        if( this._readyState === 1 ){
                                                if( 7 <= X_Plugin_WMP_VERSION ){
                                                progress = this._wmp[ 'network' ][ 'downloadProgress' ];