From 2a653258afc2319072102d92ea300aed2f555260 Mon Sep 17 00:00:00 2001 From: web-padawan Date: Tue, 6 Feb 2018 10:43:40 +0200 Subject: [PATCH] Bump analysis.json --- analysis.json | 96 ++++++++++++++++++++++++++++++--------------------- 1 file changed, 56 insertions(+), 40 deletions(-) diff --git a/analysis.json b/analysis.json index ac55c8b..af572a9 100644 --- a/analysis.json +++ b/analysis.json @@ -8,11 +8,11 @@ "sourceRange": { "file": "src/vaadin-button.html", "start": { - "line": 175, + "line": 188, "column": 6 }, "end": { - "line": 175, + "line": 188, "column": 50 } }, @@ -151,19 +151,17 @@ "description": "", "privacy": "protected", "sourceRange": { - "file": "../bower_components/vaadin-control-state-mixin/vaadin-control-state-mixin.html", "start": { - "line": 128, - "column": 4 + "line": 161, + "column": 8 }, "end": { - "line": 133, - "column": 5 + "line": 169, + "column": 9 } }, "metadata": {}, - "params": [], - "inheritedFrom": "Vaadin.ControlStateMixin" + "params": [] }, { "name": "_setFocused", @@ -172,11 +170,11 @@ "sourceRange": { "file": "../bower_components/vaadin-control-state-mixin/vaadin-control-state-mixin.html", "start": { - "line": 135, + "line": 141, "column": 4 }, "end": { - "line": 149, + "line": 155, "column": 5 } }, @@ -195,11 +193,11 @@ "sourceRange": { "file": "../bower_components/vaadin-control-state-mixin/vaadin-control-state-mixin.html", "start": { - "line": 151, + "line": 157, "column": 4 }, "end": { - "line": 153, + "line": 159, "column": 5 } }, @@ -218,11 +216,11 @@ "sourceRange": { "file": "../bower_components/vaadin-control-state-mixin/vaadin-control-state-mixin.html", "start": { - "line": 155, + "line": 161, "column": 4 }, "end": { - "line": 157, + "line": 163, "column": 5 } }, @@ -237,11 +235,11 @@ "sourceRange": { "file": "../bower_components/vaadin-control-state-mixin/vaadin-control-state-mixin.html", "start": { - "line": 168, + "line": 174, "column": 4 }, "end": { - "line": 175, + "line": 181, "column": 5 } }, @@ -260,11 +258,11 @@ "sourceRange": { "file": "../bower_components/vaadin-control-state-mixin/vaadin-control-state-mixin.html", "start": { - "line": 181, + "line": 187, "column": 4 }, "end": { - "line": 188, + "line": 194, "column": 5 } }, @@ -279,11 +277,11 @@ "sourceRange": { "file": "../bower_components/vaadin-control-state-mixin/vaadin-control-state-mixin.html", "start": { - "line": 195, + "line": 201, "column": 4 }, "end": { - "line": 198, + "line": 204, "column": 5 } }, @@ -298,11 +296,11 @@ "sourceRange": { "file": "../bower_components/vaadin-control-state-mixin/vaadin-control-state-mixin.html", "start": { - "line": 200, + "line": 206, "column": 4 }, "end": { - "line": 213, + "line": 219, "column": 5 } }, @@ -321,11 +319,11 @@ "sourceRange": { "file": "../bower_components/vaadin-control-state-mixin/vaadin-control-state-mixin.html", "start": { - "line": 215, + "line": 221, "column": 4 }, "end": { - "line": 231, + "line": 237, "column": 5 } }, @@ -339,60 +337,78 @@ }, { "name": "_addEventListenerToNode", - "description": "", + "description": "Add the event listener to the node if it is a gestures event.", "privacy": "protected", "sourceRange": { "file": "../bower_components/polymer/lib/mixins/gesture-event-listeners.html", "start": { - "line": 47, + "line": 55, "column": 6 }, "end": { - "line": 51, + "line": 59, "column": 7 } }, "metadata": {}, "params": [ { - "name": "node" + "name": "node", + "type": "!Node", + "description": "Node to add event listener to" }, { - "name": "eventName" + "name": "eventName", + "type": "string", + "description": "Name of event" }, { - "name": "handler" + "name": "handler", + "type": "function (!Event): void", + "description": "Listener function to add" } ], + "return": { + "type": "void" + }, "inheritedFrom": "Polymer.GestureEventListeners" }, { "name": "_removeEventListenerFromNode", - "description": "", + "description": "Remove the event listener to the node if it is a gestures event.", "privacy": "protected", "sourceRange": { "file": "../bower_components/polymer/lib/mixins/gesture-event-listeners.html", "start": { - "line": 53, + "line": 69, "column": 6 }, "end": { - "line": 57, + "line": 73, "column": 7 } }, "metadata": {}, "params": [ { - "name": "node" + "name": "node", + "type": "!Node", + "description": "Node to remove event listener from" }, { - "name": "eventName" + "name": "eventName", + "type": "string", + "description": "Name of event" }, { - "name": "handler" + "name": "handler", + "type": "function (!Event): void", + "description": "Listener function to remove" } ], + "return": { + "type": "void" + }, "inheritedFrom": "Polymer.GestureEventListeners" }, { @@ -401,11 +417,11 @@ "privacy": "protected", "sourceRange": { "start": { - "line": 158, + "line": 171, "column": 8 }, "end": { - "line": 163, + "line": 176, "column": 9 } }, @@ -451,7 +467,7 @@ "column": 6 }, "end": { - "line": 168, + "line": 181, "column": 7 } },