Skip to content

Commit

Permalink
Bump analysis.json
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Feb 6, 2018
1 parent 2127755 commit 2a65325
Showing 1 changed file with 56 additions and 40 deletions.
96 changes: 56 additions & 40 deletions analysis.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"sourceRange": {
"file": "src/vaadin-button.html",
"start": {
"line": 175,
"line": 188,
"column": 6
},
"end": {
"line": 175,
"line": 188,
"column": 50
}
},
Expand Down Expand Up @@ -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",
Expand All @@ -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
}
},
Expand All @@ -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
}
},
Expand All @@ -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
}
},
Expand All @@ -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
}
},
Expand All @@ -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
}
},
Expand All @@ -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
}
},
Expand All @@ -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
}
},
Expand All @@ -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
}
},
Expand All @@ -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"
},
{
Expand All @@ -401,11 +417,11 @@
"privacy": "protected",
"sourceRange": {
"start": {
"line": 158,
"line": 171,
"column": 8
},
"end": {
"line": 163,
"line": 176,
"column": 9
}
},
Expand Down Expand Up @@ -451,7 +467,7 @@
"column": 6
},
"end": {
"line": 168,
"line": 181,
"column": 7
}
},
Expand Down

0 comments on commit 2a65325

Please sign in to comment.