Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(202)

Unified Diff: components/dom_distiller/core/javascript/domdistiller.js

Issue 2924983002: Remove "named arguments" in domdistiller.js (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/dom_distiller/core/javascript/domdistiller.js
diff --git a/components/dom_distiller/core/javascript/domdistiller.js b/components/dom_distiller/core/javascript/domdistiller.js
index 6e9a417a3cf9df73d666cec2b9ec0a73df91a419..746cfca71c76f2242d6719c3c03d999a48a791b8 100644
--- a/components/dom_distiller/core/javascript/domdistiller.js
+++ b/components/dom_distiller/core/javascript/domdistiller.js
@@ -33,5 +33,5 @@
if (e.stack != undefined) window.console.error(e.stack);
}
return undefined;
-})(options = $$OPTIONS,
- stringify_output = $$STRINGIFY)
+})($$OPTIONS,
+ $$STRINGIFY)
mdjones 2017/06/07 00:15:44 nit: do these still need to be on different lines?
wychen 2017/06/07 01:17:32 Done.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698