@ -130,7 +130,6 @@ $("#run").click(() => {
$("#run-count, #cache, #run").removeAttr("disabled");
}
});
$(document).ready(() => {
@ -6,7 +6,6 @@ let peg = require("../lib/peg");
let Runner = {
run: function(benchmarks, runCount, options, callbacks) {
// Queue
let Q = {
@ -1399,7 +1399,6 @@ describe("generated parser behavior", function() {
message: "Expected \"a\", \"b\", or \"c\" but \"d\" found."
describe("position reporting", function() {