Skip to main content

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

See  https://bugs.eclipse.org/bugs/show_bug.cgi?id=348422
(I just filed it a sec ago)



From: "John J. Barton" <johnjbarton@xxxxxxxxxxxxxxx>
To: Orion developer discussions <orion-dev@xxxxxxxxxxx>
Date: 06/03/2011 05:42 PM
Subject: [orion-dev] var editorContainer = new orion.editor.Editor(...
Sent by: orion-dev-bounces@xxxxxxxxxxx





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
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orion-dev



Back to the top