Skip to content

Commit d46b3ef

Browse files
author
Bishop92
committed
Minimization of the code
1 parent 2d6714a commit d46b3ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DataStructuresMinimized.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2748,4 +2748,4 @@ StackIterator.prototype.isDone = function () {
27482748
};
27492749
StackIterator.prototype.getItem = function () {
27502750
return this.aggregate.getItem(this.pointer)
2751-
}
2751+
};

0 commit comments

Comments
 (0)