Make it a text editor that gets instantiated. Remove obsolete line.
git-svn-id: svn://10.0.0.236/trunk@25964 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -20,11 +20,11 @@
|
||||
if (appCore != null) {
|
||||
dump("EditorAppCore has been created.\n");
|
||||
appCore.Init("EditorAppCore");
|
||||
appCore.setEditorType("text");
|
||||
appCore.setContentWindow(window.frames[0]);
|
||||
appCore.setWebShellWindow(window);
|
||||
appCore.setToolbarWindow(window);
|
||||
dump("Adding EditorAppCore to AppCoreManager...\n");
|
||||
/* XPAppCoresManager.Add(appCore); */
|
||||
}
|
||||
} else {
|
||||
dump("EditorAppCore has already been created! Why?\n");
|
||||
|
||||
Reference in New Issue
Block a user