diff options
Diffstat (limited to 'chrome/browser/resources/net_internals/help.js')
-rw-r--r-- | chrome/browser/resources/net_internals/help.js | 4 |
1 files changed, 2 insertions, 2 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)); }); |