Commit e269e7af authored by michaelpg's avatar michaelpg Committed by Commit bot

One-time JS cleanup for cr_elements

R=stevenjb@chromium.org, jlklein@chromium.org

Review URL: https://codereview.chromium.org/987433007

Cr-Commit-Position: refs/heads/master@{#320868}
parent 397663a2
/* 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
......
/* 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
......
/* 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
......
/* 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
......@@ -28,7 +28,6 @@ Polymer({
element.addEventListener(events[i], this.forwardEvent_);
},
/**
* Forwards events that don't automatically cross the shadow boundary
* if the event should bubble.
......
/* 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
......
......@@ -13,14 +13,11 @@
/** @constructor @extends {HTMLElement} */
var CrNetworkIconElement = function() {};
/** @type {CrOncDataElement} */
CrNetworkIconElement.prototype.networkState;
/** @type {CrOnc.Type} */
CrNetworkIconElement.prototype.networkType;
/** @type {boolean} */
CrNetworkIconElement.prototype.isListItem;
......@@ -10,10 +10,8 @@
* @externs
*/
/** @constructor @extends {HTMLElement} */
var CrOncDataElement = function() {};
/** @type {CrOnc.NetworkConfigType} */
CrOncDataElement.prototype.data;
......@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/**
* @fileoverview Typedefs for CrOncDataElement.data. Note: These 'types' define
* a subset of ONC properties in the ONC data dictionary. The first letter is
......
/* 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.
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment