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
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
function f() { return gNonStrict();};
(function () {"use strict"; return f.bind();})();
(function () {"use strict"; return f.bind()();})();
function gNonStrict() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment