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

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

Issue 2924983002: Remove "named arguments" in domdistiller.js (Closed)
Patch Set: format 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..f1e5c3bb491b6a3a732e3e5fcef4796d75364d79 100644
--- a/components/dom_distiller/core/javascript/domdistiller.js
+++ b/components/dom_distiller/core/javascript/domdistiller.js
@@ -33,5 +33,4 @@
if (e.stack != undefined) window.console.error(e.stack);
}
return undefined;
-})(options = $$OPTIONS,
- stringify_output = $$STRINGIFY)
+})($$OPTIONS, $$STRINGIFY)
« 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