CC-2301 : updating waveform code for states

This commit is contained in:
Naomi 2013-04-26 16:23:46 -04:00
parent a4731d4af2
commit 0169c01724

View file

@ -154,7 +154,7 @@ TrackEditor.prototype.loadTrack = function(track) {
cuein: track.cuein,
cueout: track.cueout
},
track.states
track.states || {}
);
this.loadBuffer(track.src);