diff --git a/src/base/single/editor/editor.multifile.js b/src/base/single/editor/editor.multifile.js index 81fdd78e7..d917a4762 100644 --- a/src/base/single/editor/editor.multifile.js +++ b/src/base/single/editor/editor.multifile.js @@ -19,7 +19,7 @@ BI.MultifileEditor = BI.inherit(BI.Widget, { }, render: function () { - BI.MultifileEditor.superclass._init.apply(this, arguments); + var self = this, o = this.options; this.file = BI.createWidget({ type: "bi.file", cls: "multifile-editor",