diff options
author | tbreisacher@chromium.org <tbreisacher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-07 00:55:34 +0000 |
---|---|---|
committer | tbreisacher@chromium.org <tbreisacher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-07 00:55:34 +0000 |
commit | ebdac97930d1022005dce370f08f1e2021231c31 (patch) | |
tree | 48259babad6b6314f0257ad5bb547266e33252f5 /chrome/browser/resources/ntp4/page_switcher.js | |
parent | a771565ad45404730cc7409414791375d7cff73b (diff) | |
download | chromium_src-ebdac97930d1022005dce370f08f1e2021231c31.zip chromium_src-ebdac97930d1022005dce370f08f1e2021231c31.tar.gz chromium_src-ebdac97930d1022005dce370f08f1e2021231c31.tar.bz2 |
Fix JavaScript style in ntp4
BUG=
TEST=
Review URL: http://codereview.chromium.org/9320051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120664 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/ntp4/page_switcher.js')
-rw-r--r-- | chrome/browser/resources/ntp4/page_switcher.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/ntp4/page_switcher.js b/chrome/browser/resources/ntp4/page_switcher.js index c9d845b..2291884 100644 --- a/chrome/browser/resources/ntp4/page_switcher.js +++ b/chrome/browser/resources/ntp4/page_switcher.js @@ -116,5 +116,5 @@ cr.define('ntp4', function() { return { initializePageSwitcher: PageSwitcher.template.decorate - } + }; }); |