lint, missing semicolon
This commit is contained in:
@@ -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();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user