resources/Editors/Editor.Roo.LayoutDialog.bjs
[app.Builder.js] / resources / Editors / Editor.Roo.LayoutDialog.js
index 98080f4..9584b71 100644 (file)
@@ -547,7 +547,7 @@ Editor.Roo.LayoutDialog = new Roo.XComponent({
                }
            }
            
-           var regex = /(.*?)\((.*?)\)/g;
+           var regex = /(.*?)(\((.*?)\))/g;
            
            var type_match = regex.exec(r.Type);