add a missing semicolon so tests don't fail

pull/1/head
ansuz 8 years ago
parent e3f4df7e0a
commit 52ab5147c9

@ -201,7 +201,7 @@ define([
Cryptpad.confirm("Are you really ready to add these options to your poll?", function (yes) {
if (!yes) { return; }
var options = Wizard.computeSlots(function (a, b) {
return a + ' ('+ b + ')'
return a + ' ('+ b + ')';
});
var proxy = module.rt.proxy;

Loading…
Cancel
Save