rename reserved word char to c
This commit is contained in:
parent
cf6da99fca
commit
6527899526
@ -28,8 +28,8 @@ ArrayParser.prototype.nextChar = function() {
|
||||
};
|
||||
}
|
||||
};
|
||||
ArrayParser.prototype.record = function(char) {
|
||||
return this.recorded.push(char);
|
||||
ArrayParser.prototype.record = function(c) {
|
||||
return this.recorded.push(c);
|
||||
};
|
||||
ArrayParser.prototype.newEntry = function(includeEmpty) {
|
||||
var entry;
|
||||
|
Loading…
Reference in New Issue
Block a user