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

Unified Diff: chrome/common/extensions/docs/static/samples.html

Issue 7601024: Extension docs: Adjusting `.../samples.html` to have more readable diffs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pam is a genius. Created 9 years, 4 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 | « chrome/common/extensions/docs/samples.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/static/samples.html
diff --git a/chrome/common/extensions/docs/static/samples.html b/chrome/common/extensions/docs/static/samples.html
index 5e0df08e876fa0ea8c7b9054a3d00fb77e76b02c..b8251dd30e86fac13c06b119027dfdd650577387 100644
--- a/chrome/common/extensions/docs/static/samples.html
+++ b/chrome/common/extensions/docs/static/samples.html
@@ -59,7 +59,7 @@
// The search data should be injected as executable JavaScript, so assign
// a template value which will store the data as a page global.
pageData.search_data = "var search_data = " +
- JSON.stringify(search_data); + ";";
+ JSON.stringify(search_data, null, 2) + ";\n";
</script>
<div id="controls">
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698