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. |