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

Unified Diff: chrome/browser/resources/options/options_settings_app.js

Issue 444373003: typo fix (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/options_settings_app.js
diff --git a/chrome/browser/resources/options/options_settings_app.js b/chrome/browser/resources/options/options_settings_app.js
index b294a4d98edcae3d1b3cbb372e2c0059072787c7..9704dff5936d7ed45f1bbcb0d9b48d9f9e3386b4 100644
--- a/chrome/browser/resources/options/options_settings_app.js
+++ b/chrome/browser/resources/options/options_settings_app.js
@@ -9,7 +9,7 @@
OptionsPage.setIsSettingsApp(true);
// Override the offset in the options page.
- PageManager.horizentalOffset = 38;
+ PageManager.horizontalOffset = 38;
Dan Beam 2014/08/07 21:49:19 is there a test for this?
document.addEventListener('DOMContentLoaded', function() {
// Hide everything by default.
« 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