Переглянути джерело

Merge branch 'js-strict-mode' of wn/tt-rss into js-strict-mode

fox 6 роки тому
батько
коміт
e2e23887fb
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      js/functions.js

+ 1 - 1
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",