Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orion-dev] var editorContainer = new orion.editor.Editor(...

I'm trying to understand this line:
    var editorContainer = new orion.editor.Editor(
Does it mean:
   orion.editor.Editor should have been called EditorContainer,
or
  var editorContainer =
 should have been written
  var editor =
or ?

jjb


Back to the top