Commit b8e5711f authored by pschwartau%netscape.com's avatar pschwartau%netscape.com
Browse files

Correcting a misleading comment -

parent fcfd7a88
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ class B
{
  constructor function B()
  {
    // objA is defined below, but BEFORE any instances of B are made -
    // objA is a global variable defined below -
    objX = objA;
  }
}