summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorwn_ <[email protected]>2018-03-09 19:57:17 -0600
committerwn_ <[email protected]>2018-03-09 19:57:17 -0600
commit97f084c82892081928c1fe999214c5307d135239 (patch)
tree100f4348bfe25a756d012ac7022da62ad5e71bda /js
parenta72643257afa150e128513d8663690c049229983 (diff)
strict js: fix helpDialog
Diffstat (limited to 'js')
-rwxr-xr-xjs/functions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/functions.js b/js/functions.js
index 46b9958ea..d33a5e04f 100755
--- a/js/functions.js
+++ b/js/functions.js
@@ -1486,7 +1486,7 @@ function helpDialog(topic) {
if (dijit.byId("helpDlg"))
dijit.byId("helpDlg").destroyRecursive();
- dialog = new dijit.Dialog({
+ var dialog = new dijit.Dialog({
id: "helpDlg",
title: __("Help"),
style: "width: 600px",