Skip to content

Commit ab6cf10

Browse files
committed
comma
1 parent c7d56af commit ab6cf10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Parser.prototype.comma = function(){
1717
var m = /^, */.exec(this.str);
1818
if (!m) return;
1919
this.skip(m);
20-
return { type: ',' };
20+
return { type: 'comma', string: ',' };
2121
};
2222

2323
Parser.prototype.ident = function(){

0 commit comments

Comments
 (0)