indentation fixed
This commit is contained in:
parent
62e31657ca
commit
2baffd3256
1 changed files with 3 additions and 3 deletions
|
|
@ -67,9 +67,9 @@ var UndoManager = function() {
|
|||
this.$redoStack = [];
|
||||
|
||||
if (this.dirtyCounter < 0) {
|
||||
// The user has made a change after undoing past the last clean state.
|
||||
// We can never get back to a clean state now until markClean() is called.
|
||||
this.dirtyCounter = NaN;
|
||||
// The user has made a change after undoing past the last clean state.
|
||||
// We can never get back to a clean state now until markClean() is called.
|
||||
this.dirtyCounter = NaN;
|
||||
}
|
||||
this.dirtyCounter++;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue