OSDN Git Service

Version 0.6.173, add OS detection to X.UA, fix X.Timer @Chrome & X.Audio.
[pettanr/clientJs.git] / 0.6.x / js / 07_audio / 01_XWebAudio.js
index 08eb781..6d63435 100644 (file)
@@ -315,7 +315,7 @@ if( X_Audio_WebAudio_context ){
                                },
                        
                        actualPause : function(){
-                               if( !this.playing ) return this;
+                               //if( !this.playing ) return this;
                                
                                console.log( '[WebAudio] pause' );