Skip to content

Commit

Permalink
bug fix in gamesounds
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeetienne committed Aug 16, 2014
1 parent d4aa78e commit 6e68bcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/webaudiox.js
Expand Up @@ -713,7 +713,7 @@ WebAudiox.GameSounds = function(){
var lineOut = new WebAudiox.LineOut(context)
this.lineOut = lineOut

var clips = []
var clips = {}
this.clips = clips

/**
Expand Down
2 changes: 1 addition & 1 deletion examples/helpers/webaudiox.gamesounds.js
Expand Up @@ -20,7 +20,7 @@ WebAudiox.GameSounds = function(){
var lineOut = new WebAudiox.LineOut(context)
this.lineOut = lineOut

var clips = []
var clips = {}
this.clips = clips

/**
Expand Down

0 comments on commit 6e68bcc

Please sign in to comment.