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)
This commit is contained in:
Brian Terlson 2014-07-10 14:53:34 -07:00
commit 916a08bb9a
1 changed files with 1 additions and 1 deletions

View File

@ -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() {