Skip to content
Snippets Groups Projects
Commit 916a08bb authored by Brian Terlson's avatar Brian Terlson
Browse files

Merge pull request #19 from JaimeLynSchatz/JaimeLynSchatz/fixBugz1533

change test 15.3.5.4_2-89 to call bound function before returning (Fixes bugzilla 1533)
parents ee409f9d 6b47f8c5
Branches
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
function f() { return gNonStrict();}; function f() { return gNonStrict();};
(function () {"use strict"; return f.bind();})(); (function () {"use strict"; return f.bind()();})();
function gNonStrict() { function gNonStrict() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment