Skip to content

Commit b6f5af8

Browse files
committed
Change in tests
1 parent 36bcaf6 commit b6f5af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestRunner/app/ApiTests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ describe(module.id, function () {
284284
});
285285

286286
it("globalPropertyOfGlobalObjectIsEqulatToGlobalScopeThis", function () {
287-
globalScopeThis = Function("return this")();
287+
var globalScopeThis = Function("return this")();
288288
expect(global).toBe(globalScopeThis);
289289
});
290290

0 commit comments

Comments
 (0)