From ce08d39c7b629a22c3308f86fbafe03fafebe0d5 Mon Sep 17 00:00:00 2001 From: kivervinicius Date: Fri, 28 Mar 2014 11:54:31 -0300 Subject: [PATCH] Update jquery.wijmo.wijdialog.js Operation incorrect, bug on set any option when window is maximized, the set of buttons is replaced. --- wijmo/jquery.wijmo.wijdialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wijmo/jquery.wijmo.wijdialog.js b/wijmo/jquery.wijmo.wijdialog.js index 445d3a9..fdf0ae1 100644 --- a/wijmo/jquery.wijmo.wijdialog.js +++ b/wijmo/jquery.wijmo.wijdialog.js @@ -347,7 +347,7 @@ else { self._checkUrl(); } - } else if (key = "captionButtons") { + } else if (key === "captionButtons") { self._createCaptionButtons(); } },