style: misc minor changes

This commit is contained in:
Victor Berchet
2014-12-04 13:23:32 +01:00
parent c362f33fe4
commit ee36063fae
3 changed files with 2 additions and 3 deletions

View File

@ -417,7 +417,7 @@ export function main() {
var prr = new ProtoRecordRange();
prr.addRecordsFromAST(ast("a()"), "a", 1);
prr.addRecordsFromAST(ast("b()"), "b", 2);
prr.addRecordsFromAST(ast("c()"), "b", 2);
prr.addRecordsFromAST(ast("c()"), "c", 2);
var dispatcher = new TestDispatcher();
var rr = prr.instantiate(dispatcher, null);