lint, missing semicolon

This commit is contained in:
Caleb James DeLisle
2017-12-21 11:15:21 +01:00
parent f81cfb178b
commit 590e77aafa

View File

@@ -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();
});
});