summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortbreisacher@chromium.org <tbreisacher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-23 08:32:34 +0000
committertbreisacher@chromium.org <tbreisacher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-23 08:32:34 +0000
commit4cd40b2e6058650bc9225224f553de3c6abd5f0a (patch)
tree27849b771dfaae46ea20c09ddbd0f152b5af4bed
parent9a22b4185ed46a9401b0c4353bc96b0c41553b55 (diff)
downloadchromium_src-4cd40b2e6058650bc9225224f553de3c6abd5f0a.zip
chromium_src-4cd40b2e6058650bc9225224f553de3c6abd5f0a.tar.gz
chromium_src-4cd40b2e6058650bc9225224f553de3c6abd5f0a.tar.bz2
JavaScript style nits that I missed before
BUG=none TEST=clean web dev presubmit NOTRY=true Review URL: http://codereview.chromium.org/9839042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128431 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/resources/net_internals/help.js4
-rw-r--r--chrome/browser/resources/ntp4/logging.js4
2 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/resources/net_internals/help.js b/chrome/browser/resources/net_internals/help.js
index 8bb883c..03f4ce8 100644
--- a/chrome/browser/resources/net_internals/help.js
+++ b/chrome/browser/resources/net_internals/help.js
@@ -1,7 +1,7 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-document.addEventListener('DOMContentLoaded', function () {
+document.addEventListener('DOMContentLoaded', function() {
$('popup-close-button').addEventListener('click', window.close.bind(window));
});
diff --git a/chrome/browser/resources/ntp4/logging.js b/chrome/browser/resources/ntp4/logging.js
index faf8937..dfd0b14 100644
--- a/chrome/browser/resources/ntp4/logging.js
+++ b/chrome/browser/resources/ntp4/logging.js
@@ -1,9 +1,9 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/**
- * @fileOverview
+ * @fileoverview
* Logging info for benchmarking purposes. Should be the first js file included.
*/