From 358e3a4f9c43fbede3d8a70a69e014506b3d77ab Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 20 Aug 2013 14:13:24 +0800 Subject: [PATCH] Roo/form/HtmlEditor/ToolbarContext.js --- Roo/form/HtmlEditor/ToolbarContext.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/form/HtmlEditor/ToolbarContext.js b/Roo/form/HtmlEditor/ToolbarContext.js index b857c0c7fc..c941156621 100644 --- a/Roo/form/HtmlEditor/ToolbarContext.js +++ b/Roo/form/HtmlEditor/ToolbarContext.js @@ -578,7 +578,7 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarContext.prototype, { //optname == used so you can configure the options available.. var opts = item.opts ? item.opts : false; if (item.optname) { - opts = tbops[items.optname]; + opts = tbops[item.optname]; } -- 2.39.2