Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Unified Diff: chrome/browser/resources/options2/cookies_view.js

Issue 9316086: Fix JavaScript errors in options2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: new violations found after rebase Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options2/cookies_view.js
diff --git a/chrome/browser/resources/options2/cookies_view.js b/chrome/browser/resources/options2/cookies_view.js
index dafa0cdef5aabcc26070a4f5e4de3f8d5c4f29c7..6550595e5402b487bc841e520d5f4defce1230db 100644
--- a/chrome/browser/resources/options2/cookies_view.js
+++ b/chrome/browser/resources/options2/cookies_view.js
@@ -1,4 +1,4 @@
-// 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.
@@ -36,7 +36,7 @@ cr.define('options', function() {
* @type {?string}
* @private
*/
- lastQuery_ : null,
+ lastQuery_: null,
initializePage: function() {
OptionsPage.prototype.initializePage.call(this);
« no previous file with comments | « chrome/browser/resources/options2/cookies_list.js ('k') | chrome/browser/resources/options2/handler_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698