Skip to content

Commit

Permalink
* Globals.cs, ASTList.cs: Back to the useful namespace (M.J).
Browse files Browse the repository at this point in the history
svn path=/trunk/mcs/; revision=30433
  • Loading branch information
César Natarén committed Jun 25, 2004
1 parent a736ad1 commit 1ad8b99
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions mcs/class/Microsoft.JScript/Microsoft.JScript/Globals.cs
Expand Up @@ -28,10 +28,11 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//

namespace Microsoft.JScript.Tmp
{
using System;
using Microsoft.JScript.Vsa;
using System;
using Microsoft.JScript.Vsa;

namespace Microsoft.JScript {


public sealed class Globals
{
Expand All @@ -49,4 +50,4 @@ public static ArrayObject ConstructArrayLiteral (object [] args)
throw new NotImplementedException ();
}
}
}
}

0 comments on commit 1ad8b99

Please sign in to comment.