Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: autotest/test_abprewrite_module.js.expected

Issue 29345403: Issue 4088 - JSHydra-generated module scopes shouldn't be called immediately (Closed)
Patch Set: Renamed callback Created May 31, 2016, 2:53 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « autotest/test_abprewrite_autoload.js.expected ('k') | jshydra.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: autotest/test_abprewrite_module.js.expected
===================================================================
--- a/autotest/test_abprewrite_module.js.expected
+++ b/autotest/test_abprewrite_module.js.expected
@@ -150,9 +150,9 @@ require.scopes["abprewrite_source"] = (f
x = function(a, b)
{
return function()
{
return 1;
};
}.bind(this);
return exports;
-})();
+});
« no previous file with comments | « autotest/test_abprewrite_autoload.js.expected ('k') | jshydra.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld