connect to correct signal for sound ready

This commit is contained in:
Stephen Birarda 2015-10-26 12:15:08 -07:00
parent a4ddb7a1e4
commit 47e8a1bdf7

View file

@ -17,4 +17,4 @@ function playChatter() {
} }
} }
chatter.downloaded.connect(playChatter); chatter.ready.connect(playChatter);