| Index: ui/webui/resources/cr_elements/cr_toggle_button/cr_toggle_button.js
|
| diff --git a/ui/webui/resources/cr_elements/cr_toggle_button/cr_toggle_button.js b/ui/webui/resources/cr_elements/cr_toggle_button/cr_toggle_button.js
|
| index c077c010aa0866013e613a1ca11f399f16e1f8c7..daa2af00a40d7db3b3cfd7101b11383e0e2118d3 100644
|
| --- a/ui/webui/resources/cr_elements/cr_toggle_button/cr_toggle_button.js
|
| +++ b/ui/webui/resources/cr_elements/cr_toggle_button/cr_toggle_button.js
|
| @@ -1,6 +1,6 @@
|
| -/* Copyright 2015 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. */
|
| +// Copyright 2015 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
|
| @@ -27,7 +27,6 @@ Polymer({
|
| reflect: true,
|
| },
|
|
|
| -
|
| /**
|
| * If true, the toggle button is disabled.
|
| *
|
|
|