Next and Prev buttons for Corax and Lorgar, debugging
This commit is contained in:
parent
7fdcb657a4
commit
baa6f4ef23
14 changed files with 394 additions and 72 deletions
|
@ -34,7 +34,6 @@ var Audio = File.inherit({
|
|||
this._waitingForFrames = false;
|
||||
}
|
||||
|
||||
this.initialized = true;
|
||||
return ac;
|
||||
},
|
||||
_h_responseFrames: function(ev) {
|
||||
|
|
|
@ -63,6 +63,11 @@ var File = Controller.inherit({
|
|||
if (ac) {
|
||||
this.trigger("additionalChange");
|
||||
}
|
||||
|
||||
if (!this.initialized) {
|
||||
this.initialized = true;
|
||||
this.trigger("ready");
|
||||
}
|
||||
},
|
||||
"needData": function() {
|
||||
if (this._need === 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue