Commit 11abe293 authored by michaelpg@google.com's avatar michaelpg@google.com

typo fix

TBR=dbeam@chromium.org

Review URL: https://codereview.chromium.org/444373003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287991 0039d316-1c4b-4281-b951-d872f2087c98
parent 3eccfe5a
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
OptionsPage.setIsSettingsApp(true); OptionsPage.setIsSettingsApp(true);
// Override the offset in the options page. // Override the offset in the options page.
PageManager.horizentalOffset = 38; PageManager.horizontalOffset = 38;
document.addEventListener('DOMContentLoaded', function() { document.addEventListener('DOMContentLoaded', function() {
// Hide everything by default. // Hide everything by default.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment