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.
1 parent 01b5235 commit 8731e79Copy full SHA for 8731e79
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