lint, missing semicolon

pull/1/head
Caleb James DeLisle 7 years ago
parent f81cfb178b
commit 590e77aafa

@ -78,7 +78,7 @@ define([
console.log("Here is the test"); console.log("Here is the test");
evOnReady.reg(function () { evOnReady.reg(function () {
cpNfInner.chainpad.onSettle(function () { cpNfInner.chainpad.onSettle(function () {
console.log("The test has passed") console.log("The test has passed");
t.pass(); t.pass();
}); });
}); });

Loading…
Cancel
Save