|
|
@@ -1,3 +1,8 @@
|
|
|
+//-------------------------------------------------------------------------------------------------------
|
|
|
+// Copyright (C) Microsoft. All rights reserved.
|
|
|
+// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
|
|
|
+//-------------------------------------------------------------------------------------------------------
|
|
|
+
|
|
|
function foo(obj, obj2)
|
|
|
{
|
|
|
if (obj.x == 10)
|
|
|
@@ -35,4 +40,4 @@ function test()
|
|
|
WScript.Echo("Passed");
|
|
|
}
|
|
|
|
|
|
-test();
|
|
|
+test();
|