Skip to content

Commit

Permalink
Change in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanbuhov committed Jun 5, 2015
1 parent 36bcaf6 commit b6f5af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestRunner/app/ApiTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ describe(module.id, function () {
});

it("globalPropertyOfGlobalObjectIsEqulatToGlobalScopeThis", function () {
globalScopeThis = Function("return this")();
var globalScopeThis = Function("return this")();
expect(global).toBe(globalScopeThis);
});

Expand Down

0 comments on commit b6f5af8

Please sign in to comment.