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");
evOnReady.reg(function () {
cpNfInner.chainpad.onSettle(function () {
console.log("The test has passed")
console.log("The test has passed");
t.pass();
});
});

Loading…
Cancel
Save