File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1818,7 +1818,7 @@ cc.AudioEngine.getInstance = function () {
18181818 if ( cc . Browser . supportWebAudio && ! ( / i P h o n e O S / . test ( ua ) || / i P a d / . test ( ua ) ) ) {
18191819 this . _instance = new cc . WebAudioEngine ( ) ;
18201820 } else {
1821- if ( cc . Browser . isMobile ( ) ) //TODO construct a supported list for mobile browser
1821+ if ( cc . Browser . isMobile ) //TODO construct a supported list for mobile browser
18221822 this . _instance = new cc . SimpleAudioEngineForMobile ( ) ;
18231823 else
18241824 this . _instance = new cc . SimpleAudioEngine ( ) ;
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Contact us
3232------------------
3333 * Forum: [ http://forum.cocos2d-x.org ] [ 5 ]
3434 * Twitter: [ http://www.twitter.com/cocos2dhtml5 ] [ 6 ]
35- * Sina macro-blog : [ http://t.sina.com.cn/cocos2dhtml5 ] [ 7 ]
35+ * Sina Microblog : [ http://t.sina.com.cn/cocos2dhtml5 ] [ 7 ]
3636
3737[ 1 ] : http://www.cocos2d-x.org " Cocos2d-html5 "
3838[ 2 ] : http://www.cocos2d-x.org " Cocos2d-X "
You can’t perform that action at this time.
0 commit comments