mirror of
https://github.com/google/blockly.git
synced 2026-05-15 16:40:11 +02:00
Typo in comment.
This commit is contained in:
@@ -156,7 +156,7 @@
|
||||
|
||||
// Stack of serializations. Each object contains three properties:
|
||||
// .json: A full serialization of the interpreter's state.
|
||||
// .delta: Instead of a full serialization, a delta from the next sate.
|
||||
// .delta: Instead of a full serialization, a delta from the next state.
|
||||
// .highlight: The ID of the block highlighted in this state.
|
||||
var serializationStack = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user