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(...

EditorContainer was just renamed to Editor (today or yesterday). Looks like someone missed a variable. So it should be var editor = ...

John



"John J. Barton" <johnjbarton@xxxxxxxxxxxxxxx>
Sent by: orion-dev-bounces@xxxxxxxxxxx

06/03/2011 05:41 PM

Please respond to
johnjbarton@xxxxxxxxxxxxxxx; Please respond to
Orion developer discussions <orion-dev@xxxxxxxxxxx>

To
Orion developer discussions <orion-dev@xxxxxxxxxxx>
cc
Subject
[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
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orion-dev


Back to the top