We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01b5235 + 8731e79 commit 62c50aeCopy full SHA for 62c50ae
src/jsgraphs.js
@@ -71,7 +71,7 @@ var jsgraphs = jsgraphs || {};
71
72
Stack.prototype.toArray = function() {
73
var result = [];
74
- x = this.first;
+ var x = this.first;
75
while (x != null) {
76
result.push(x.value);
77
x = x.next;
0 commit comments