Rename Replay to InstructionsBuilder

This commit is contained in:
Guillaume Beraudo
2018-11-13 16:50:08 +01:00
parent 8097be8419
commit f3bd08321a
7 changed files with 20 additions and 20 deletions

View File

@@ -135,7 +135,7 @@ class InstructionsGroupExectuor extends ReplayGroup {
/**
* Recreate replays and populate them using the provided instructions.
* @param {!Object<string, !Object<ReplayType, import("./Replay.js").SerializableInstructions>>} allInstructions The serializable instructions
* @param {!Object<string, !Object<ReplayType, import("./InstructionsBuilder.js").SerializableInstructions>>} allInstructions The serializable instructions
*/
replaceInstructions(allInstructions) {
this.replaysByZIndex_ = {};