mirror of https://github.com/xwiki-labs/cryptpad
lint, missing semicolon
This commit is contained in:
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…
Reference in New Issue