add a missing semicolon so tests don't fail
This commit is contained in:
@@ -201,7 +201,7 @@ define([
|
|||||||
Cryptpad.confirm("Are you really ready to add these options to your poll?", function (yes) {
|
Cryptpad.confirm("Are you really ready to add these options to your poll?", function (yes) {
|
||||||
if (!yes) { return; }
|
if (!yes) { return; }
|
||||||
var options = Wizard.computeSlots(function (a, b) {
|
var options = Wizard.computeSlots(function (a, b) {
|
||||||
return a + ' ('+ b + ')'
|
return a + ' ('+ b + ')';
|
||||||
});
|
});
|
||||||
|
|
||||||
var proxy = module.rt.proxy;
|
var proxy = module.rt.proxy;
|
||||||
|
|||||||
Reference in New Issue
Block a user