Skip to content

Commit 28e8e9f

Browse files
author
Lanny McNie
committed
Fixed minor error in game (SoundJS change injection)
1 parent baf4d51 commit 28e8e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Game/Game.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ <h1>Sorry!</h1>
112112
return;
113113
}
114114

115-
if (createjs.Sound.BrowserDetect.isIOS || createjs.Sound.BrowserDetect.isAndroid || createjs.Sound.BrowserDetect.isBlackberry) {
115+
if (createjs.BrowserDetect.isIOS || createjs.BrowserDetect.isAndroid || createjs.BrowserDetect.isBlackberry) {
116116
document.getElementById("mobile").style.display = "block";
117117
document.getElementById("content").style.display = "none";
118118
return;

0 commit comments

Comments
 (0)