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 cf6da99 commit 6527899Copy full SHA for 6527899
lib/arrayParser.js
@@ -28,8 +28,8 @@ ArrayParser.prototype.nextChar = function() {
28
};
29
}
30
31
-ArrayParser.prototype.record = function(char) {
32
- return this.recorded.push(char);
+ArrayParser.prototype.record = function(c) {
+ return this.recorded.push(c);
33
34
ArrayParser.prototype.newEntry = function(includeEmpty) {
35
var entry;
0 commit comments