From 4b01cbc68adf1c08c40624d5688922dad88b02f4 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Thu, 24 Dec 2015 11:55:17 -0700 Subject: [PATCH] Missing ; --- mods/nua.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/nua.js b/mods/nua.js index ca33c970..c2a955f2 100644 --- a/mods/nua.js +++ b/mods/nua.js @@ -14,7 +14,7 @@ exports.getModule = NewUserAppModule; exports.moduleInfo = { name : 'NUA', desc : 'New User Application', -} +}; var MciViewIds = { userName : 1,