1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-03 14:32:21 +02:00
TableFilter/docs/ast/source/modules/help.js.json
koalyptus 4481fbe361 publish Docs to gh-pages (auto)
branch:       master
SHA:          c7d6de72f7
range SHA:    81f31a3106fb...c7d6de72f785
build id:     375208741
build number: 1103
2018-05-05 08:21:30 +00:00

37013 lines
980 KiB
JSON

{
"type": "File",
"start": 0,
"end": 6862,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 241,
"column": 0
}
},
"program": {
"type": "Program",
"start": 0,
"end": 6862,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 241,
"column": 0
}
},
"sourceType": "module",
"body": [
{
"type": "ImportDeclaration",
"start": 0,
"end": 35,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 35
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 8,
"end": 15,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 15
}
},
"imported": {
"type": "Identifier",
"start": 8,
"end": 15,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 15
},
"identifierName": "Feature"
},
"name": "Feature"
},
"local": {
"type": "Identifier",
"start": 8,
"end": 15,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 15
},
"identifierName": "Feature"
},
"name": "Feature"
}
}
],
"source": {
"type": "StringLiteral",
"start": 22,
"end": 34,
"loc": {
"start": {
"line": 1,
"column": 22
},
"end": {
"line": 1,
"column": 34
}
},
"extra": {
"rawValue": "../feature",
"raw": "'../feature'"
},
"value": "../feature"
}
},
{
"type": "ImportDeclaration",
"start": 36,
"end": 97,
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 61
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 44,
"end": 53,
"loc": {
"start": {
"line": 2,
"column": 8
},
"end": {
"line": 2,
"column": 17
}
},
"imported": {
"type": "Identifier",
"start": 44,
"end": 53,
"loc": {
"start": {
"line": 2,
"column": 8
},
"end": {
"line": 2,
"column": 17
},
"identifierName": "createElm"
},
"name": "createElm"
},
"local": {
"type": "Identifier",
"start": 44,
"end": 53,
"loc": {
"start": {
"line": 2,
"column": 8
},
"end": {
"line": 2,
"column": 17
},
"identifierName": "createElm"
},
"name": "createElm"
}
},
{
"type": "ImportSpecifier",
"start": 55,
"end": 65,
"loc": {
"start": {
"line": 2,
"column": 19
},
"end": {
"line": 2,
"column": 29
}
},
"imported": {
"type": "Identifier",
"start": 55,
"end": 65,
"loc": {
"start": {
"line": 2,
"column": 19
},
"end": {
"line": 2,
"column": 29
},
"identifierName": "createText"
},
"name": "createText"
},
"local": {
"type": "Identifier",
"start": 55,
"end": 65,
"loc": {
"start": {
"line": 2,
"column": 19
},
"end": {
"line": 2,
"column": 29
},
"identifierName": "createText"
},
"name": "createText"
}
},
{
"type": "ImportSpecifier",
"start": 67,
"end": 70,
"loc": {
"start": {
"line": 2,
"column": 31
},
"end": {
"line": 2,
"column": 34
}
},
"imported": {
"type": "Identifier",
"start": 67,
"end": 70,
"loc": {
"start": {
"line": 2,
"column": 31
},
"end": {
"line": 2,
"column": 34
},
"identifierName": "elm"
},
"name": "elm"
},
"local": {
"type": "Identifier",
"start": 67,
"end": 70,
"loc": {
"start": {
"line": 2,
"column": 31
},
"end": {
"line": 2,
"column": 34
},
"identifierName": "elm"
},
"name": "elm"
}
},
{
"type": "ImportSpecifier",
"start": 72,
"end": 81,
"loc": {
"start": {
"line": 2,
"column": 36
},
"end": {
"line": 2,
"column": 45
}
},
"imported": {
"type": "Identifier",
"start": 72,
"end": 81,
"loc": {
"start": {
"line": 2,
"column": 36
},
"end": {
"line": 2,
"column": 45
},
"identifierName": "removeElm"
},
"name": "removeElm"
},
"local": {
"type": "Identifier",
"start": 72,
"end": 81,
"loc": {
"start": {
"line": 2,
"column": 36
},
"end": {
"line": 2,
"column": 45
},
"identifierName": "removeElm"
},
"name": "removeElm"
}
}
],
"source": {
"type": "StringLiteral",
"start": 88,
"end": 96,
"loc": {
"start": {
"line": 2,
"column": 52
},
"end": {
"line": 2,
"column": 60
}
},
"extra": {
"rawValue": "../dom",
"raw": "'../dom'"
},
"value": "../dom"
}
},
{
"type": "ImportDeclaration",
"start": 98,
"end": 152,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 54
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 106,
"end": 112,
"loc": {
"start": {
"line": 3,
"column": 8
},
"end": {
"line": 3,
"column": 14
}
},
"imported": {
"type": "Identifier",
"start": 106,
"end": 112,
"loc": {
"start": {
"line": 3,
"column": 8
},
"end": {
"line": 3,
"column": 14
},
"identifierName": "addEvt"
},
"name": "addEvt"
},
"local": {
"type": "Identifier",
"start": 106,
"end": 112,
"loc": {
"start": {
"line": 3,
"column": 8
},
"end": {
"line": 3,
"column": 14
},
"identifierName": "addEvt"
},
"name": "addEvt"
}
},
{
"type": "ImportSpecifier",
"start": 114,
"end": 123,
"loc": {
"start": {
"line": 3,
"column": 16
},
"end": {
"line": 3,
"column": 25
}
},
"imported": {
"type": "Identifier",
"start": 114,
"end": 123,
"loc": {
"start": {
"line": 3,
"column": 16
},
"end": {
"line": 3,
"column": 25
},
"identifierName": "targetEvt"
},
"name": "targetEvt"
},
"local": {
"type": "Identifier",
"start": 114,
"end": 123,
"loc": {
"start": {
"line": 3,
"column": 16
},
"end": {
"line": 3,
"column": 25
},
"identifierName": "targetEvt"
},
"name": "targetEvt"
}
},
{
"type": "ImportSpecifier",
"start": 125,
"end": 134,
"loc": {
"start": {
"line": 3,
"column": 27
},
"end": {
"line": 3,
"column": 36
}
},
"imported": {
"type": "Identifier",
"start": 125,
"end": 134,
"loc": {
"start": {
"line": 3,
"column": 27
},
"end": {
"line": 3,
"column": 36
},
"identifierName": "removeEvt"
},
"name": "removeEvt"
},
"local": {
"type": "Identifier",
"start": 125,
"end": 134,
"loc": {
"start": {
"line": 3,
"column": 27
},
"end": {
"line": 3,
"column": 36
},
"identifierName": "removeEvt"
},
"name": "removeEvt"
}
}
],
"source": {
"type": "StringLiteral",
"start": 141,
"end": 151,
"loc": {
"start": {
"line": 3,
"column": 43
},
"end": {
"line": 3,
"column": 53
}
},
"extra": {
"rawValue": "../event",
"raw": "'../event'"
},
"value": "../event"
}
},
{
"type": "ImportDeclaration",
"start": 153,
"end": 183,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 4,
"column": 30
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 161,
"end": 165,
"loc": {
"start": {
"line": 4,
"column": 8
},
"end": {
"line": 4,
"column": 12
}
},
"imported": {
"type": "Identifier",
"start": 161,
"end": 165,
"loc": {
"start": {
"line": 4,
"column": 8
},
"end": {
"line": 4,
"column": 12
},
"identifierName": "NONE"
},
"name": "NONE"
},
"local": {
"type": "Identifier",
"start": 161,
"end": 165,
"loc": {
"start": {
"line": 4,
"column": 8
},
"end": {
"line": 4,
"column": 12
},
"identifierName": "NONE"
},
"name": "NONE"
}
}
],
"source": {
"type": "StringLiteral",
"start": 172,
"end": 182,
"loc": {
"start": {
"line": 4,
"column": 19
},
"end": {
"line": 4,
"column": 29
}
},
"extra": {
"rawValue": "../const",
"raw": "'../const'"
},
"value": "../const"
}
},
{
"type": "ImportDeclaration",
"start": 184,
"end": 213,
"loc": {
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 5,
"column": 29
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 192,
"end": 196,
"loc": {
"start": {
"line": 5,
"column": 8
},
"end": {
"line": 5,
"column": 12
}
},
"imported": {
"type": "Identifier",
"start": 192,
"end": 196,
"loc": {
"start": {
"line": 5,
"column": 8
},
"end": {
"line": 5,
"column": 12
},
"identifierName": "root"
},
"name": "root"
},
"local": {
"type": "Identifier",
"start": 192,
"end": 196,
"loc": {
"start": {
"line": 5,
"column": 8
},
"end": {
"line": 5,
"column": 12
},
"identifierName": "root"
},
"name": "root"
}
}
],
"source": {
"type": "StringLiteral",
"start": 203,
"end": 212,
"loc": {
"start": {
"line": 5,
"column": 19
},
"end": {
"line": 5,
"column": 28
}
},
"extra": {
"rawValue": "../root",
"raw": "'../root'"
},
"value": "../root"
}
},
{
"type": "ImportDeclaration",
"start": 214,
"end": 255,
"loc": {
"start": {
"line": 6,
"column": 0
},
"end": {
"line": 6,
"column": 41
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 222,
"end": 229,
"loc": {
"start": {
"line": 6,
"column": 8
},
"end": {
"line": 6,
"column": 15
}
},
"imported": {
"type": "Identifier",
"start": 222,
"end": 229,
"loc": {
"start": {
"line": 6,
"column": 8
},
"end": {
"line": 6,
"column": 15
},
"identifierName": "isEmpty"
},
"name": "isEmpty"
},
"local": {
"type": "Identifier",
"start": 222,
"end": 229,
"loc": {
"start": {
"line": 6,
"column": 8
},
"end": {
"line": 6,
"column": 15
},
"identifierName": "isEmpty"
},
"name": "isEmpty"
}
},
{
"type": "ImportSpecifier",
"start": 231,
"end": 237,
"loc": {
"start": {
"line": 6,
"column": 17
},
"end": {
"line": 6,
"column": 23
}
},
"imported": {
"type": "Identifier",
"start": 231,
"end": 237,
"loc": {
"start": {
"line": 6,
"column": 17
},
"end": {
"line": 6,
"column": 23
},
"identifierName": "isNull"
},
"name": "isNull"
},
"local": {
"type": "Identifier",
"start": 231,
"end": 237,
"loc": {
"start": {
"line": 6,
"column": 17
},
"end": {
"line": 6,
"column": 23
},
"identifierName": "isNull"
},
"name": "isNull"
}
}
],
"source": {
"type": "StringLiteral",
"start": 244,
"end": 254,
"loc": {
"start": {
"line": 6,
"column": 30
},
"end": {
"line": 6,
"column": 40
}
},
"extra": {
"rawValue": "../types",
"raw": "'../types'"
},
"value": "../types"
}
},
{
"type": "ImportDeclaration",
"start": 256,
"end": 296,
"loc": {
"start": {
"line": 7,
"column": 0
},
"end": {
"line": 7,
"column": 40
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 264,
"end": 275,
"loc": {
"start": {
"line": 7,
"column": 8
},
"end": {
"line": 7,
"column": 19
}
},
"imported": {
"type": "Identifier",
"start": 264,
"end": 275,
"loc": {
"start": {
"line": 7,
"column": 8
},
"end": {
"line": 7,
"column": 19
},
"identifierName": "defaultsStr"
},
"name": "defaultsStr"
},
"local": {
"type": "Identifier",
"start": 264,
"end": 275,
"loc": {
"start": {
"line": 7,
"column": 8
},
"end": {
"line": 7,
"column": 19
},
"identifierName": "defaultsStr"
},
"name": "defaultsStr"
}
}
],
"source": {
"type": "StringLiteral",
"start": 282,
"end": 295,
"loc": {
"start": {
"line": 7,
"column": 26
},
"end": {
"line": 7,
"column": 39
}
},
"extra": {
"rawValue": "../settings",
"raw": "'../settings'"
},
"value": "../settings"
}
},
{
"type": "ImportDeclaration",
"start": 297,
"end": 329,
"loc": {
"start": {
"line": 8,
"column": 0
},
"end": {
"line": 8,
"column": 32
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 305,
"end": 310,
"loc": {
"start": {
"line": 8,
"column": 8
},
"end": {
"line": 8,
"column": 13
}
},
"imported": {
"type": "Identifier",
"start": 305,
"end": 310,
"loc": {
"start": {
"line": 8,
"column": 8
},
"end": {
"line": 8,
"column": 13
},
"identifierName": "RIGHT"
},
"name": "RIGHT"
},
"local": {
"type": "Identifier",
"start": 305,
"end": 310,
"loc": {
"start": {
"line": 8,
"column": 8
},
"end": {
"line": 8,
"column": 13
},
"identifierName": "RIGHT"
},
"name": "RIGHT"
}
}
],
"source": {
"type": "StringLiteral",
"start": 317,
"end": 328,
"loc": {
"start": {
"line": 8,
"column": 20
},
"end": {
"line": 8,
"column": 31
}
},
"extra": {
"rawValue": "./toolbar",
"raw": "'./toolbar'"
},
"value": "./toolbar"
}
},
{
"type": "VariableDeclaration",
"start": 331,
"end": 425,
"loc": {
"start": {
"line": 10,
"column": 0
},
"end": {
"line": 11,
"column": 26
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 337,
"end": 424,
"loc": {
"start": {
"line": 10,
"column": 6
},
"end": {
"line": 11,
"column": 25
}
},
"id": {
"type": "Identifier",
"start": 337,
"end": 345,
"loc": {
"start": {
"line": 10,
"column": 6
},
"end": {
"line": 10,
"column": 14
},
"identifierName": "WIKI_URL"
},
"name": "WIKI_URL"
},
"init": {
"type": "BinaryExpression",
"start": 348,
"end": 424,
"loc": {
"start": {
"line": 10,
"column": 17
},
"end": {
"line": 11,
"column": 25
}
},
"left": {
"type": "StringLiteral",
"start": 348,
"end": 396,
"loc": {
"start": {
"line": 10,
"column": 17
},
"end": {
"line": 10,
"column": 65
}
},
"extra": {
"rawValue": "https://github.com/koalyptus/TableFilter/wiki/",
"raw": "'https://github.com/koalyptus/TableFilter/wiki/'"
},
"value": "https://github.com/koalyptus/TableFilter/wiki/"
},
"operator": "+",
"right": {
"type": "StringLiteral",
"start": 403,
"end": 424,
"loc": {
"start": {
"line": 11,
"column": 4
},
"end": {
"line": 11,
"column": 25
}
},
"extra": {
"rawValue": "4.-Filter-operators",
"raw": "'4.-Filter-operators'"
},
"value": "4.-Filter-operators"
}
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 426,
"end": 488,
"loc": {
"start": {
"line": 12,
"column": 0
},
"end": {
"line": 12,
"column": 62
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 432,
"end": 487,
"loc": {
"start": {
"line": 12,
"column": 6
},
"end": {
"line": 12,
"column": 61
}
},
"id": {
"type": "Identifier",
"start": 432,
"end": 443,
"loc": {
"start": {
"line": 12,
"column": 6
},
"end": {
"line": 12,
"column": 17
},
"identifierName": "WEBSITE_URL"
},
"name": "WEBSITE_URL"
},
"init": {
"type": "StringLiteral",
"start": 446,
"end": 487,
"loc": {
"start": {
"line": 12,
"column": 20
},
"end": {
"line": 12,
"column": 61
}
},
"extra": {
"rawValue": "http://koalyptus.github.io/TableFilter/",
"raw": "'http://koalyptus.github.io/TableFilter/'"
},
"value": "http://koalyptus.github.io/TableFilter/"
}
}
],
"kind": "const",
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Help UI component\n ",
"start": 490,
"end": 518,
"loc": {
"start": {
"line": 14,
"column": 0
},
"end": {
"line": 16,
"column": 3
}
}
}
]
},
{
"type": "ExportNamedDeclaration",
"start": 519,
"end": 6861,
"loc": {
"start": {
"line": 17,
"column": 0
},
"end": {
"line": 240,
"column": 1
}
},
"specifiers": [],
"source": null,
"declaration": {
"type": "ClassDeclaration",
"start": 526,
"end": 6861,
"loc": {
"start": {
"line": 17,
"column": 7
},
"end": {
"line": 240,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 532,
"end": 536,
"loc": {
"start": {
"line": 17,
"column": 13
},
"end": {
"line": 17,
"column": 17
},
"identifierName": "Help"
},
"name": "Help",
"leadingComments": null
},
"superClass": {
"type": "Identifier",
"start": 545,
"end": 552,
"loc": {
"start": {
"line": 17,
"column": 26
},
"end": {
"line": 17,
"column": 33
},
"identifierName": "Feature"
},
"name": "Feature"
},
"body": {
"type": "ClassBody",
"start": 553,
"end": 6861,
"loc": {
"start": {
"line": 17,
"column": 34
},
"end": {
"line": 240,
"column": 1
}
},
"body": [
{
"type": "ClassMethod",
"start": 663,
"end": 3593,
"loc": {
"start": {
"line": 23,
"column": 4
},
"end": {
"line": 119,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 663,
"end": 674,
"loc": {
"start": {
"line": 23,
"column": 4
},
"end": {
"line": 23,
"column": 15
},
"identifierName": "constructor"
},
"name": "constructor",
"leadingComments": null
},
"kind": "constructor",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 675,
"end": 677,
"loc": {
"start": {
"line": 23,
"column": 16
},
"end": {
"line": 23,
"column": 18
},
"identifierName": "tf"
},
"name": "tf"
}
],
"body": {
"type": "BlockStatement",
"start": 679,
"end": 3593,
"loc": {
"start": {
"line": 23,
"column": 20
},
"end": {
"line": 119,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 689,
"end": 707,
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 26
}
},
"expression": {
"type": "CallExpression",
"start": 689,
"end": 706,
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 25
}
},
"callee": {
"type": "Super",
"start": 689,
"end": 694,
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 13
}
}
},
"arguments": [
{
"type": "Identifier",
"start": 695,
"end": 697,
"loc": {
"start": {
"line": 24,
"column": 14
},
"end": {
"line": 24,
"column": 16
},
"identifierName": "tf"
},
"name": "tf"
},
{
"type": "StringLiteral",
"start": 699,
"end": 705,
"loc": {
"start": {
"line": 24,
"column": 18
},
"end": {
"line": 24,
"column": 24
}
},
"extra": {
"rawValue": "help",
"raw": "'help'"
},
"value": "help"
}
]
}
},
{
"type": "VariableDeclaration",
"start": 717,
"end": 761,
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 52
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 721,
"end": 760,
"loc": {
"start": {
"line": 26,
"column": 12
},
"end": {
"line": 26,
"column": 51
}
},
"id": {
"type": "Identifier",
"start": 721,
"end": 722,
"loc": {
"start": {
"line": 26,
"column": 12
},
"end": {
"line": 26,
"column": 13
},
"identifierName": "f"
},
"name": "f"
},
"init": {
"type": "LogicalExpression",
"start": 725,
"end": 760,
"loc": {
"start": {
"line": 26,
"column": 16
},
"end": {
"line": 26,
"column": 51
}
},
"left": {
"type": "MemberExpression",
"start": 725,
"end": 754,
"loc": {
"start": {
"line": 26,
"column": 16
},
"end": {
"line": 26,
"column": 45
}
},
"object": {
"type": "MemberExpression",
"start": 725,
"end": 736,
"loc": {
"start": {
"line": 26,
"column": 16
},
"end": {
"line": 26,
"column": 27
}
},
"object": {
"type": "ThisExpression",
"start": 725,
"end": 729,
"loc": {
"start": {
"line": 26,
"column": 16
},
"end": {
"line": 26,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"start": 730,
"end": 736,
"loc": {
"start": {
"line": 26,
"column": 21
},
"end": {
"line": 26,
"column": 27
},
"identifierName": "config"
},
"name": "config"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 737,
"end": 754,
"loc": {
"start": {
"line": 26,
"column": 28
},
"end": {
"line": 26,
"column": 45
},
"identifierName": "help_instructions"
},
"name": "help_instructions"
},
"computed": false
},
"operator": "||",
"right": {
"type": "ObjectExpression",
"start": 758,
"end": 760,
"loc": {
"start": {
"line": 26,
"column": 49
},
"end": {
"line": 26,
"column": 51
}
},
"properties": []
}
}
}
],
"kind": "let",
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * ID of main custom container element\n * @type {String}\n ",
"start": 771,
"end": 859,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 31,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 868,
"end": 912,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 52
}
},
"expression": {
"type": "AssignmentExpression",
"start": 868,
"end": 911,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 51
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 868,
"end": 878,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 18
}
},
"object": {
"type": "ThisExpression",
"start": 868,
"end": 872,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 873,
"end": 878,
"loc": {
"start": {
"line": 32,
"column": 13
},
"end": {
"line": 32,
"column": 18
},
"identifierName": "tgtId"
},
"name": "tgtId"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "CallExpression",
"start": 881,
"end": 911,
"loc": {
"start": {
"line": 32,
"column": 21
},
"end": {
"line": 32,
"column": 51
}
},
"callee": {
"type": "Identifier",
"start": 881,
"end": 892,
"loc": {
"start": {
"line": 32,
"column": 21
},
"end": {
"line": 32,
"column": 32
},
"identifierName": "defaultsStr"
},
"name": "defaultsStr"
},
"arguments": [
{
"type": "MemberExpression",
"start": 893,
"end": 904,
"loc": {
"start": {
"line": 32,
"column": 33
},
"end": {
"line": 32,
"column": 44
}
},
"object": {
"type": "Identifier",
"start": 893,
"end": 894,
"loc": {
"start": {
"line": 32,
"column": 33
},
"end": {
"line": 32,
"column": 34
},
"identifierName": "f"
},
"name": "f"
},
"property": {
"type": "Identifier",
"start": 895,
"end": 904,
"loc": {
"start": {
"line": 32,
"column": 35
},
"end": {
"line": 32,
"column": 44
},
"identifierName": "target_id"
},
"name": "target_id"
},
"computed": false
},
{
"type": "NullLiteral",
"start": 906,
"end": 910,
"loc": {
"start": {
"line": 32,
"column": 46
},
"end": {
"line": 32,
"column": 50
}
}
}
]
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * ID of main custom container element\n * @type {String}\n ",
"start": 771,
"end": 859,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 31,
"column": 11
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * ID of custom container element for instructions\n * @type {String}\n ",
"start": 922,
"end": 1022,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 37,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 1031,
"end": 1089,
"loc": {
"start": {
"line": 38,
"column": 8
},
"end": {
"line": 38,
"column": 66
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1031,
"end": 1088,
"loc": {
"start": {
"line": 38,
"column": 8
},
"end": {
"line": 38,
"column": 65
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1031,
"end": 1045,
"loc": {
"start": {
"line": 38,
"column": 8
},
"end": {
"line": 38,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 1031,
"end": 1035,
"loc": {
"start": {
"line": 38,
"column": 8
},
"end": {
"line": 38,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 1036,
"end": 1045,
"loc": {
"start": {
"line": 38,
"column": 13
},
"end": {
"line": 38,
"column": 22
},
"identifierName": "contTgtId"
},
"name": "contTgtId"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "CallExpression",
"start": 1048,
"end": 1088,
"loc": {
"start": {
"line": 38,
"column": 25
},
"end": {
"line": 38,
"column": 65
}
},
"callee": {
"type": "Identifier",
"start": 1048,
"end": 1059,
"loc": {
"start": {
"line": 38,
"column": 25
},
"end": {
"line": 38,
"column": 36
},
"identifierName": "defaultsStr"
},
"name": "defaultsStr"
},
"arguments": [
{
"type": "MemberExpression",
"start": 1060,
"end": 1081,
"loc": {
"start": {
"line": 38,
"column": 37
},
"end": {
"line": 38,
"column": 58
}
},
"object": {
"type": "Identifier",
"start": 1060,
"end": 1061,
"loc": {
"start": {
"line": 38,
"column": 37
},
"end": {
"line": 38,
"column": 38
},
"identifierName": "f"
},
"name": "f"
},
"property": {
"type": "Identifier",
"start": 1062,
"end": 1081,
"loc": {
"start": {
"line": 38,
"column": 39
},
"end": {
"line": 38,
"column": 58
},
"identifierName": "container_target_id"
},
"name": "container_target_id"
},
"computed": false
},
{
"type": "NullLiteral",
"start": 1083,
"end": 1087,
"loc": {
"start": {
"line": 38,
"column": 60
},
"end": {
"line": 38,
"column": 64
}
}
}
]
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * ID of custom container element for instructions\n * @type {String}\n ",
"start": 922,
"end": 1022,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 37,
"column": 11
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Instructions text (accepts HTML)\n * @type {String}\n ",
"start": 1099,
"end": 1184,
"loc": {
"start": {
"line": 40,
"column": 8
},
"end": {
"line": 43,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 1193,
"end": 1742,
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 51,
"column": 34
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1193,
"end": 1741,
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 51,
"column": 33
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1193,
"end": 1207,
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 44,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 1193,
"end": 1197,
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 44,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 1198,
"end": 1207,
"loc": {
"start": {
"line": 44,
"column": 13
},
"end": {
"line": 44,
"column": 22
},
"identifierName": "instrText"
},
"name": "instrText"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "ConditionalExpression",
"start": 1210,
"end": 1741,
"loc": {
"start": {
"line": 44,
"column": 25
},
"end": {
"line": 51,
"column": 33
}
},
"test": {
"type": "UnaryExpression",
"start": 1210,
"end": 1226,
"loc": {
"start": {
"line": 44,
"column": 25
},
"end": {
"line": 44,
"column": 41
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "CallExpression",
"start": 1211,
"end": 1226,
"loc": {
"start": {
"line": 44,
"column": 26
},
"end": {
"line": 44,
"column": 41
}
},
"callee": {
"type": "Identifier",
"start": 1211,
"end": 1218,
"loc": {
"start": {
"line": 44,
"column": 26
},
"end": {
"line": 44,
"column": 33
},
"identifierName": "isEmpty"
},
"name": "isEmpty"
},
"arguments": [
{
"type": "MemberExpression",
"start": 1219,
"end": 1225,
"loc": {
"start": {
"line": 44,
"column": 34
},
"end": {
"line": 44,
"column": 40
}
},
"object": {
"type": "Identifier",
"start": 1219,
"end": 1220,
"loc": {
"start": {
"line": 44,
"column": 34
},
"end": {
"line": 44,
"column": 35
},
"identifierName": "f"
},
"name": "f"
},
"property": {
"type": "Identifier",
"start": 1221,
"end": 1225,
"loc": {
"start": {
"line": 44,
"column": 36
},
"end": {
"line": 44,
"column": 40
},
"identifierName": "text"
},
"name": "text"
},
"computed": false
}
]
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "MemberExpression",
"start": 1229,
"end": 1235,
"loc": {
"start": {
"line": 44,
"column": 44
},
"end": {
"line": 44,
"column": 50
}
},
"object": {
"type": "Identifier",
"start": 1229,
"end": 1230,
"loc": {
"start": {
"line": 44,
"column": 44
},
"end": {
"line": 44,
"column": 45
},
"identifierName": "f"
},
"name": "f"
},
"property": {
"type": "Identifier",
"start": 1231,
"end": 1235,
"loc": {
"start": {
"line": 44,
"column": 46
},
"end": {
"line": 44,
"column": 50
},
"identifierName": "text"
},
"name": "text"
},
"computed": false
},
"alternate": {
"type": "BinaryExpression",
"start": 1250,
"end": 1741,
"loc": {
"start": {
"line": 45,
"column": 12
},
"end": {
"line": 51,
"column": 33
}
},
"left": {
"type": "BinaryExpression",
"start": 1250,
"end": 1705,
"loc": {
"start": {
"line": 45,
"column": 12
},
"end": {
"line": 50,
"column": 73
}
},
"left": {
"type": "BinaryExpression",
"start": 1250,
"end": 1682,
"loc": {
"start": {
"line": 45,
"column": 12
},
"end": {
"line": 50,
"column": 50
}
},
"left": {
"type": "BinaryExpression",
"start": 1250,
"end": 1671,
"loc": {
"start": {
"line": 45,
"column": 12
},
"end": {
"line": 50,
"column": 39
}
},
"left": {
"type": "BinaryExpression",
"start": 1250,
"end": 1629,
"loc": {
"start": {
"line": 45,
"column": 12
},
"end": {
"line": 49,
"column": 78
}
},
"left": {
"type": "BinaryExpression",
"start": 1250,
"end": 1548,
"loc": {
"start": {
"line": 45,
"column": 12
},
"end": {
"line": 48,
"column": 78
}
},
"left": {
"type": "BinaryExpression",
"start": 1250,
"end": 1467,
"loc": {
"start": {
"line": 45,
"column": 12
},
"end": {
"line": 47,
"column": 71
}
},
"left": {
"type": "BinaryExpression",
"start": 1250,
"end": 1393,
"loc": {
"start": {
"line": 45,
"column": 12
},
"end": {
"line": 46,
"column": 78
}
},
"left": {
"type": "StringLiteral",
"start": 1250,
"end": 1312,
"loc": {
"start": {
"line": 45,
"column": 12
},
"end": {
"line": 45,
"column": 74
}
},
"extra": {
"rawValue": "Use the filters above each column to filter and limit table ",
"raw": "'Use the filters above each column to filter and limit table '"
},
"value": "Use the filters above each column to filter and limit table "
},
"operator": "+",
"right": {
"type": "StringLiteral",
"start": 1327,
"end": 1393,
"loc": {
"start": {
"line": 46,
"column": 12
},
"end": {
"line": 46,
"column": 78
}
},
"extra": {
"rawValue": "data. Advanced searches can be performed by using the following ",
"raw": "'data. Advanced searches can be performed by using the following '"
},
"value": "data. Advanced searches can be performed by using the following "
}
},
"operator": "+",
"right": {
"type": "StringLiteral",
"start": 1408,
"end": 1467,
"loc": {
"start": {
"line": 47,
"column": 12
},
"end": {
"line": 47,
"column": 71
}
},
"extra": {
"rawValue": "operators: <br /><b>&lt;</b>, <b>&lt;=</b>, <b>&gt;</b>, ",
"raw": "'operators: <br /><b>&lt;</b>, <b>&lt;=</b>, <b>&gt;</b>, '"
},
"value": "operators: <br /><b>&lt;</b>, <b>&lt;=</b>, <b>&gt;</b>, "
}
},
"operator": "+",
"right": {
"type": "StringLiteral",
"start": 1482,
"end": 1548,
"loc": {
"start": {
"line": 48,
"column": 12
},
"end": {
"line": 48,
"column": 78
}
},
"extra": {
"rawValue": "<b>&gt;=</b>, <b>=</b>, <b>*</b>, <b>!</b>, <b>{</b>, <b>}</b>, ",
"raw": "'<b>&gt;=</b>, <b>=</b>, <b>*</b>, <b>!</b>, <b>{</b>, <b>}</b>, '"
},
"value": "<b>&gt;=</b>, <b>=</b>, <b>*</b>, <b>!</b>, <b>{</b>, <b>}</b>, "
}
},
"operator": "+",
"right": {
"type": "StringLiteral",
"start": 1563,
"end": 1629,
"loc": {
"start": {
"line": 49,
"column": 12
},
"end": {
"line": 49,
"column": 78
}
},
"extra": {
"rawValue": "<b>||</b>,<b>&amp;&amp;</b>, <b>[empty]</b>, <b>[nonempty]</b>, ",
"raw": "'<b>||</b>,<b>&amp;&amp;</b>, <b>[empty]</b>, <b>[nonempty]</b>, '"
},
"value": "<b>||</b>,<b>&amp;&amp;</b>, <b>[empty]</b>, <b>[nonempty]</b>, "
}
},
"operator": "+",
"right": {
"type": "StringLiteral",
"start": 1644,
"end": 1671,
"loc": {
"start": {
"line": 50,
"column": 12
},
"end": {
"line": 50,
"column": 39
}
},
"extra": {
"rawValue": "<b>rgx:</b><br/><a href=\"",
"raw": "'<b>rgx:</b><br/><a href=\"'"
},
"value": "<b>rgx:</b><br/><a href=\""
}
},
"operator": "+",
"right": {
"type": "Identifier",
"start": 1674,
"end": 1682,
"loc": {
"start": {
"line": 50,
"column": 42
},
"end": {
"line": 50,
"column": 50
},
"identifierName": "WIKI_URL"
},
"name": "WIKI_URL"
}
},
"operator": "+",
"right": {
"type": "StringLiteral",
"start": 1685,
"end": 1705,
"loc": {
"start": {
"line": 50,
"column": 53
},
"end": {
"line": 50,
"column": 73
}
},
"extra": {
"rawValue": "\" target=\"_blank\">",
"raw": "'\" target=\"_blank\">'"
},
"value": "\" target=\"_blank\">"
}
},
"operator": "+",
"right": {
"type": "StringLiteral",
"start": 1720,
"end": 1741,
"loc": {
"start": {
"line": 51,
"column": 12
},
"end": {
"line": 51,
"column": 33
}
},
"extra": {
"rawValue": "Learn more</a><hr/>",
"raw": "'Learn more</a><hr/>'"
},
"value": "Learn more</a><hr/>"
}
}
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Instructions text (accepts HTML)\n * @type {String}\n ",
"start": 1099,
"end": 1184,
"loc": {
"start": {
"line": 40,
"column": 8
},
"end": {
"line": 43,
"column": 11
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Instructions HTML\n * @type {String}\n ",
"start": 1752,
"end": 1822,
"loc": {
"start": {
"line": 53,
"column": 8
},
"end": {
"line": 56,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 1831,
"end": 1874,
"loc": {
"start": {
"line": 57,
"column": 8
},
"end": {
"line": 57,
"column": 51
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1831,
"end": 1873,
"loc": {
"start": {
"line": 57,
"column": 8
},
"end": {
"line": 57,
"column": 50
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1831,
"end": 1845,
"loc": {
"start": {
"line": 57,
"column": 8
},
"end": {
"line": 57,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 1831,
"end": 1835,
"loc": {
"start": {
"line": 57,
"column": 8
},
"end": {
"line": 57,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 1836,
"end": 1845,
"loc": {
"start": {
"line": 57,
"column": 13
},
"end": {
"line": 57,
"column": 22
},
"identifierName": "instrHtml"
},
"name": "instrHtml"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "CallExpression",
"start": 1848,
"end": 1873,
"loc": {
"start": {
"line": 57,
"column": 25
},
"end": {
"line": 57,
"column": 50
}
},
"callee": {
"type": "Identifier",
"start": 1848,
"end": 1859,
"loc": {
"start": {
"line": 57,
"column": 25
},
"end": {
"line": 57,
"column": 36
},
"identifierName": "defaultsStr"
},
"name": "defaultsStr"
},
"arguments": [
{
"type": "MemberExpression",
"start": 1860,
"end": 1866,
"loc": {
"start": {
"line": 57,
"column": 37
},
"end": {
"line": 57,
"column": 43
}
},
"object": {
"type": "Identifier",
"start": 1860,
"end": 1861,
"loc": {
"start": {
"line": 57,
"column": 37
},
"end": {
"line": 57,
"column": 38
},
"identifierName": "f"
},
"name": "f"
},
"property": {
"type": "Identifier",
"start": 1862,
"end": 1866,
"loc": {
"start": {
"line": 57,
"column": 39
},
"end": {
"line": 57,
"column": 43
},
"identifierName": "html"
},
"name": "html"
},
"computed": false
},
{
"type": "NullLiteral",
"start": 1868,
"end": 1872,
"loc": {
"start": {
"line": 57,
"column": 45
},
"end": {
"line": 57,
"column": 49
}
}
}
]
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Instructions HTML\n * @type {String}\n ",
"start": 1752,
"end": 1822,
"loc": {
"start": {
"line": 53,
"column": 8
},
"end": {
"line": 56,
"column": 11
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Help button text ('?')\n * @type {String}\n ",
"start": 1884,
"end": 1959,
"loc": {
"start": {
"line": 59,
"column": 8
},
"end": {
"line": 62,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 1968,
"end": 2012,
"loc": {
"start": {
"line": 63,
"column": 8
},
"end": {
"line": 63,
"column": 52
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1968,
"end": 2011,
"loc": {
"start": {
"line": 63,
"column": 8
},
"end": {
"line": 63,
"column": 51
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1968,
"end": 1980,
"loc": {
"start": {
"line": 63,
"column": 8
},
"end": {
"line": 63,
"column": 20
}
},
"object": {
"type": "ThisExpression",
"start": 1968,
"end": 1972,
"loc": {
"start": {
"line": 63,
"column": 8
},
"end": {
"line": 63,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 1973,
"end": 1980,
"loc": {
"start": {
"line": 63,
"column": 13
},
"end": {
"line": 63,
"column": 20
},
"identifierName": "btnText"
},
"name": "btnText"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "CallExpression",
"start": 1983,
"end": 2011,
"loc": {
"start": {
"line": 63,
"column": 23
},
"end": {
"line": 63,
"column": 51
}
},
"callee": {
"type": "Identifier",
"start": 1983,
"end": 1994,
"loc": {
"start": {
"line": 63,
"column": 23
},
"end": {
"line": 63,
"column": 34
},
"identifierName": "defaultsStr"
},
"name": "defaultsStr"
},
"arguments": [
{
"type": "MemberExpression",
"start": 1995,
"end": 2005,
"loc": {
"start": {
"line": 63,
"column": 35
},
"end": {
"line": 63,
"column": 45
}
},
"object": {
"type": "Identifier",
"start": 1995,
"end": 1996,
"loc": {
"start": {
"line": 63,
"column": 35
},
"end": {
"line": 63,
"column": 36
},
"identifierName": "f"
},
"name": "f"
},
"property": {
"type": "Identifier",
"start": 1997,
"end": 2005,
"loc": {
"start": {
"line": 63,
"column": 37
},
"end": {
"line": 63,
"column": 45
},
"identifierName": "btn_text"
},
"name": "btn_text"
},
"computed": false
},
{
"type": "StringLiteral",
"start": 2007,
"end": 2010,
"loc": {
"start": {
"line": 63,
"column": 47
},
"end": {
"line": 63,
"column": 50
}
},
"extra": {
"rawValue": "?",
"raw": "'?'"
},
"value": "?"
}
]
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Help button text ('?')\n * @type {String}\n ",
"start": 1884,
"end": 1959,
"loc": {
"start": {
"line": 59,
"column": 8
},
"end": {
"line": 62,
"column": 11
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Custom help button HTML\n * @type {String}\n ",
"start": 2022,
"end": 2098,
"loc": {
"start": {
"line": 65,
"column": 8
},
"end": {
"line": 68,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 2107,
"end": 2152,
"loc": {
"start": {
"line": 69,
"column": 8
},
"end": {
"line": 69,
"column": 53
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2107,
"end": 2151,
"loc": {
"start": {
"line": 69,
"column": 8
},
"end": {
"line": 69,
"column": 52
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2107,
"end": 2119,
"loc": {
"start": {
"line": 69,
"column": 8
},
"end": {
"line": 69,
"column": 20
}
},
"object": {
"type": "ThisExpression",
"start": 2107,
"end": 2111,
"loc": {
"start": {
"line": 69,
"column": 8
},
"end": {
"line": 69,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 2112,
"end": 2119,
"loc": {
"start": {
"line": 69,
"column": 13
},
"end": {
"line": 69,
"column": 20
},
"identifierName": "btnHtml"
},
"name": "btnHtml"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "CallExpression",
"start": 2122,
"end": 2151,
"loc": {
"start": {
"line": 69,
"column": 23
},
"end": {
"line": 69,
"column": 52
}
},
"callee": {
"type": "Identifier",
"start": 2122,
"end": 2133,
"loc": {
"start": {
"line": 69,
"column": 23
},
"end": {
"line": 69,
"column": 34
},
"identifierName": "defaultsStr"
},
"name": "defaultsStr"
},
"arguments": [
{
"type": "MemberExpression",
"start": 2134,
"end": 2144,
"loc": {
"start": {
"line": 69,
"column": 35
},
"end": {
"line": 69,
"column": 45
}
},
"object": {
"type": "Identifier",
"start": 2134,
"end": 2135,
"loc": {
"start": {
"line": 69,
"column": 35
},
"end": {
"line": 69,
"column": 36
},
"identifierName": "f"
},
"name": "f"
},
"property": {
"type": "Identifier",
"start": 2136,
"end": 2144,
"loc": {
"start": {
"line": 69,
"column": 37
},
"end": {
"line": 69,
"column": 45
},
"identifierName": "btn_html"
},
"name": "btn_html"
},
"computed": false
},
{
"type": "NullLiteral",
"start": 2146,
"end": 2150,
"loc": {
"start": {
"line": 69,
"column": 47
},
"end": {
"line": 69,
"column": 51
}
}
}
]
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Custom help button HTML\n * @type {String}\n ",
"start": 2022,
"end": 2098,
"loc": {
"start": {
"line": 65,
"column": 8
},
"end": {
"line": 68,
"column": 11
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Css class for help button\n * @type {String}\n ",
"start": 2162,
"end": 2240,
"loc": {
"start": {
"line": 71,
"column": 8
},
"end": {
"line": 74,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 2249,
"end": 2308,
"loc": {
"start": {
"line": 75,
"column": 8
},
"end": {
"line": 75,
"column": 67
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2249,
"end": 2307,
"loc": {
"start": {
"line": 75,
"column": 8
},
"end": {
"line": 75,
"column": 66
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2249,
"end": 2265,
"loc": {
"start": {
"line": 75,
"column": 8
},
"end": {
"line": 75,
"column": 24
}
},
"object": {
"type": "ThisExpression",
"start": 2249,
"end": 2253,
"loc": {
"start": {
"line": 75,
"column": 8
},
"end": {
"line": 75,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 2254,
"end": 2265,
"loc": {
"start": {
"line": 75,
"column": 13
},
"end": {
"line": 75,
"column": 24
},
"identifierName": "btnCssClass"
},
"name": "btnCssClass"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "CallExpression",
"start": 2268,
"end": 2307,
"loc": {
"start": {
"line": 75,
"column": 27
},
"end": {
"line": 75,
"column": 66
}
},
"callee": {
"type": "Identifier",
"start": 2268,
"end": 2279,
"loc": {
"start": {
"line": 75,
"column": 27
},
"end": {
"line": 75,
"column": 38
},
"identifierName": "defaultsStr"
},
"name": "defaultsStr"
},
"arguments": [
{
"type": "MemberExpression",
"start": 2280,
"end": 2295,
"loc": {
"start": {
"line": 75,
"column": 39
},
"end": {
"line": 75,
"column": 54
}
},
"object": {
"type": "Identifier",
"start": 2280,
"end": 2281,
"loc": {
"start": {
"line": 75,
"column": 39
},
"end": {
"line": 75,
"column": 40
},
"identifierName": "f"
},
"name": "f"
},
"property": {
"type": "Identifier",
"start": 2282,
"end": 2295,
"loc": {
"start": {
"line": 75,
"column": 41
},
"end": {
"line": 75,
"column": 54
},
"identifierName": "btn_css_class"
},
"name": "btn_css_class"
},
"computed": false
},
{
"type": "StringLiteral",
"start": 2297,
"end": 2306,
"loc": {
"start": {
"line": 75,
"column": 56
},
"end": {
"line": 75,
"column": 65
}
},
"extra": {
"rawValue": "helpBtn",
"raw": "'helpBtn'"
},
"value": "helpBtn"
}
]
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Css class for help button\n * @type {String}\n ",
"start": 2162,
"end": 2240,
"loc": {
"start": {
"line": 71,
"column": 8
},
"end": {
"line": 74,
"column": 11
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Css class for help container element\n * @type {String}\n ",
"start": 2318,
"end": 2407,
"loc": {
"start": {
"line": 77,
"column": 8
},
"end": {
"line": 80,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 2416,
"end": 2483,
"loc": {
"start": {
"line": 81,
"column": 8
},
"end": {
"line": 81,
"column": 75
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2416,
"end": 2482,
"loc": {
"start": {
"line": 81,
"column": 8
},
"end": {
"line": 81,
"column": 74
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2416,
"end": 2433,
"loc": {
"start": {
"line": 81,
"column": 8
},
"end": {
"line": 81,
"column": 25
}
},
"object": {
"type": "ThisExpression",
"start": 2416,
"end": 2420,
"loc": {
"start": {
"line": 81,
"column": 8
},
"end": {
"line": 81,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 2421,
"end": 2433,
"loc": {
"start": {
"line": 81,
"column": 13
},
"end": {
"line": 81,
"column": 25
},
"identifierName": "contCssClass"
},
"name": "contCssClass"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "CallExpression",
"start": 2436,
"end": 2482,
"loc": {
"start": {
"line": 81,
"column": 28
},
"end": {
"line": 81,
"column": 74
}
},
"callee": {
"type": "Identifier",
"start": 2436,
"end": 2447,
"loc": {
"start": {
"line": 81,
"column": 28
},
"end": {
"line": 81,
"column": 39
},
"identifierName": "defaultsStr"
},
"name": "defaultsStr"
},
"arguments": [
{
"type": "MemberExpression",
"start": 2448,
"end": 2469,
"loc": {
"start": {
"line": 81,
"column": 40
},
"end": {
"line": 81,
"column": 61
}
},
"object": {
"type": "Identifier",
"start": 2448,
"end": 2449,
"loc": {
"start": {
"line": 81,
"column": 40
},
"end": {
"line": 81,
"column": 41
},
"identifierName": "f"
},
"name": "f"
},
"property": {
"type": "Identifier",
"start": 2450,
"end": 2469,
"loc": {
"start": {
"line": 81,
"column": 42
},
"end": {
"line": 81,
"column": 61
},
"identifierName": "container_css_class"
},
"name": "container_css_class"
},
"computed": false
},
{
"type": "StringLiteral",
"start": 2471,
"end": 2481,
"loc": {
"start": {
"line": 81,
"column": 63
},
"end": {
"line": 81,
"column": 73
}
},
"extra": {
"rawValue": "helpCont",
"raw": "'helpCont'"
},
"value": "helpCont"
}
]
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Css class for help container element\n * @type {String}\n ",
"start": 2318,
"end": 2407,
"loc": {
"start": {
"line": 77,
"column": 8
},
"end": {
"line": 80,
"column": 11
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Button DOM element\n * @type {DOMElement}\n ",
"start": 2493,
"end": 2568,
"loc": {
"start": {
"line": 83,
"column": 8
},
"end": {
"line": 86,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 2577,
"end": 2593,
"loc": {
"start": {
"line": 87,
"column": 8
},
"end": {
"line": 87,
"column": 24
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2577,
"end": 2592,
"loc": {
"start": {
"line": 87,
"column": 8
},
"end": {
"line": 87,
"column": 23
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2577,
"end": 2585,
"loc": {
"start": {
"line": 87,
"column": 8
},
"end": {
"line": 87,
"column": 16
}
},
"object": {
"type": "ThisExpression",
"start": 2577,
"end": 2581,
"loc": {
"start": {
"line": 87,
"column": 8
},
"end": {
"line": 87,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 2582,
"end": 2585,
"loc": {
"start": {
"line": 87,
"column": 13
},
"end": {
"line": 87,
"column": 16
},
"identifierName": "btn"
},
"name": "btn"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "NullLiteral",
"start": 2588,
"end": 2592,
"loc": {
"start": {
"line": 87,
"column": 19
},
"end": {
"line": 87,
"column": 23
}
}
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Button DOM element\n * @type {DOMElement}\n ",
"start": 2493,
"end": 2568,
"loc": {
"start": {
"line": 83,
"column": 8
},
"end": {
"line": 86,
"column": 11
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Help container DOM element\n * @type {DOMElement}\n ",
"start": 2603,
"end": 2686,
"loc": {
"start": {
"line": 89,
"column": 8
},
"end": {
"line": 92,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 2695,
"end": 2712,
"loc": {
"start": {
"line": 93,
"column": 8
},
"end": {
"line": 93,
"column": 25
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2695,
"end": 2711,
"loc": {
"start": {
"line": 93,
"column": 8
},
"end": {
"line": 93,
"column": 24
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2695,
"end": 2704,
"loc": {
"start": {
"line": 93,
"column": 8
},
"end": {
"line": 93,
"column": 17
}
},
"object": {
"type": "ThisExpression",
"start": 2695,
"end": 2699,
"loc": {
"start": {
"line": 93,
"column": 8
},
"end": {
"line": 93,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 2700,
"end": 2704,
"loc": {
"start": {
"line": 93,
"column": 13
},
"end": {
"line": 93,
"column": 17
},
"identifierName": "cont"
},
"name": "cont"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "NullLiteral",
"start": 2707,
"end": 2711,
"loc": {
"start": {
"line": 93,
"column": 20
},
"end": {
"line": 93,
"column": 24
}
}
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Help container DOM element\n * @type {DOMElement}\n ",
"start": 2603,
"end": 2686,
"loc": {
"start": {
"line": 89,
"column": 8
},
"end": {
"line": 92,
"column": 11
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Bound mouseup wrapper\n * @private\n ",
"start": 2722,
"end": 2790,
"loc": {
"start": {
"line": 95,
"column": 8
},
"end": {
"line": 98,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 2799,
"end": 2824,
"loc": {
"start": {
"line": 99,
"column": 8
},
"end": {
"line": 99,
"column": 33
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2799,
"end": 2823,
"loc": {
"start": {
"line": 99,
"column": 8
},
"end": {
"line": 99,
"column": 32
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2799,
"end": 2816,
"loc": {
"start": {
"line": 99,
"column": 8
},
"end": {
"line": 99,
"column": 25
}
},
"object": {
"type": "ThisExpression",
"start": 2799,
"end": 2803,
"loc": {
"start": {
"line": 99,
"column": 8
},
"end": {
"line": 99,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 2804,
"end": 2816,
"loc": {
"start": {
"line": 99,
"column": 13
},
"end": {
"line": 99,
"column": 25
},
"identifierName": "boundMouseup"
},
"name": "boundMouseup"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "NullLiteral",
"start": 2819,
"end": 2823,
"loc": {
"start": {
"line": 99,
"column": 28
},
"end": {
"line": 99,
"column": 32
}
}
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Bound mouseup wrapper\n * @private\n ",
"start": 2722,
"end": 2790,
"loc": {
"start": {
"line": 95,
"column": 8
},
"end": {
"line": 98,
"column": 11
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Default HTML appended to instructions text\n * @type {String}\n ",
"start": 2834,
"end": 2929,
"loc": {
"start": {
"line": 101,
"column": 8
},
"end": {
"line": 104,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 2938,
"end": 3340,
"loc": {
"start": {
"line": 105,
"column": 8
},
"end": {
"line": 110,
"column": 80
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2938,
"end": 3339,
"loc": {
"start": {
"line": 105,
"column": 8
},
"end": {
"line": 110,
"column": 79
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2938,
"end": 2954,
"loc": {
"start": {
"line": 105,
"column": 8
},
"end": {
"line": 105,
"column": 24
}
},
"object": {
"type": "ThisExpression",
"start": 2938,
"end": 2942,
"loc": {
"start": {
"line": 105,
"column": 8
},
"end": {
"line": 105,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 2943,
"end": 2954,
"loc": {
"start": {
"line": 105,
"column": 13
},
"end": {
"line": 105,
"column": 24
},
"identifierName": "defaultHtml"
},
"name": "defaultHtml"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "BinaryExpression",
"start": 2957,
"end": 3339,
"loc": {
"start": {
"line": 105,
"column": 27
},
"end": {
"line": 110,
"column": 79
}
},
"left": {
"type": "BinaryExpression",
"start": 2957,
"end": 3257,
"loc": {
"start": {
"line": 105,
"column": 27
},
"end": {
"line": 109,
"column": 58
}
},
"left": {
"type": "BinaryExpression",
"start": 2957,
"end": 3196,
"loc": {
"start": {
"line": 105,
"column": 27
},
"end": {
"line": 108,
"column": 67
}
},
"left": {
"type": "BinaryExpression",
"start": 2957,
"end": 3175,
"loc": {
"start": {
"line": 105,
"column": 27
},
"end": {
"line": 108,
"column": 46
}
},
"left": {
"type": "BinaryExpression",
"start": 2957,
"end": 3165,
"loc": {
"start": {
"line": 105,
"column": 27
},
"end": {
"line": 108,
"column": 36
}
},
"left": {
"type": "BinaryExpression",
"start": 2957,
"end": 3126,
"loc": {
"start": {
"line": 105,
"column": 27
},
"end": {
"line": 107,
"column": 55
}
},
"left": {
"type": "BinaryExpression",
"start": 2957,
"end": 3117,
"loc": {
"start": {
"line": 105,
"column": 27
},
"end": {
"line": 107,
"column": 46
}
},
"left": {
"type": "BinaryExpression",
"start": 2957,
"end": 3103,
"loc": {
"start": {
"line": 105,
"column": 27
},
"end": {
"line": 107,
"column": 32
}
},
"left": {
"type": "BinaryExpression",
"start": 2957,
"end": 3068,
"loc": {
"start": {
"line": 105,
"column": 27
},
"end": {
"line": 106,
"column": 66
}
},
"left": {
"type": "BinaryExpression",
"start": 2957,
"end": 3054,
"loc": {
"start": {
"line": 105,
"column": 27
},
"end": {
"line": 106,
"column": 52
}
},
"left": {
"type": "BinaryExpression",
"start": 2957,
"end": 3040,
"loc": {
"start": {
"line": 105,
"column": 27
},
"end": {
"line": 106,
"column": 38
}
},
"left": {
"type": "BinaryExpression",
"start": 2957,
"end": 3030,
"loc": {
"start": {
"line": 105,
"column": 27
},
"end": {
"line": 106,
"column": 28
}
},
"left": {
"type": "BinaryExpression",
"start": 2957,
"end": 3017,
"loc": {
"start": {
"line": 105,
"column": 27
},
"end": {
"line": 106,
"column": 15
}
},
"left": {
"type": "StringLiteral",
"start": 2957,
"end": 2999,
"loc": {
"start": {
"line": 105,
"column": 27
},
"end": {
"line": 105,
"column": 69
}
},
"extra": {
"rawValue": "<div class=\"helpFooter\"><h4>TableFilter ",
"raw": "'<div class=\"helpFooter\"><h4>TableFilter '"
},
"value": "<div class=\"helpFooter\"><h4>TableFilter "
},
"operator": "+",
"right": {
"type": "StringLiteral",
"start": 3014,
"end": 3017,
"loc": {
"start": {
"line": 106,
"column": 12
},
"end": {
"line": 106,
"column": 15
}
},
"extra": {
"rawValue": "v",
"raw": "'v'"
},
"value": "v"
}
},
"operator": "+",
"right": {
"type": "MemberExpression",
"start": 3020,
"end": 3030,
"loc": {
"start": {
"line": 106,
"column": 18
},
"end": {
"line": 106,
"column": 28
}
},
"object": {
"type": "Identifier",
"start": 3020,
"end": 3022,
"loc": {
"start": {
"line": 106,
"column": 18
},
"end": {
"line": 106,
"column": 20
},
"identifierName": "tf"
},
"name": "tf"
},
"property": {
"type": "Identifier",
"start": 3023,
"end": 3030,
"loc": {
"start": {
"line": 106,
"column": 21
},
"end": {
"line": 106,
"column": 28
},
"identifierName": "version"
},
"name": "version"
},
"computed": false
}
},
"operator": "+",
"right": {
"type": "StringLiteral",
"start": 3033,
"end": 3040,
"loc": {
"start": {
"line": 106,
"column": 31
},
"end": {
"line": 106,
"column": 38
}
},
"extra": {
"rawValue": "</h4>",
"raw": "'</h4>'"
},
"value": "</h4>"
}
},
"operator": "+",
"right": {
"type": "StringLiteral",
"start": 3043,
"end": 3054,
"loc": {
"start": {
"line": 106,
"column": 41
},
"end": {
"line": 106,
"column": 52
}
},
"extra": {
"rawValue": "<a href=\"",
"raw": "'<a href=\"'"
},
"value": "<a href=\""
}
},
"operator": "+",
"right": {
"type": "Identifier",
"start": 3057,
"end": 3068,
"loc": {
"start": {
"line": 106,
"column": 55
},
"end": {
"line": 106,
"column": 66
},
"identifierName": "WEBSITE_URL"
},
"name": "WEBSITE_URL"
}
},
"operator": "+",
"right": {
"type": "StringLiteral",
"start": 3083,
"end": 3103,
"loc": {
"start": {
"line": 107,
"column": 12
},
"end": {
"line": 107,
"column": 32
}
},
"extra": {
"rawValue": "\" target=\"_blank\">",
"raw": "'\" target=\"_blank\">'"
},
"value": "\" target=\"_blank\">"
}
},
"operator": "+",
"right": {
"type": "Identifier",
"start": 3106,
"end": 3117,
"loc": {
"start": {
"line": 107,
"column": 35
},
"end": {
"line": 107,
"column": 46
},
"identifierName": "WEBSITE_URL"
},
"name": "WEBSITE_URL"
}
},
"operator": "+",
"right": {
"type": "StringLiteral",
"start": 3120,
"end": 3126,
"loc": {
"start": {
"line": 107,
"column": 49
},
"end": {
"line": 107,
"column": 55
}
},
"extra": {
"rawValue": "</a>",
"raw": "'</a>'"
},
"value": "</a>"
}
},
"operator": "+",
"right": {
"type": "StringLiteral",
"start": 3141,
"end": 3165,
"loc": {
"start": {
"line": 108,
"column": 12
},
"end": {
"line": 108,
"column": 36
}
},
"extra": {
"rawValue": "<br/><span>&copy;2015-",
"raw": "'<br/><span>&copy;2015-'"
},
"value": "<br/><span>&copy;2015-"
}
},
"operator": "+",
"right": {
"type": "MemberExpression",
"start": 3168,
"end": 3175,
"loc": {
"start": {
"line": 108,
"column": 39
},
"end": {
"line": 108,
"column": 46
}
},
"object": {
"type": "Identifier",
"start": 3168,
"end": 3170,
"loc": {
"start": {
"line": 108,
"column": 39
},
"end": {
"line": 108,
"column": 41
},
"identifierName": "tf"
},
"name": "tf"
},
"property": {
"type": "Identifier",
"start": 3171,
"end": 3175,
"loc": {
"start": {
"line": 108,
"column": 42
},
"end": {
"line": 108,
"column": 46
},
"identifierName": "year"
},
"name": "year"
},
"computed": false
}
},
"operator": "+",
"right": {
"type": "StringLiteral",
"start": 3178,
"end": 3196,
"loc": {
"start": {
"line": 108,
"column": 49
},
"end": {
"line": 108,
"column": 67
}
},
"extra": {
"rawValue": " {AUTHOR}</span>",
"raw": "' {AUTHOR}</span>'"
},
"value": " {AUTHOR}</span>"
}
},
"operator": "+",
"right": {
"type": "StringLiteral",
"start": 3211,
"end": 3257,
"loc": {
"start": {
"line": 109,
"column": 12
},
"end": {
"line": 109,
"column": 58
}
},
"extra": {
"rawValue": "<div align=\"center\" style=\"margin-top:8px;\">",
"raw": "'<div align=\"center\" style=\"margin-top:8px;\">'"
},
"value": "<div align=\"center\" style=\"margin-top:8px;\">"
}
},
"operator": "+",
"right": {
"type": "StringLiteral",
"start": 3272,
"end": 3339,
"loc": {
"start": {
"line": 110,
"column": 12
},
"end": {
"line": 110,
"column": 79
}
},
"extra": {
"rawValue": "<a href=\"javascript:void(0);\" class=\"close\">Close</a></div></div>",
"raw": "'<a href=\"javascript:void(0);\" class=\"close\">Close</a></div></div>'"
},
"value": "<a href=\"javascript:void(0);\" class=\"close\">Close</a></div></div>"
}
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Default HTML appended to instructions text\n * @type {String}\n ",
"start": 2834,
"end": 2929,
"loc": {
"start": {
"line": 101,
"column": 8
},
"end": {
"line": 104,
"column": 11
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Default position in toolbar ('left'|'center'|'right')\n * @type {String}\n ",
"start": 3350,
"end": 3456,
"loc": {
"start": {
"line": 112,
"column": 8
},
"end": {
"line": 115,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 3465,
"end": 3527,
"loc": {
"start": {
"line": 116,
"column": 8
},
"end": {
"line": 116,
"column": 70
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3465,
"end": 3526,
"loc": {
"start": {
"line": 116,
"column": 8
},
"end": {
"line": 116,
"column": 69
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3465,
"end": 3485,
"loc": {
"start": {
"line": 116,
"column": 8
},
"end": {
"line": 116,
"column": 28
}
},
"object": {
"type": "ThisExpression",
"start": 3465,
"end": 3469,
"loc": {
"start": {
"line": 116,
"column": 8
},
"end": {
"line": 116,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 3470,
"end": 3485,
"loc": {
"start": {
"line": 116,
"column": 13
},
"end": {
"line": 116,
"column": 28
},
"identifierName": "toolbarPosition"
},
"name": "toolbarPosition"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "CallExpression",
"start": 3488,
"end": 3526,
"loc": {
"start": {
"line": 116,
"column": 31
},
"end": {
"line": 116,
"column": 69
}
},
"callee": {
"type": "Identifier",
"start": 3488,
"end": 3499,
"loc": {
"start": {
"line": 116,
"column": 31
},
"end": {
"line": 116,
"column": 42
},
"identifierName": "defaultsStr"
},
"name": "defaultsStr"
},
"arguments": [
{
"type": "MemberExpression",
"start": 3500,
"end": 3518,
"loc": {
"start": {
"line": 116,
"column": 43
},
"end": {
"line": 116,
"column": 61
}
},
"object": {
"type": "Identifier",
"start": 3500,
"end": 3501,
"loc": {
"start": {
"line": 116,
"column": 43
},
"end": {
"line": 116,
"column": 44
},
"identifierName": "f"
},
"name": "f"
},
"property": {
"type": "Identifier",
"start": 3502,
"end": 3518,
"loc": {
"start": {
"line": 116,
"column": 45
},
"end": {
"line": 116,
"column": 61
},
"identifierName": "toolbar_position"
},
"name": "toolbar_position"
},
"computed": false
},
{
"type": "Identifier",
"start": 3520,
"end": 3525,
"loc": {
"start": {
"line": 116,
"column": 63
},
"end": {
"line": 116,
"column": 68
},
"identifierName": "RIGHT"
},
"name": "RIGHT"
}
]
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Default position in toolbar ('left'|'center'|'right')\n * @type {String}\n ",
"start": 3350,
"end": 3456,
"loc": {
"start": {
"line": 112,
"column": 8
},
"end": {
"line": 115,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 3537,
"end": 3587,
"loc": {
"start": {
"line": 118,
"column": 8
},
"end": {
"line": 118,
"column": 58
}
},
"expression": {
"type": "CallExpression",
"start": 3537,
"end": 3586,
"loc": {
"start": {
"line": 118,
"column": 8
},
"end": {
"line": 118,
"column": 57
}
},
"callee": {
"type": "MemberExpression",
"start": 3537,
"end": 3552,
"loc": {
"start": {
"line": 118,
"column": 8
},
"end": {
"line": 118,
"column": 23
}
},
"object": {
"type": "MemberExpression",
"start": 3537,
"end": 3549,
"loc": {
"start": {
"line": 118,
"column": 8
},
"end": {
"line": 118,
"column": 20
}
},
"object": {
"type": "ThisExpression",
"start": 3537,
"end": 3541,
"loc": {
"start": {
"line": 118,
"column": 8
},
"end": {
"line": 118,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 3542,
"end": 3549,
"loc": {
"start": {
"line": 118,
"column": 13
},
"end": {
"line": 118,
"column": 20
},
"identifierName": "emitter"
},
"name": "emitter"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3550,
"end": 3552,
"loc": {
"start": {
"line": 118,
"column": 21
},
"end": {
"line": 118,
"column": 23
},
"identifierName": "on"
},
"name": "on"
},
"computed": false
},
"arguments": [
{
"type": "ArrayExpression",
"start": 3553,
"end": 3566,
"loc": {
"start": {
"line": 118,
"column": 24
},
"end": {
"line": 118,
"column": 37
}
},
"elements": [
{
"type": "StringLiteral",
"start": 3554,
"end": 3565,
"loc": {
"start": {
"line": 118,
"column": 25
},
"end": {
"line": 118,
"column": 36
}
},
"extra": {
"rawValue": "init-help",
"raw": "'init-help'"
},
"value": "init-help"
}
]
},
{
"type": "ArrowFunctionExpression",
"start": 3568,
"end": 3585,
"loc": {
"start": {
"line": 118,
"column": 39
},
"end": {
"line": 118,
"column": 56
}
},
"id": null,
"generator": false,
"expression": true,
"async": false,
"params": [],
"body": {
"type": "CallExpression",
"start": 3574,
"end": 3585,
"loc": {
"start": {
"line": 118,
"column": 45
},
"end": {
"line": 118,
"column": 56
}
},
"callee": {
"type": "MemberExpression",
"start": 3574,
"end": 3583,
"loc": {
"start": {
"line": 118,
"column": 45
},
"end": {
"line": 118,
"column": 54
}
},
"object": {
"type": "ThisExpression",
"start": 3574,
"end": 3578,
"loc": {
"start": {
"line": 118,
"column": 45
},
"end": {
"line": 118,
"column": 49
}
}
},
"property": {
"type": "Identifier",
"start": 3579,
"end": 3583,
"loc": {
"start": {
"line": 118,
"column": 50
},
"end": {
"line": 118,
"column": 54
},
"identifierName": "init"
},
"name": "init"
},
"computed": false
},
"arguments": []
}
}
]
}
}
],
"directives": [],
"trailingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Creates an instance of Help\n * @param {TableFilter} tf TableFilter instance\n ",
"start": 560,
"end": 658,
"loc": {
"start": {
"line": 19,
"column": 4
},
"end": {
"line": 22,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Mouse-up event handler handling popup auto-close behaviour\n * @private\n ",
"start": 3599,
"end": 3692,
"loc": {
"start": {
"line": 121,
"column": 4
},
"end": {
"line": 124,
"column": 7
}
}
}
]
},
{
"type": "ClassMethod",
"start": 3697,
"end": 4017,
"loc": {
"start": {
"line": 125,
"column": 4
},
"end": {
"line": 137,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 3697,
"end": 3706,
"loc": {
"start": {
"line": 125,
"column": 4
},
"end": {
"line": 125,
"column": 13
},
"identifierName": "onMouseup"
},
"name": "onMouseup",
"leadingComments": null
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 3707,
"end": 3710,
"loc": {
"start": {
"line": 125,
"column": 14
},
"end": {
"line": 125,
"column": 17
},
"identifierName": "evt"
},
"name": "evt"
}
],
"body": {
"type": "BlockStatement",
"start": 3712,
"end": 4017,
"loc": {
"start": {
"line": 125,
"column": 19
},
"end": {
"line": 137,
"column": 5
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 3722,
"end": 3753,
"loc": {
"start": {
"line": 126,
"column": 8
},
"end": {
"line": 126,
"column": 39
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 3726,
"end": 3752,
"loc": {
"start": {
"line": 126,
"column": 12
},
"end": {
"line": 126,
"column": 38
}
},
"id": {
"type": "Identifier",
"start": 3726,
"end": 3735,
"loc": {
"start": {
"line": 126,
"column": 12
},
"end": {
"line": 126,
"column": 21
},
"identifierName": "targetElm"
},
"name": "targetElm"
},
"init": {
"type": "CallExpression",
"start": 3738,
"end": 3752,
"loc": {
"start": {
"line": 126,
"column": 24
},
"end": {
"line": 126,
"column": 38
}
},
"callee": {
"type": "Identifier",
"start": 3738,
"end": 3747,
"loc": {
"start": {
"line": 126,
"column": 24
},
"end": {
"line": 126,
"column": 33
},
"identifierName": "targetEvt"
},
"name": "targetEvt"
},
"arguments": [
{
"type": "Identifier",
"start": 3748,
"end": 3751,
"loc": {
"start": {
"line": 126,
"column": 34
},
"end": {
"line": 126,
"column": 37
},
"identifierName": "evt"
},
"name": "evt"
}
]
}
}
],
"kind": "let"
},
{
"type": "WhileStatement",
"start": 3763,
"end": 3891,
"loc": {
"start": {
"line": 128,
"column": 8
},
"end": {
"line": 130,
"column": 9
}
},
"test": {
"type": "LogicalExpression",
"start": 3770,
"end": 3832,
"loc": {
"start": {
"line": 128,
"column": 15
},
"end": {
"line": 128,
"column": 77
}
},
"left": {
"type": "LogicalExpression",
"start": 3770,
"end": 3806,
"loc": {
"start": {
"line": 128,
"column": 15
},
"end": {
"line": 128,
"column": 51
}
},
"left": {
"type": "Identifier",
"start": 3770,
"end": 3779,
"loc": {
"start": {
"line": 128,
"column": 15
},
"end": {
"line": 128,
"column": 24
},
"identifierName": "targetElm"
},
"name": "targetElm"
},
"operator": "&&",
"right": {
"type": "BinaryExpression",
"start": 3783,
"end": 3806,
"loc": {
"start": {
"line": 128,
"column": 28
},
"end": {
"line": 128,
"column": 51
}
},
"left": {
"type": "Identifier",
"start": 3783,
"end": 3792,
"loc": {
"start": {
"line": 128,
"column": 28
},
"end": {
"line": 128,
"column": 37
},
"identifierName": "targetElm"
},
"name": "targetElm"
},
"operator": "!==",
"right": {
"type": "MemberExpression",
"start": 3797,
"end": 3806,
"loc": {
"start": {
"line": 128,
"column": 42
},
"end": {
"line": 128,
"column": 51
}
},
"object": {
"type": "ThisExpression",
"start": 3797,
"end": 3801,
"loc": {
"start": {
"line": 128,
"column": 42
},
"end": {
"line": 128,
"column": 46
}
}
},
"property": {
"type": "Identifier",
"start": 3802,
"end": 3806,
"loc": {
"start": {
"line": 128,
"column": 47
},
"end": {
"line": 128,
"column": 51
},
"identifierName": "cont"
},
"name": "cont"
},
"computed": false
}
}
},
"operator": "&&",
"right": {
"type": "BinaryExpression",
"start": 3810,
"end": 3832,
"loc": {
"start": {
"line": 128,
"column": 55
},
"end": {
"line": 128,
"column": 77
}
},
"left": {
"type": "Identifier",
"start": 3810,
"end": 3819,
"loc": {
"start": {
"line": 128,
"column": 55
},
"end": {
"line": 128,
"column": 64
},
"identifierName": "targetElm"
},
"name": "targetElm"
},
"operator": "!==",
"right": {
"type": "MemberExpression",
"start": 3824,
"end": 3832,
"loc": {
"start": {
"line": 128,
"column": 69
},
"end": {
"line": 128,
"column": 77
}
},
"object": {
"type": "ThisExpression",
"start": 3824,
"end": 3828,
"loc": {
"start": {
"line": 128,
"column": 69
},
"end": {
"line": 128,
"column": 73
}
}
},
"property": {
"type": "Identifier",
"start": 3829,
"end": 3832,
"loc": {
"start": {
"line": 128,
"column": 74
},
"end": {
"line": 128,
"column": 77
},
"identifierName": "btn"
},
"name": "btn"
},
"computed": false
}
}
},
"body": {
"type": "BlockStatement",
"start": 3834,
"end": 3891,
"loc": {
"start": {
"line": 128,
"column": 79
},
"end": {
"line": 130,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 3848,
"end": 3881,
"loc": {
"start": {
"line": 129,
"column": 12
},
"end": {
"line": 129,
"column": 45
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3848,
"end": 3880,
"loc": {
"start": {
"line": 129,
"column": 12
},
"end": {
"line": 129,
"column": 44
}
},
"operator": "=",
"left": {
"type": "Identifier",
"start": 3848,
"end": 3857,
"loc": {
"start": {
"line": 129,
"column": 12
},
"end": {
"line": 129,
"column": 21
},
"identifierName": "targetElm"
},
"name": "targetElm"
},
"right": {
"type": "MemberExpression",
"start": 3860,
"end": 3880,
"loc": {
"start": {
"line": 129,
"column": 24
},
"end": {
"line": 129,
"column": 44
}
},
"object": {
"type": "Identifier",
"start": 3860,
"end": 3869,
"loc": {
"start": {
"line": 129,
"column": 24
},
"end": {
"line": 129,
"column": 33
},
"identifierName": "targetElm"
},
"name": "targetElm"
},
"property": {
"type": "Identifier",
"start": 3870,
"end": 3880,
"loc": {
"start": {
"line": 129,
"column": 34
},
"end": {
"line": 129,
"column": 44
},
"identifierName": "parentNode"
},
"name": "parentNode"
},
"computed": false
}
}
}
],
"directives": []
}
},
{
"type": "IfStatement",
"start": 3901,
"end": 3994,
"loc": {
"start": {
"line": 132,
"column": 8
},
"end": {
"line": 134,
"column": 9
}
},
"test": {
"type": "LogicalExpression",
"start": 3905,
"end": 3954,
"loc": {
"start": {
"line": 132,
"column": 12
},
"end": {
"line": 132,
"column": 61
}
},
"left": {
"type": "BinaryExpression",
"start": 3905,
"end": 3928,
"loc": {
"start": {
"line": 132,
"column": 12
},
"end": {
"line": 132,
"column": 35
}
},
"left": {
"type": "Identifier",
"start": 3905,
"end": 3914,
"loc": {
"start": {
"line": 132,
"column": 12
},
"end": {
"line": 132,
"column": 21
},
"identifierName": "targetElm"
},
"name": "targetElm"
},
"operator": "!==",
"right": {
"type": "MemberExpression",
"start": 3919,
"end": 3928,
"loc": {
"start": {
"line": 132,
"column": 26
},
"end": {
"line": 132,
"column": 35
}
},
"object": {
"type": "ThisExpression",
"start": 3919,
"end": 3923,
"loc": {
"start": {
"line": 132,
"column": 26
},
"end": {
"line": 132,
"column": 30
}
}
},
"property": {
"type": "Identifier",
"start": 3924,
"end": 3928,
"loc": {
"start": {
"line": 132,
"column": 31
},
"end": {
"line": 132,
"column": 35
},
"identifierName": "cont"
},
"name": "cont"
},
"computed": false
}
},
"operator": "&&",
"right": {
"type": "BinaryExpression",
"start": 3932,
"end": 3954,
"loc": {
"start": {
"line": 132,
"column": 39
},
"end": {
"line": 132,
"column": 61
}
},
"left": {
"type": "Identifier",
"start": 3932,
"end": 3941,
"loc": {
"start": {
"line": 132,
"column": 39
},
"end": {
"line": 132,
"column": 48
},
"identifierName": "targetElm"
},
"name": "targetElm"
},
"operator": "!==",
"right": {
"type": "MemberExpression",
"start": 3946,
"end": 3954,
"loc": {
"start": {
"line": 132,
"column": 53
},
"end": {
"line": 132,
"column": 61
}
},
"object": {
"type": "ThisExpression",
"start": 3946,
"end": 3950,
"loc": {
"start": {
"line": 132,
"column": 53
},
"end": {
"line": 132,
"column": 57
}
}
},
"property": {
"type": "Identifier",
"start": 3951,
"end": 3954,
"loc": {
"start": {
"line": 132,
"column": 58
},
"end": {
"line": 132,
"column": 61
},
"identifierName": "btn"
},
"name": "btn"
},
"computed": false
}
}
},
"consequent": {
"type": "BlockStatement",
"start": 3956,
"end": 3994,
"loc": {
"start": {
"line": 132,
"column": 63
},
"end": {
"line": 134,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 3970,
"end": 3984,
"loc": {
"start": {
"line": 133,
"column": 12
},
"end": {
"line": 133,
"column": 26
}
},
"expression": {
"type": "CallExpression",
"start": 3970,
"end": 3983,
"loc": {
"start": {
"line": 133,
"column": 12
},
"end": {
"line": 133,
"column": 25
}
},
"callee": {
"type": "MemberExpression",
"start": 3970,
"end": 3981,
"loc": {
"start": {
"line": 133,
"column": 12
},
"end": {
"line": 133,
"column": 23
}
},
"object": {
"type": "ThisExpression",
"start": 3970,
"end": 3974,
"loc": {
"start": {
"line": 133,
"column": 12
},
"end": {
"line": 133,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 3975,
"end": 3981,
"loc": {
"start": {
"line": 133,
"column": 17
},
"end": {
"line": 133,
"column": 23
},
"identifierName": "toggle"
},
"name": "toggle"
},
"computed": false
},
"arguments": []
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "ReturnStatement",
"start": 4004,
"end": 4011,
"loc": {
"start": {
"line": 136,
"column": 8
},
"end": {
"line": 136,
"column": 15
}
},
"argument": null
}
],
"directives": [],
"trailingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Mouse-up event handler handling popup auto-close behaviour\n * @private\n ",
"start": 3599,
"end": 3692,
"loc": {
"start": {
"line": 121,
"column": 4
},
"end": {
"line": 124,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Initialise Help instance\n ",
"start": 4023,
"end": 4066,
"loc": {
"start": {
"line": 139,
"column": 4
},
"end": {
"line": 141,
"column": 7
}
}
}
]
},
{
"type": "ClassMethod",
"start": 4071,
"end": 5906,
"loc": {
"start": {
"line": 142,
"column": 4
},
"end": {
"line": 199,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 4071,
"end": 4075,
"loc": {
"start": {
"line": 142,
"column": 4
},
"end": {
"line": 142,
"column": 8
},
"identifierName": "init"
},
"name": "init",
"leadingComments": null
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 4078,
"end": 5906,
"loc": {
"start": {
"line": 142,
"column": 11
},
"end": {
"line": 199,
"column": 5
}
},
"body": [
{
"type": "IfStatement",
"start": 4088,
"end": 4141,
"loc": {
"start": {
"line": 143,
"column": 8
},
"end": {
"line": 145,
"column": 9
}
},
"test": {
"type": "MemberExpression",
"start": 4092,
"end": 4108,
"loc": {
"start": {
"line": 143,
"column": 12
},
"end": {
"line": 143,
"column": 28
}
},
"object": {
"type": "ThisExpression",
"start": 4092,
"end": 4096,
"loc": {
"start": {
"line": 143,
"column": 12
},
"end": {
"line": 143,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 4097,
"end": 4108,
"loc": {
"start": {
"line": 143,
"column": 17
},
"end": {
"line": 143,
"column": 28
},
"identifierName": "initialized"
},
"name": "initialized"
},
"computed": false
},
"consequent": {
"type": "BlockStatement",
"start": 4110,
"end": 4141,
"loc": {
"start": {
"line": 143,
"column": 30
},
"end": {
"line": 145,
"column": 9
}
},
"body": [
{
"type": "ReturnStatement",
"start": 4124,
"end": 4131,
"loc": {
"start": {
"line": 144,
"column": 12
},
"end": {
"line": 144,
"column": 19
}
},
"argument": null
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 4151,
"end": 4220,
"loc": {
"start": {
"line": 147,
"column": 8
},
"end": {
"line": 147,
"column": 77
}
},
"expression": {
"type": "CallExpression",
"start": 4151,
"end": 4219,
"loc": {
"start": {
"line": 147,
"column": 8
},
"end": {
"line": 147,
"column": 76
}
},
"callee": {
"type": "MemberExpression",
"start": 4151,
"end": 4168,
"loc": {
"start": {
"line": 147,
"column": 8
},
"end": {
"line": 147,
"column": 25
}
},
"object": {
"type": "MemberExpression",
"start": 4151,
"end": 4163,
"loc": {
"start": {
"line": 147,
"column": 8
},
"end": {
"line": 147,
"column": 20
}
},
"object": {
"type": "ThisExpression",
"start": 4151,
"end": 4155,
"loc": {
"start": {
"line": 147,
"column": 8
},
"end": {
"line": 147,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 4156,
"end": 4163,
"loc": {
"start": {
"line": 147,
"column": 13
},
"end": {
"line": 147,
"column": 20
},
"identifierName": "emitter"
},
"name": "emitter"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4164,
"end": 4168,
"loc": {
"start": {
"line": 147,
"column": 21
},
"end": {
"line": 147,
"column": 25
},
"identifierName": "emit"
},
"name": "emit"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 4169,
"end": 4191,
"loc": {
"start": {
"line": 147,
"column": 26
},
"end": {
"line": 147,
"column": 48
}
},
"extra": {
"rawValue": "initializing-feature",
"raw": "'initializing-feature'"
},
"value": "initializing-feature"
},
{
"type": "ThisExpression",
"start": 4193,
"end": 4197,
"loc": {
"start": {
"line": 147,
"column": 50
},
"end": {
"line": 147,
"column": 54
}
}
},
{
"type": "UnaryExpression",
"start": 4199,
"end": 4218,
"loc": {
"start": {
"line": 147,
"column": 56
},
"end": {
"line": 147,
"column": 75
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "CallExpression",
"start": 4200,
"end": 4218,
"loc": {
"start": {
"line": 147,
"column": 57
},
"end": {
"line": 147,
"column": 75
}
},
"callee": {
"type": "Identifier",
"start": 4200,
"end": 4206,
"loc": {
"start": {
"line": 147,
"column": 57
},
"end": {
"line": 147,
"column": 63
},
"identifierName": "isNull"
},
"name": "isNull"
},
"arguments": [
{
"type": "MemberExpression",
"start": 4207,
"end": 4217,
"loc": {
"start": {
"line": 147,
"column": 64
},
"end": {
"line": 147,
"column": 74
}
},
"object": {
"type": "ThisExpression",
"start": 4207,
"end": 4211,
"loc": {
"start": {
"line": 147,
"column": 64
},
"end": {
"line": 147,
"column": 68
}
}
},
"property": {
"type": "Identifier",
"start": 4212,
"end": 4217,
"loc": {
"start": {
"line": 147,
"column": 69
},
"end": {
"line": 147,
"column": 74
},
"identifierName": "tgtId"
},
"name": "tgtId"
},
"computed": false
}
]
},
"extra": {
"parenthesizedArgument": false
}
}
]
}
},
{
"type": "VariableDeclaration",
"start": 4230,
"end": 4247,
"loc": {
"start": {
"line": 149,
"column": 8
},
"end": {
"line": 149,
"column": 25
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4234,
"end": 4246,
"loc": {
"start": {
"line": 149,
"column": 12
},
"end": {
"line": 149,
"column": 24
}
},
"id": {
"type": "Identifier",
"start": 4234,
"end": 4236,
"loc": {
"start": {
"line": 149,
"column": 12
},
"end": {
"line": 149,
"column": 14
},
"identifierName": "tf"
},
"name": "tf"
},
"init": {
"type": "MemberExpression",
"start": 4239,
"end": 4246,
"loc": {
"start": {
"line": 149,
"column": 17
},
"end": {
"line": 149,
"column": 24
}
},
"object": {
"type": "ThisExpression",
"start": 4239,
"end": 4243,
"loc": {
"start": {
"line": 149,
"column": 17
},
"end": {
"line": 149,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"start": 4244,
"end": 4246,
"loc": {
"start": {
"line": 149,
"column": 22
},
"end": {
"line": 149,
"column": 24
},
"identifierName": "tf"
},
"name": "tf"
},
"computed": false
}
}
],
"kind": "let"
},
{
"type": "VariableDeclaration",
"start": 4257,
"end": 4285,
"loc": {
"start": {
"line": 151,
"column": 8
},
"end": {
"line": 151,
"column": 36
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4261,
"end": 4284,
"loc": {
"start": {
"line": 151,
"column": 12
},
"end": {
"line": 151,
"column": 35
}
},
"id": {
"type": "Identifier",
"start": 4261,
"end": 4264,
"loc": {
"start": {
"line": 151,
"column": 12
},
"end": {
"line": 151,
"column": 15
},
"identifierName": "btn"
},
"name": "btn"
},
"init": {
"type": "CallExpression",
"start": 4267,
"end": 4284,
"loc": {
"start": {
"line": 151,
"column": 18
},
"end": {
"line": 151,
"column": 35
}
},
"callee": {
"type": "Identifier",
"start": 4267,
"end": 4276,
"loc": {
"start": {
"line": 151,
"column": 18
},
"end": {
"line": 151,
"column": 27
},
"identifierName": "createElm"
},
"name": "createElm"
},
"arguments": [
{
"type": "StringLiteral",
"start": 4277,
"end": 4283,
"loc": {
"start": {
"line": 151,
"column": 28
},
"end": {
"line": 151,
"column": 34
}
},
"extra": {
"rawValue": "span",
"raw": "'span'"
},
"value": "span"
}
]
}
}
],
"kind": "let"
},
{
"type": "VariableDeclaration",
"start": 4294,
"end": 4322,
"loc": {
"start": {
"line": 152,
"column": 8
},
"end": {
"line": 152,
"column": 36
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4298,
"end": 4321,
"loc": {
"start": {
"line": 152,
"column": 12
},
"end": {
"line": 152,
"column": 35
}
},
"id": {
"type": "Identifier",
"start": 4298,
"end": 4302,
"loc": {
"start": {
"line": 152,
"column": 12
},
"end": {
"line": 152,
"column": 16
},
"identifierName": "cont"
},
"name": "cont"
},
"init": {
"type": "CallExpression",
"start": 4305,
"end": 4321,
"loc": {
"start": {
"line": 152,
"column": 19
},
"end": {
"line": 152,
"column": 35
}
},
"callee": {
"type": "Identifier",
"start": 4305,
"end": 4314,
"loc": {
"start": {
"line": 152,
"column": 19
},
"end": {
"line": 152,
"column": 28
},
"identifierName": "createElm"
},
"name": "createElm"
},
"arguments": [
{
"type": "StringLiteral",
"start": 4315,
"end": 4320,
"loc": {
"start": {
"line": 152,
"column": 29
},
"end": {
"line": 152,
"column": 34
}
},
"extra": {
"rawValue": "div",
"raw": "'div'"
},
"value": "div"
}
]
}
}
],
"kind": "let"
},
{
"type": "ExpressionStatement",
"start": 4332,
"end": 4378,
"loc": {
"start": {
"line": 154,
"column": 8
},
"end": {
"line": 154,
"column": 54
}
},
"expression": {
"type": "AssignmentExpression",
"start": 4332,
"end": 4377,
"loc": {
"start": {
"line": 154,
"column": 8
},
"end": {
"line": 154,
"column": 53
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 4332,
"end": 4349,
"loc": {
"start": {
"line": 154,
"column": 8
},
"end": {
"line": 154,
"column": 25
}
},
"object": {
"type": "ThisExpression",
"start": 4332,
"end": 4336,
"loc": {
"start": {
"line": 154,
"column": 8
},
"end": {
"line": 154,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 4337,
"end": 4349,
"loc": {
"start": {
"line": 154,
"column": 13
},
"end": {
"line": 154,
"column": 25
},
"identifierName": "boundMouseup"
},
"name": "boundMouseup"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 4352,
"end": 4377,
"loc": {
"start": {
"line": 154,
"column": 28
},
"end": {
"line": 154,
"column": 53
}
},
"callee": {
"type": "MemberExpression",
"start": 4352,
"end": 4371,
"loc": {
"start": {
"line": 154,
"column": 28
},
"end": {
"line": 154,
"column": 47
}
},
"object": {
"type": "MemberExpression",
"start": 4352,
"end": 4366,
"loc": {
"start": {
"line": 154,
"column": 28
},
"end": {
"line": 154,
"column": 42
}
},
"object": {
"type": "ThisExpression",
"start": 4352,
"end": 4356,
"loc": {
"start": {
"line": 154,
"column": 28
},
"end": {
"line": 154,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"start": 4357,
"end": 4366,
"loc": {
"start": {
"line": 154,
"column": 33
},
"end": {
"line": 154,
"column": 42
},
"identifierName": "onMouseup"
},
"name": "onMouseup"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4367,
"end": 4371,
"loc": {
"start": {
"line": 154,
"column": 43
},
"end": {
"line": 154,
"column": 47
},
"identifierName": "bind"
},
"name": "bind"
},
"computed": false
},
"arguments": [
{
"type": "ThisExpression",
"start": 4372,
"end": 4376,
"loc": {
"start": {
"line": 154,
"column": 48
},
"end": {
"line": 154,
"column": 52
}
}
}
]
}
},
"trailingComments": [
{
"type": "CommentLine",
"value": "help button is added to defined element",
"start": 4388,
"end": 4429,
"loc": {
"start": {
"line": 156,
"column": 8
},
"end": {
"line": 156,
"column": 49
}
}
}
]
},
{
"type": "VariableDeclaration",
"start": 4438,
"end": 4563,
"loc": {
"start": {
"line": 157,
"column": 8
},
"end": {
"line": 159,
"column": 28
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4442,
"end": 4562,
"loc": {
"start": {
"line": 157,
"column": 12
},
"end": {
"line": 159,
"column": 27
}
},
"id": {
"type": "Identifier",
"start": 4442,
"end": 4450,
"loc": {
"start": {
"line": 157,
"column": 12
},
"end": {
"line": 157,
"column": 20
},
"identifierName": "targetEl"
},
"name": "targetEl",
"leadingComments": null
},
"init": {
"type": "ConditionalExpression",
"start": 4453,
"end": 4562,
"loc": {
"start": {
"line": 157,
"column": 23
},
"end": {
"line": 159,
"column": 27
}
},
"test": {
"type": "UnaryExpression",
"start": 4453,
"end": 4464,
"loc": {
"start": {
"line": 157,
"column": 23
},
"end": {
"line": 157,
"column": 34
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 4454,
"end": 4464,
"loc": {
"start": {
"line": 157,
"column": 24
},
"end": {
"line": 157,
"column": 34
}
},
"object": {
"type": "ThisExpression",
"start": 4454,
"end": 4458,
"loc": {
"start": {
"line": 157,
"column": 24
},
"end": {
"line": 157,
"column": 28
}
}
},
"property": {
"type": "Identifier",
"start": 4459,
"end": 4464,
"loc": {
"start": {
"line": 157,
"column": 29
},
"end": {
"line": 157,
"column": 34
},
"identifierName": "tgtId"
},
"name": "tgtId"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "CallExpression",
"start": 4479,
"end": 4532,
"loc": {
"start": {
"line": 158,
"column": 12
},
"end": {
"line": 158,
"column": 65
}
},
"callee": {
"type": "MemberExpression",
"start": 4479,
"end": 4510,
"loc": {
"start": {
"line": 158,
"column": 12
},
"end": {
"line": 158,
"column": 43
}
},
"object": {
"type": "CallExpression",
"start": 4479,
"end": 4500,
"loc": {
"start": {
"line": 158,
"column": 12
},
"end": {
"line": 158,
"column": 33
}
},
"callee": {
"type": "MemberExpression",
"start": 4479,
"end": 4489,
"loc": {
"start": {
"line": 158,
"column": 12
},
"end": {
"line": 158,
"column": 22
}
},
"object": {
"type": "Identifier",
"start": 4479,
"end": 4481,
"loc": {
"start": {
"line": 158,
"column": 12
},
"end": {
"line": 158,
"column": 14
},
"identifierName": "tf"
},
"name": "tf"
},
"property": {
"type": "Identifier",
"start": 4482,
"end": 4489,
"loc": {
"start": {
"line": 158,
"column": 15
},
"end": {
"line": 158,
"column": 22
},
"identifierName": "feature"
},
"name": "feature"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 4490,
"end": 4499,
"loc": {
"start": {
"line": 158,
"column": 23
},
"end": {
"line": 158,
"column": 32
}
},
"extra": {
"rawValue": "toolbar",
"raw": "'toolbar'"
},
"value": "toolbar"
}
]
},
"property": {
"type": "Identifier",
"start": 4501,
"end": 4510,
"loc": {
"start": {
"line": 158,
"column": 34
},
"end": {
"line": 158,
"column": 43
},
"identifierName": "container"
},
"name": "container"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 4511,
"end": 4531,
"loc": {
"start": {
"line": 158,
"column": 44
},
"end": {
"line": 158,
"column": 64
}
},
"object": {
"type": "ThisExpression",
"start": 4511,
"end": 4515,
"loc": {
"start": {
"line": 158,
"column": 44
},
"end": {
"line": 158,
"column": 48
}
}
},
"property": {
"type": "Identifier",
"start": 4516,
"end": 4531,
"loc": {
"start": {
"line": 158,
"column": 49
},
"end": {
"line": 158,
"column": 64
},
"identifierName": "toolbarPosition"
},
"name": "toolbarPosition"
},
"computed": false
}
]
},
"alternate": {
"type": "CallExpression",
"start": 4547,
"end": 4562,
"loc": {
"start": {
"line": 159,
"column": 12
},
"end": {
"line": 159,
"column": 27
}
},
"callee": {
"type": "Identifier",
"start": 4547,
"end": 4550,
"loc": {
"start": {
"line": 159,
"column": 12
},
"end": {
"line": 159,
"column": 15
},
"identifierName": "elm"
},
"name": "elm"
},
"arguments": [
{
"type": "MemberExpression",
"start": 4551,
"end": 4561,
"loc": {
"start": {
"line": 159,
"column": 16
},
"end": {
"line": 159,
"column": 26
}
},
"object": {
"type": "ThisExpression",
"start": 4551,
"end": 4555,
"loc": {
"start": {
"line": 159,
"column": 16
},
"end": {
"line": 159,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"start": 4556,
"end": 4561,
"loc": {
"start": {
"line": 159,
"column": 21
},
"end": {
"line": 159,
"column": 26
},
"identifierName": "tgtId"
},
"name": "tgtId"
},
"computed": false
}
]
}
},
"leadingComments": null
}
],
"kind": "let",
"leadingComments": [
{
"type": "CommentLine",
"value": "help button is added to defined element",
"start": 4388,
"end": 4429,
"loc": {
"start": {
"line": 156,
"column": 8
},
"end": {
"line": 156,
"column": 49
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 4572,
"end": 4598,
"loc": {
"start": {
"line": 160,
"column": 8
},
"end": {
"line": 160,
"column": 34
}
},
"expression": {
"type": "CallExpression",
"start": 4572,
"end": 4597,
"loc": {
"start": {
"line": 160,
"column": 8
},
"end": {
"line": 160,
"column": 33
}
},
"callee": {
"type": "MemberExpression",
"start": 4572,
"end": 4592,
"loc": {
"start": {
"line": 160,
"column": 8
},
"end": {
"line": 160,
"column": 28
}
},
"object": {
"type": "Identifier",
"start": 4572,
"end": 4580,
"loc": {
"start": {
"line": 160,
"column": 8
},
"end": {
"line": 160,
"column": 16
},
"identifierName": "targetEl"
},
"name": "targetEl"
},
"property": {
"type": "Identifier",
"start": 4581,
"end": 4592,
"loc": {
"start": {
"line": 160,
"column": 17
},
"end": {
"line": 160,
"column": 28
},
"identifierName": "appendChild"
},
"name": "appendChild"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 4593,
"end": 4596,
"loc": {
"start": {
"line": 160,
"column": 29
},
"end": {
"line": 160,
"column": 32
},
"identifierName": "btn"
},
"name": "btn"
}
]
}
},
{
"type": "VariableDeclaration",
"start": 4608,
"end": 4671,
"loc": {
"start": {
"line": 162,
"column": 8
},
"end": {
"line": 162,
"column": 71
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4612,
"end": 4670,
"loc": {
"start": {
"line": 162,
"column": 12
},
"end": {
"line": 162,
"column": 70
}
},
"id": {
"type": "Identifier",
"start": 4612,
"end": 4624,
"loc": {
"start": {
"line": 162,
"column": 12
},
"end": {
"line": 162,
"column": 24
},
"identifierName": "divContainer"
},
"name": "divContainer"
},
"init": {
"type": "ConditionalExpression",
"start": 4627,
"end": 4670,
"loc": {
"start": {
"line": 162,
"column": 27
},
"end": {
"line": 162,
"column": 70
}
},
"test": {
"type": "UnaryExpression",
"start": 4627,
"end": 4642,
"loc": {
"start": {
"line": 162,
"column": 27
},
"end": {
"line": 162,
"column": 42
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 4628,
"end": 4642,
"loc": {
"start": {
"line": 162,
"column": 28
},
"end": {
"line": 162,
"column": 42
}
},
"object": {
"type": "ThisExpression",
"start": 4628,
"end": 4632,
"loc": {
"start": {
"line": 162,
"column": 28
},
"end": {
"line": 162,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"start": 4633,
"end": 4642,
"loc": {
"start": {
"line": 162,
"column": 33
},
"end": {
"line": 162,
"column": 42
},
"identifierName": "contTgtId"
},
"name": "contTgtId"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "Identifier",
"start": 4645,
"end": 4648,
"loc": {
"start": {
"line": 162,
"column": 45
},
"end": {
"line": 162,
"column": 48
},
"identifierName": "btn"
},
"name": "btn"
},
"alternate": {
"type": "CallExpression",
"start": 4651,
"end": 4670,
"loc": {
"start": {
"line": 162,
"column": 51
},
"end": {
"line": 162,
"column": 70
}
},
"callee": {
"type": "Identifier",
"start": 4651,
"end": 4654,
"loc": {
"start": {
"line": 162,
"column": 51
},
"end": {
"line": 162,
"column": 54
},
"identifierName": "elm"
},
"name": "elm"
},
"arguments": [
{
"type": "MemberExpression",
"start": 4655,
"end": 4669,
"loc": {
"start": {
"line": 162,
"column": 55
},
"end": {
"line": 162,
"column": 69
}
},
"object": {
"type": "ThisExpression",
"start": 4655,
"end": 4659,
"loc": {
"start": {
"line": 162,
"column": 55
},
"end": {
"line": 162,
"column": 59
}
}
},
"property": {
"type": "Identifier",
"start": 4660,
"end": 4669,
"loc": {
"start": {
"line": 162,
"column": 60
},
"end": {
"line": 162,
"column": 69
},
"identifierName": "contTgtId"
},
"name": "contTgtId"
},
"computed": false
}
]
}
}
}
],
"kind": "let"
},
{
"type": "IfStatement",
"start": 4681,
"end": 5243,
"loc": {
"start": {
"line": 164,
"column": 8
},
"end": {
"line": 176,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 4685,
"end": 4698,
"loc": {
"start": {
"line": 164,
"column": 12
},
"end": {
"line": 164,
"column": 25
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 4686,
"end": 4698,
"loc": {
"start": {
"line": 164,
"column": 13
},
"end": {
"line": 164,
"column": 25
}
},
"object": {
"type": "ThisExpression",
"start": 4686,
"end": 4690,
"loc": {
"start": {
"line": 164,
"column": 13
},
"end": {
"line": 164,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"start": 4691,
"end": 4698,
"loc": {
"start": {
"line": 164,
"column": 18
},
"end": {
"line": 164,
"column": 25
},
"identifierName": "btnHtml"
},
"name": "btnHtml"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 4700,
"end": 5041,
"loc": {
"start": {
"line": 164,
"column": 27
},
"end": {
"line": 171,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 4714,
"end": 4745,
"loc": {
"start": {
"line": 165,
"column": 12
},
"end": {
"line": 165,
"column": 43
}
},
"expression": {
"type": "CallExpression",
"start": 4714,
"end": 4744,
"loc": {
"start": {
"line": 165,
"column": 12
},
"end": {
"line": 165,
"column": 42
}
},
"callee": {
"type": "MemberExpression",
"start": 4714,
"end": 4738,
"loc": {
"start": {
"line": 165,
"column": 12
},
"end": {
"line": 165,
"column": 36
}
},
"object": {
"type": "Identifier",
"start": 4714,
"end": 4726,
"loc": {
"start": {
"line": 165,
"column": 12
},
"end": {
"line": 165,
"column": 24
},
"identifierName": "divContainer"
},
"name": "divContainer"
},
"property": {
"type": "Identifier",
"start": 4727,
"end": 4738,
"loc": {
"start": {
"line": 165,
"column": 25
},
"end": {
"line": 165,
"column": 36
},
"identifierName": "appendChild"
},
"name": "appendChild"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 4739,
"end": 4743,
"loc": {
"start": {
"line": 165,
"column": 37
},
"end": {
"line": 165,
"column": 41
},
"identifierName": "cont"
},
"name": "cont"
}
]
}
},
{
"type": "VariableDeclaration",
"start": 4758,
"end": 4821,
"loc": {
"start": {
"line": 166,
"column": 12
},
"end": {
"line": 166,
"column": 75
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4762,
"end": 4820,
"loc": {
"start": {
"line": 166,
"column": 16
},
"end": {
"line": 166,
"column": 74
}
},
"id": {
"type": "Identifier",
"start": 4762,
"end": 4770,
"loc": {
"start": {
"line": 166,
"column": 16
},
"end": {
"line": 166,
"column": 24
},
"identifierName": "helplink"
},
"name": "helplink"
},
"init": {
"type": "CallExpression",
"start": 4773,
"end": 4820,
"loc": {
"start": {
"line": 166,
"column": 27
},
"end": {
"line": 166,
"column": 74
}
},
"callee": {
"type": "Identifier",
"start": 4773,
"end": 4782,
"loc": {
"start": {
"line": 166,
"column": 27
},
"end": {
"line": 166,
"column": 36
},
"identifierName": "createElm"
},
"name": "createElm"
},
"arguments": [
{
"type": "StringLiteral",
"start": 4783,
"end": 4786,
"loc": {
"start": {
"line": 166,
"column": 37
},
"end": {
"line": 166,
"column": 40
}
},
"extra": {
"rawValue": "a",
"raw": "'a'"
},
"value": "a"
},
{
"type": "ArrayExpression",
"start": 4788,
"end": 4819,
"loc": {
"start": {
"line": 166,
"column": 42
},
"end": {
"line": 166,
"column": 73
}
},
"elements": [
{
"type": "StringLiteral",
"start": 4789,
"end": 4795,
"loc": {
"start": {
"line": 166,
"column": 43
},
"end": {
"line": 166,
"column": 49
}
},
"extra": {
"rawValue": "href",
"raw": "'href'"
},
"value": "href"
},
{
"type": "StringLiteral",
"start": 4797,
"end": 4818,
"loc": {
"start": {
"line": 166,
"column": 51
},
"end": {
"line": 166,
"column": 72
}
},
"extra": {
"rawValue": "javascript:void(0);",
"raw": "'javascript:void(0);'"
},
"value": "javascript:void(0);"
}
]
}
]
}
}
],
"kind": "let"
},
{
"type": "ExpressionStatement",
"start": 4834,
"end": 4872,
"loc": {
"start": {
"line": 167,
"column": 12
},
"end": {
"line": 167,
"column": 50
}
},
"expression": {
"type": "AssignmentExpression",
"start": 4834,
"end": 4871,
"loc": {
"start": {
"line": 167,
"column": 12
},
"end": {
"line": 167,
"column": 49
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 4834,
"end": 4852,
"loc": {
"start": {
"line": 167,
"column": 12
},
"end": {
"line": 167,
"column": 30
}
},
"object": {
"type": "Identifier",
"start": 4834,
"end": 4842,
"loc": {
"start": {
"line": 167,
"column": 12
},
"end": {
"line": 167,
"column": 20
},
"identifierName": "helplink"
},
"name": "helplink"
},
"property": {
"type": "Identifier",
"start": 4843,
"end": 4852,
"loc": {
"start": {
"line": 167,
"column": 21
},
"end": {
"line": 167,
"column": 30
},
"identifierName": "className"
},
"name": "className"
},
"computed": false
},
"right": {
"type": "MemberExpression",
"start": 4855,
"end": 4871,
"loc": {
"start": {
"line": 167,
"column": 33
},
"end": {
"line": 167,
"column": 49
}
},
"object": {
"type": "ThisExpression",
"start": 4855,
"end": 4859,
"loc": {
"start": {
"line": 167,
"column": 33
},
"end": {
"line": 167,
"column": 37
}
}
},
"property": {
"type": "Identifier",
"start": 4860,
"end": 4871,
"loc": {
"start": {
"line": 167,
"column": 38
},
"end": {
"line": 167,
"column": 49
},
"identifierName": "btnCssClass"
},
"name": "btnCssClass"
},
"computed": false
}
}
},
{
"type": "ExpressionStatement",
"start": 4885,
"end": 4932,
"loc": {
"start": {
"line": 168,
"column": 12
},
"end": {
"line": 168,
"column": 59
}
},
"expression": {
"type": "CallExpression",
"start": 4885,
"end": 4931,
"loc": {
"start": {
"line": 168,
"column": 12
},
"end": {
"line": 168,
"column": 58
}
},
"callee": {
"type": "MemberExpression",
"start": 4885,
"end": 4905,
"loc": {
"start": {
"line": 168,
"column": 12
},
"end": {
"line": 168,
"column": 32
}
},
"object": {
"type": "Identifier",
"start": 4885,
"end": 4893,
"loc": {
"start": {
"line": 168,
"column": 12
},
"end": {
"line": 168,
"column": 20
},
"identifierName": "helplink"
},
"name": "helplink"
},
"property": {
"type": "Identifier",
"start": 4894,
"end": 4905,
"loc": {
"start": {
"line": 168,
"column": 21
},
"end": {
"line": 168,
"column": 32
},
"identifierName": "appendChild"
},
"name": "appendChild"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
"start": 4906,
"end": 4930,
"loc": {
"start": {
"line": 168,
"column": 33
},
"end": {
"line": 168,
"column": 57
}
},
"callee": {
"type": "Identifier",
"start": 4906,
"end": 4916,
"loc": {
"start": {
"line": 168,
"column": 33
},
"end": {
"line": 168,
"column": 43
},
"identifierName": "createText"
},
"name": "createText"
},
"arguments": [
{
"type": "MemberExpression",
"start": 4917,
"end": 4929,
"loc": {
"start": {
"line": 168,
"column": 44
},
"end": {
"line": 168,
"column": 56
}
},
"object": {
"type": "ThisExpression",
"start": 4917,
"end": 4921,
"loc": {
"start": {
"line": 168,
"column": 44
},
"end": {
"line": 168,
"column": 48
}
}
},
"property": {
"type": "Identifier",
"start": 4922,
"end": 4929,
"loc": {
"start": {
"line": 168,
"column": 49
},
"end": {
"line": 168,
"column": 56
},
"identifierName": "btnText"
},
"name": "btnText"
},
"computed": false
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 4945,
"end": 4971,
"loc": {
"start": {
"line": 169,
"column": 12
},
"end": {
"line": 169,
"column": 38
}
},
"expression": {
"type": "CallExpression",
"start": 4945,
"end": 4970,
"loc": {
"start": {
"line": 169,
"column": 12
},
"end": {
"line": 169,
"column": 37
}
},
"callee": {
"type": "MemberExpression",
"start": 4945,
"end": 4960,
"loc": {
"start": {
"line": 169,
"column": 12
},
"end": {
"line": 169,
"column": 27
}
},
"object": {
"type": "Identifier",
"start": 4945,
"end": 4948,
"loc": {
"start": {
"line": 169,
"column": 12
},
"end": {
"line": 169,
"column": 15
},
"identifierName": "btn"
},
"name": "btn"
},
"property": {
"type": "Identifier",
"start": 4949,
"end": 4960,
"loc": {
"start": {
"line": 169,
"column": 16
},
"end": {
"line": 169,
"column": 27
},
"identifierName": "appendChild"
},
"name": "appendChild"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 4961,
"end": 4969,
"loc": {
"start": {
"line": 169,
"column": 28
},
"end": {
"line": 169,
"column": 36
},
"identifierName": "helplink"
},
"name": "helplink"
}
]
}
},
{
"type": "ExpressionStatement",
"start": 4984,
"end": 5031,
"loc": {
"start": {
"line": 170,
"column": 12
},
"end": {
"line": 170,
"column": 59
}
},
"expression": {
"type": "CallExpression",
"start": 4984,
"end": 5030,
"loc": {
"start": {
"line": 170,
"column": 12
},
"end": {
"line": 170,
"column": 58
}
},
"callee": {
"type": "Identifier",
"start": 4984,
"end": 4990,
"loc": {
"start": {
"line": 170,
"column": 12
},
"end": {
"line": 170,
"column": 18
},
"identifierName": "addEvt"
},
"name": "addEvt"
},
"arguments": [
{
"type": "Identifier",
"start": 4991,
"end": 4999,
"loc": {
"start": {
"line": 170,
"column": 19
},
"end": {
"line": 170,
"column": 27
},
"identifierName": "helplink"
},
"name": "helplink"
},
{
"type": "StringLiteral",
"start": 5001,
"end": 5008,
"loc": {
"start": {
"line": 170,
"column": 29
},
"end": {
"line": 170,
"column": 36
}
},
"extra": {
"rawValue": "click",
"raw": "'click'"
},
"value": "click"
},
{
"type": "ArrowFunctionExpression",
"start": 5010,
"end": 5029,
"loc": {
"start": {
"line": 170,
"column": 38
},
"end": {
"line": 170,
"column": 57
}
},
"id": null,
"generator": false,
"expression": true,
"async": false,
"params": [],
"body": {
"type": "CallExpression",
"start": 5016,
"end": 5029,
"loc": {
"start": {
"line": 170,
"column": 44
},
"end": {
"line": 170,
"column": 57
}
},
"callee": {
"type": "MemberExpression",
"start": 5016,
"end": 5027,
"loc": {
"start": {
"line": 170,
"column": 44
},
"end": {
"line": 170,
"column": 55
}
},
"object": {
"type": "ThisExpression",
"start": 5016,
"end": 5020,
"loc": {
"start": {
"line": 170,
"column": 44
},
"end": {
"line": 170,
"column": 48
}
}
},
"property": {
"type": "Identifier",
"start": 5021,
"end": 5027,
"loc": {
"start": {
"line": 170,
"column": 49
},
"end": {
"line": 170,
"column": 55
},
"identifierName": "toggle"
},
"name": "toggle"
},
"computed": false
},
"arguments": []
}
}
]
}
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 5047,
"end": 5243,
"loc": {
"start": {
"line": 171,
"column": 15
},
"end": {
"line": 176,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 5061,
"end": 5090,
"loc": {
"start": {
"line": 172,
"column": 12
},
"end": {
"line": 172,
"column": 41
}
},
"expression": {
"type": "AssignmentExpression",
"start": 5061,
"end": 5089,
"loc": {
"start": {
"line": 172,
"column": 12
},
"end": {
"line": 172,
"column": 40
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 5061,
"end": 5074,
"loc": {
"start": {
"line": 172,
"column": 12
},
"end": {
"line": 172,
"column": 25
}
},
"object": {
"type": "Identifier",
"start": 5061,
"end": 5064,
"loc": {
"start": {
"line": 172,
"column": 12
},
"end": {
"line": 172,
"column": 15
},
"identifierName": "btn"
},
"name": "btn"
},
"property": {
"type": "Identifier",
"start": 5065,
"end": 5074,
"loc": {
"start": {
"line": 172,
"column": 16
},
"end": {
"line": 172,
"column": 25
},
"identifierName": "innerHTML"
},
"name": "innerHTML"
},
"computed": false
},
"right": {
"type": "MemberExpression",
"start": 5077,
"end": 5089,
"loc": {
"start": {
"line": 172,
"column": 28
},
"end": {
"line": 172,
"column": 40
}
},
"object": {
"type": "ThisExpression",
"start": 5077,
"end": 5081,
"loc": {
"start": {
"line": 172,
"column": 28
},
"end": {
"line": 172,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"start": 5082,
"end": 5089,
"loc": {
"start": {
"line": 172,
"column": 33
},
"end": {
"line": 172,
"column": 40
},
"identifierName": "btnHtml"
},
"name": "btnHtml"
},
"computed": false
}
}
},
{
"type": "VariableDeclaration",
"start": 5103,
"end": 5131,
"loc": {
"start": {
"line": 173,
"column": 12
},
"end": {
"line": 173,
"column": 40
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 5107,
"end": 5130,
"loc": {
"start": {
"line": 173,
"column": 16
},
"end": {
"line": 173,
"column": 39
}
},
"id": {
"type": "Identifier",
"start": 5107,
"end": 5113,
"loc": {
"start": {
"line": 173,
"column": 16
},
"end": {
"line": 173,
"column": 22
},
"identifierName": "helpEl"
},
"name": "helpEl"
},
"init": {
"type": "MemberExpression",
"start": 5116,
"end": 5130,
"loc": {
"start": {
"line": 173,
"column": 25
},
"end": {
"line": 173,
"column": 39
}
},
"object": {
"type": "Identifier",
"start": 5116,
"end": 5119,
"loc": {
"start": {
"line": 173,
"column": 25
},
"end": {
"line": 173,
"column": 28
},
"identifierName": "btn"
},
"name": "btn"
},
"property": {
"type": "Identifier",
"start": 5120,
"end": 5130,
"loc": {
"start": {
"line": 173,
"column": 29
},
"end": {
"line": 173,
"column": 39
},
"identifierName": "firstChild"
},
"name": "firstChild"
},
"computed": false
}
}
],
"kind": "let"
},
{
"type": "ExpressionStatement",
"start": 5144,
"end": 5189,
"loc": {
"start": {
"line": 174,
"column": 12
},
"end": {
"line": 174,
"column": 57
}
},
"expression": {
"type": "CallExpression",
"start": 5144,
"end": 5188,
"loc": {
"start": {
"line": 174,
"column": 12
},
"end": {
"line": 174,
"column": 56
}
},
"callee": {
"type": "Identifier",
"start": 5144,
"end": 5150,
"loc": {
"start": {
"line": 174,
"column": 12
},
"end": {
"line": 174,
"column": 18
},
"identifierName": "addEvt"
},
"name": "addEvt"
},
"arguments": [
{
"type": "Identifier",
"start": 5151,
"end": 5157,
"loc": {
"start": {
"line": 174,
"column": 19
},
"end": {
"line": 174,
"column": 25
},
"identifierName": "helpEl"
},
"name": "helpEl"
},
{
"type": "StringLiteral",
"start": 5159,
"end": 5166,
"loc": {
"start": {
"line": 174,
"column": 27
},
"end": {
"line": 174,
"column": 34
}
},
"extra": {
"rawValue": "click",
"raw": "'click'"
},
"value": "click"
},
{
"type": "ArrowFunctionExpression",
"start": 5168,
"end": 5187,
"loc": {
"start": {
"line": 174,
"column": 36
},
"end": {
"line": 174,
"column": 55
}
},
"id": null,
"generator": false,
"expression": true,
"async": false,
"params": [],
"body": {
"type": "CallExpression",
"start": 5174,
"end": 5187,
"loc": {
"start": {
"line": 174,
"column": 42
},
"end": {
"line": 174,
"column": 55
}
},
"callee": {
"type": "MemberExpression",
"start": 5174,
"end": 5185,
"loc": {
"start": {
"line": 174,
"column": 42
},
"end": {
"line": 174,
"column": 53
}
},
"object": {
"type": "ThisExpression",
"start": 5174,
"end": 5178,
"loc": {
"start": {
"line": 174,
"column": 42
},
"end": {
"line": 174,
"column": 46
}
}
},
"property": {
"type": "Identifier",
"start": 5179,
"end": 5185,
"loc": {
"start": {
"line": 174,
"column": 47
},
"end": {
"line": 174,
"column": 53
},
"identifierName": "toggle"
},
"name": "toggle"
},
"computed": false
},
"arguments": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 5202,
"end": 5233,
"loc": {
"start": {
"line": 175,
"column": 12
},
"end": {
"line": 175,
"column": 43
}
},
"expression": {
"type": "CallExpression",
"start": 5202,
"end": 5232,
"loc": {
"start": {
"line": 175,
"column": 12
},
"end": {
"line": 175,
"column": 42
}
},
"callee": {
"type": "MemberExpression",
"start": 5202,
"end": 5226,
"loc": {
"start": {
"line": 175,
"column": 12
},
"end": {
"line": 175,
"column": 36
}
},
"object": {
"type": "Identifier",
"start": 5202,
"end": 5214,
"loc": {
"start": {
"line": 175,
"column": 12
},
"end": {
"line": 175,
"column": 24
},
"identifierName": "divContainer"
},
"name": "divContainer"
},
"property": {
"type": "Identifier",
"start": 5215,
"end": 5226,
"loc": {
"start": {
"line": 175,
"column": 25
},
"end": {
"line": 175,
"column": 36
},
"identifierName": "appendChild"
},
"name": "appendChild"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 5227,
"end": 5231,
"loc": {
"start": {
"line": 175,
"column": 37
},
"end": {
"line": 175,
"column": 41
},
"identifierName": "cont"
},
"name": "cont"
}
]
}
}
],
"directives": []
}
},
{
"type": "IfStatement",
"start": 5253,
"end": 5637,
"loc": {
"start": {
"line": 178,
"column": 8
},
"end": {
"line": 189,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 5257,
"end": 5272,
"loc": {
"start": {
"line": 178,
"column": 12
},
"end": {
"line": 178,
"column": 27
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 5258,
"end": 5272,
"loc": {
"start": {
"line": 178,
"column": 13
},
"end": {
"line": 178,
"column": 27
}
},
"object": {
"type": "ThisExpression",
"start": 5258,
"end": 5262,
"loc": {
"start": {
"line": 178,
"column": 13
},
"end": {
"line": 178,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"start": 5263,
"end": 5272,
"loc": {
"start": {
"line": 178,
"column": 18
},
"end": {
"line": 178,
"column": 27
},
"identifierName": "instrHtml"
},
"name": "instrHtml"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 5274,
"end": 5378,
"loc": {
"start": {
"line": 178,
"column": 29
},
"end": {
"line": 181,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 5288,
"end": 5320,
"loc": {
"start": {
"line": 179,
"column": 12
},
"end": {
"line": 179,
"column": 44
}
},
"expression": {
"type": "AssignmentExpression",
"start": 5288,
"end": 5319,
"loc": {
"start": {
"line": 179,
"column": 12
},
"end": {
"line": 179,
"column": 43
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 5288,
"end": 5302,
"loc": {
"start": {
"line": 179,
"column": 12
},
"end": {
"line": 179,
"column": 26
}
},
"object": {
"type": "Identifier",
"start": 5288,
"end": 5292,
"loc": {
"start": {
"line": 179,
"column": 12
},
"end": {
"line": 179,
"column": 16
},
"identifierName": "cont"
},
"name": "cont"
},
"property": {
"type": "Identifier",
"start": 5293,
"end": 5302,
"loc": {
"start": {
"line": 179,
"column": 17
},
"end": {
"line": 179,
"column": 26
},
"identifierName": "innerHTML"
},
"name": "innerHTML"
},
"computed": false
},
"right": {
"type": "MemberExpression",
"start": 5305,
"end": 5319,
"loc": {
"start": {
"line": 179,
"column": 29
},
"end": {
"line": 179,
"column": 43
}
},
"object": {
"type": "ThisExpression",
"start": 5305,
"end": 5309,
"loc": {
"start": {
"line": 179,
"column": 29
},
"end": {
"line": 179,
"column": 33
}
}
},
"property": {
"type": "Identifier",
"start": 5310,
"end": 5319,
"loc": {
"start": {
"line": 179,
"column": 34
},
"end": {
"line": 179,
"column": 43
},
"identifierName": "instrText"
},
"name": "instrText"
},
"computed": false
}
}
},
{
"type": "ExpressionStatement",
"start": 5333,
"end": 5368,
"loc": {
"start": {
"line": 180,
"column": 12
},
"end": {
"line": 180,
"column": 47
}
},
"expression": {
"type": "AssignmentExpression",
"start": 5333,
"end": 5367,
"loc": {
"start": {
"line": 180,
"column": 12
},
"end": {
"line": 180,
"column": 46
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 5333,
"end": 5347,
"loc": {
"start": {
"line": 180,
"column": 12
},
"end": {
"line": 180,
"column": 26
}
},
"object": {
"type": "Identifier",
"start": 5333,
"end": 5337,
"loc": {
"start": {
"line": 180,
"column": 12
},
"end": {
"line": 180,
"column": 16
},
"identifierName": "cont"
},
"name": "cont"
},
"property": {
"type": "Identifier",
"start": 5338,
"end": 5347,
"loc": {
"start": {
"line": 180,
"column": 17
},
"end": {
"line": 180,
"column": 26
},
"identifierName": "className"
},
"name": "className"
},
"computed": false
},
"right": {
"type": "MemberExpression",
"start": 5350,
"end": 5367,
"loc": {
"start": {
"line": 180,
"column": 29
},
"end": {
"line": 180,
"column": 46
}
},
"object": {
"type": "ThisExpression",
"start": 5350,
"end": 5354,
"loc": {
"start": {
"line": 180,
"column": 29
},
"end": {
"line": 180,
"column": 33
}
}
},
"property": {
"type": "Identifier",
"start": 5355,
"end": 5367,
"loc": {
"start": {
"line": 180,
"column": 34
},
"end": {
"line": 180,
"column": 46
},
"identifierName": "contCssClass"
},
"name": "contCssClass"
},
"computed": false
}
}
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 5384,
"end": 5637,
"loc": {
"start": {
"line": 181,
"column": 15
},
"end": {
"line": 189,
"column": 9
}
},
"body": [
{
"type": "IfStatement",
"start": 5398,
"end": 5481,
"loc": {
"start": {
"line": 182,
"column": 12
},
"end": {
"line": 184,
"column": 13
}
},
"test": {
"type": "MemberExpression",
"start": 5402,
"end": 5416,
"loc": {
"start": {
"line": 182,
"column": 16
},
"end": {
"line": 182,
"column": 30
}
},
"object": {
"type": "ThisExpression",
"start": 5402,
"end": 5406,
"loc": {
"start": {
"line": 182,
"column": 16
},
"end": {
"line": 182,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"start": 5407,
"end": 5416,
"loc": {
"start": {
"line": 182,
"column": 21
},
"end": {
"line": 182,
"column": 30
},
"identifierName": "contTgtId"
},
"name": "contTgtId"
},
"computed": false
},
"consequent": {
"type": "BlockStatement",
"start": 5418,
"end": 5481,
"loc": {
"start": {
"line": 182,
"column": 32
},
"end": {
"line": 184,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 5436,
"end": 5467,
"loc": {
"start": {
"line": 183,
"column": 16
},
"end": {
"line": 183,
"column": 47
}
},
"expression": {
"type": "CallExpression",
"start": 5436,
"end": 5466,
"loc": {
"start": {
"line": 183,
"column": 16
},
"end": {
"line": 183,
"column": 46
}
},
"callee": {
"type": "MemberExpression",
"start": 5436,
"end": 5460,
"loc": {
"start": {
"line": 183,
"column": 16
},
"end": {
"line": 183,
"column": 40
}
},
"object": {
"type": "Identifier",
"start": 5436,
"end": 5448,
"loc": {
"start": {
"line": 183,
"column": 16
},
"end": {
"line": 183,
"column": 28
},
"identifierName": "divContainer"
},
"name": "divContainer"
},
"property": {
"type": "Identifier",
"start": 5449,
"end": 5460,
"loc": {
"start": {
"line": 183,
"column": 29
},
"end": {
"line": 183,
"column": 40
},
"identifierName": "appendChild"
},
"name": "appendChild"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 5461,
"end": 5465,
"loc": {
"start": {
"line": 183,
"column": 41
},
"end": {
"line": 183,
"column": 45
},
"identifierName": "cont"
},
"name": "cont"
}
]
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 5494,
"end": 5526,
"loc": {
"start": {
"line": 185,
"column": 12
},
"end": {
"line": 185,
"column": 44
}
},
"expression": {
"type": "AssignmentExpression",
"start": 5494,
"end": 5525,
"loc": {
"start": {
"line": 185,
"column": 12
},
"end": {
"line": 185,
"column": 43
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 5494,
"end": 5508,
"loc": {
"start": {
"line": 185,
"column": 12
},
"end": {
"line": 185,
"column": 26
}
},
"object": {
"type": "Identifier",
"start": 5494,
"end": 5498,
"loc": {
"start": {
"line": 185,
"column": 12
},
"end": {
"line": 185,
"column": 16
},
"identifierName": "cont"
},
"name": "cont"
},
"property": {
"type": "Identifier",
"start": 5499,
"end": 5508,
"loc": {
"start": {
"line": 185,
"column": 17
},
"end": {
"line": 185,
"column": 26
},
"identifierName": "innerHTML"
},
"name": "innerHTML"
},
"computed": false
},
"right": {
"type": "MemberExpression",
"start": 5511,
"end": 5525,
"loc": {
"start": {
"line": 185,
"column": 29
},
"end": {
"line": 185,
"column": 43
}
},
"object": {
"type": "ThisExpression",
"start": 5511,
"end": 5515,
"loc": {
"start": {
"line": 185,
"column": 29
},
"end": {
"line": 185,
"column": 33
}
}
},
"property": {
"type": "Identifier",
"start": 5516,
"end": 5525,
"loc": {
"start": {
"line": 185,
"column": 34
},
"end": {
"line": 185,
"column": 43
},
"identifierName": "instrHtml"
},
"name": "instrHtml"
},
"computed": false
}
}
},
{
"type": "IfStatement",
"start": 5539,
"end": 5627,
"loc": {
"start": {
"line": 186,
"column": 12
},
"end": {
"line": 188,
"column": 13
}
},
"test": {
"type": "UnaryExpression",
"start": 5543,
"end": 5558,
"loc": {
"start": {
"line": 186,
"column": 16
},
"end": {
"line": 186,
"column": 31
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 5544,
"end": 5558,
"loc": {
"start": {
"line": 186,
"column": 17
},
"end": {
"line": 186,
"column": 31
}
},
"object": {
"type": "ThisExpression",
"start": 5544,
"end": 5548,
"loc": {
"start": {
"line": 186,
"column": 17
},
"end": {
"line": 186,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"start": 5549,
"end": 5558,
"loc": {
"start": {
"line": 186,
"column": 22
},
"end": {
"line": 186,
"column": 31
},
"identifierName": "contTgtId"
},
"name": "contTgtId"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 5560,
"end": 5627,
"loc": {
"start": {
"line": 186,
"column": 33
},
"end": {
"line": 188,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 5578,
"end": 5613,
"loc": {
"start": {
"line": 187,
"column": 16
},
"end": {
"line": 187,
"column": 51
}
},
"expression": {
"type": "AssignmentExpression",
"start": 5578,
"end": 5612,
"loc": {
"start": {
"line": 187,
"column": 16
},
"end": {
"line": 187,
"column": 50
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 5578,
"end": 5592,
"loc": {
"start": {
"line": 187,
"column": 16
},
"end": {
"line": 187,
"column": 30
}
},
"object": {
"type": "Identifier",
"start": 5578,
"end": 5582,
"loc": {
"start": {
"line": 187,
"column": 16
},
"end": {
"line": 187,
"column": 20
},
"identifierName": "cont"
},
"name": "cont"
},
"property": {
"type": "Identifier",
"start": 5583,
"end": 5592,
"loc": {
"start": {
"line": 187,
"column": 21
},
"end": {
"line": 187,
"column": 30
},
"identifierName": "className"
},
"name": "className"
},
"computed": false
},
"right": {
"type": "MemberExpression",
"start": 5595,
"end": 5612,
"loc": {
"start": {
"line": 187,
"column": 33
},
"end": {
"line": 187,
"column": 50
}
},
"object": {
"type": "ThisExpression",
"start": 5595,
"end": 5599,
"loc": {
"start": {
"line": 187,
"column": 33
},
"end": {
"line": 187,
"column": 37
}
}
},
"property": {
"type": "Identifier",
"start": 5600,
"end": 5612,
"loc": {
"start": {
"line": 187,
"column": 38
},
"end": {
"line": 187,
"column": 50
},
"identifierName": "contCssClass"
},
"name": "contCssClass"
},
"computed": false
}
}
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
}
},
{
"type": "ExpressionStatement",
"start": 5646,
"end": 5681,
"loc": {
"start": {
"line": 190,
"column": 8
},
"end": {
"line": 190,
"column": 43
}
},
"expression": {
"type": "AssignmentExpression",
"start": 5646,
"end": 5680,
"loc": {
"start": {
"line": 190,
"column": 8
},
"end": {
"line": 190,
"column": 42
}
},
"operator": "+=",
"left": {
"type": "MemberExpression",
"start": 5646,
"end": 5660,
"loc": {
"start": {
"line": 190,
"column": 8
},
"end": {
"line": 190,
"column": 22
}
},
"object": {
"type": "Identifier",
"start": 5646,
"end": 5650,
"loc": {
"start": {
"line": 190,
"column": 8
},
"end": {
"line": 190,
"column": 12
},
"identifierName": "cont"
},
"name": "cont"
},
"property": {
"type": "Identifier",
"start": 5651,
"end": 5660,
"loc": {
"start": {
"line": 190,
"column": 13
},
"end": {
"line": 190,
"column": 22
},
"identifierName": "innerHTML"
},
"name": "innerHTML"
},
"computed": false
},
"right": {
"type": "MemberExpression",
"start": 5664,
"end": 5680,
"loc": {
"start": {
"line": 190,
"column": 26
},
"end": {
"line": 190,
"column": 42
}
},
"object": {
"type": "ThisExpression",
"start": 5664,
"end": 5668,
"loc": {
"start": {
"line": 190,
"column": 26
},
"end": {
"line": 190,
"column": 30
}
}
},
"property": {
"type": "Identifier",
"start": 5669,
"end": 5680,
"loc": {
"start": {
"line": 190,
"column": 31
},
"end": {
"line": 190,
"column": 42
},
"identifierName": "defaultHtml"
},
"name": "defaultHtml"
},
"computed": false
}
}
},
{
"type": "ExpressionStatement",
"start": 5690,
"end": 5733,
"loc": {
"start": {
"line": 191,
"column": 8
},
"end": {
"line": 191,
"column": 51
}
},
"expression": {
"type": "CallExpression",
"start": 5690,
"end": 5732,
"loc": {
"start": {
"line": 191,
"column": 8
},
"end": {
"line": 191,
"column": 50
}
},
"callee": {
"type": "Identifier",
"start": 5690,
"end": 5696,
"loc": {
"start": {
"line": 191,
"column": 8
},
"end": {
"line": 191,
"column": 14
},
"identifierName": "addEvt"
},
"name": "addEvt"
},
"arguments": [
{
"type": "Identifier",
"start": 5697,
"end": 5701,
"loc": {
"start": {
"line": 191,
"column": 15
},
"end": {
"line": 191,
"column": 19
},
"identifierName": "cont"
},
"name": "cont"
},
{
"type": "StringLiteral",
"start": 5703,
"end": 5710,
"loc": {
"start": {
"line": 191,
"column": 21
},
"end": {
"line": 191,
"column": 28
}
},
"extra": {
"rawValue": "click",
"raw": "'click'"
},
"value": "click"
},
{
"type": "ArrowFunctionExpression",
"start": 5712,
"end": 5731,
"loc": {
"start": {
"line": 191,
"column": 30
},
"end": {
"line": 191,
"column": 49
}
},
"id": null,
"generator": false,
"expression": true,
"async": false,
"params": [],
"body": {
"type": "CallExpression",
"start": 5718,
"end": 5731,
"loc": {
"start": {
"line": 191,
"column": 36
},
"end": {
"line": 191,
"column": 49
}
},
"callee": {
"type": "MemberExpression",
"start": 5718,
"end": 5729,
"loc": {
"start": {
"line": 191,
"column": 36
},
"end": {
"line": 191,
"column": 47
}
},
"object": {
"type": "ThisExpression",
"start": 5718,
"end": 5722,
"loc": {
"start": {
"line": 191,
"column": 36
},
"end": {
"line": 191,
"column": 40
}
}
},
"property": {
"type": "Identifier",
"start": 5723,
"end": 5729,
"loc": {
"start": {
"line": 191,
"column": 41
},
"end": {
"line": 191,
"column": 47
},
"identifierName": "toggle"
},
"name": "toggle"
},
"computed": false
},
"arguments": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 5743,
"end": 5760,
"loc": {
"start": {
"line": 193,
"column": 8
},
"end": {
"line": 193,
"column": 25
}
},
"expression": {
"type": "AssignmentExpression",
"start": 5743,
"end": 5759,
"loc": {
"start": {
"line": 193,
"column": 8
},
"end": {
"line": 193,
"column": 24
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 5743,
"end": 5752,
"loc": {
"start": {
"line": 193,
"column": 8
},
"end": {
"line": 193,
"column": 17
}
},
"object": {
"type": "ThisExpression",
"start": 5743,
"end": 5747,
"loc": {
"start": {
"line": 193,
"column": 8
},
"end": {
"line": 193,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 5748,
"end": 5752,
"loc": {
"start": {
"line": 193,
"column": 13
},
"end": {
"line": 193,
"column": 17
},
"identifierName": "cont"
},
"name": "cont"
},
"computed": false
},
"right": {
"type": "Identifier",
"start": 5755,
"end": 5759,
"loc": {
"start": {
"line": 193,
"column": 20
},
"end": {
"line": 193,
"column": 24
},
"identifierName": "cont"
},
"name": "cont"
}
}
},
{
"type": "ExpressionStatement",
"start": 5769,
"end": 5784,
"loc": {
"start": {
"line": 194,
"column": 8
},
"end": {
"line": 194,
"column": 23
}
},
"expression": {
"type": "AssignmentExpression",
"start": 5769,
"end": 5783,
"loc": {
"start": {
"line": 194,
"column": 8
},
"end": {
"line": 194,
"column": 22
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 5769,
"end": 5777,
"loc": {
"start": {
"line": 194,
"column": 8
},
"end": {
"line": 194,
"column": 16
}
},
"object": {
"type": "ThisExpression",
"start": 5769,
"end": 5773,
"loc": {
"start": {
"line": 194,
"column": 8
},
"end": {
"line": 194,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 5774,
"end": 5777,
"loc": {
"start": {
"line": 194,
"column": 13
},
"end": {
"line": 194,
"column": 16
},
"identifierName": "btn"
},
"name": "btn"
},
"computed": false
},
"right": {
"type": "Identifier",
"start": 5780,
"end": 5783,
"loc": {
"start": {
"line": 194,
"column": 19
},
"end": {
"line": 194,
"column": 22
},
"identifierName": "btn"
},
"name": "btn"
}
},
"trailingComments": [
{
"type": "CommentBlock",
"value": "* @inherited ",
"start": 5793,
"end": 5810,
"loc": {
"start": {
"line": 195,
"column": 8
},
"end": {
"line": 195,
"column": 25
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 5819,
"end": 5843,
"loc": {
"start": {
"line": 196,
"column": 8
},
"end": {
"line": 196,
"column": 32
}
},
"expression": {
"type": "AssignmentExpression",
"start": 5819,
"end": 5842,
"loc": {
"start": {
"line": 196,
"column": 8
},
"end": {
"line": 196,
"column": 31
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 5819,
"end": 5835,
"loc": {
"start": {
"line": 196,
"column": 8
},
"end": {
"line": 196,
"column": 24
}
},
"object": {
"type": "ThisExpression",
"start": 5819,
"end": 5823,
"loc": {
"start": {
"line": 196,
"column": 8
},
"end": {
"line": 196,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 5824,
"end": 5835,
"loc": {
"start": {
"line": 196,
"column": 13
},
"end": {
"line": 196,
"column": 24
},
"identifierName": "initialized"
},
"name": "initialized"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "BooleanLiteral",
"start": 5838,
"end": 5842,
"loc": {
"start": {
"line": 196,
"column": 27
},
"end": {
"line": 196,
"column": 31
}
},
"value": true
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "* @inherited ",
"start": 5793,
"end": 5810,
"loc": {
"start": {
"line": 195,
"column": 8
},
"end": {
"line": 195,
"column": 25
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 5853,
"end": 5900,
"loc": {
"start": {
"line": 198,
"column": 8
},
"end": {
"line": 198,
"column": 55
}
},
"expression": {
"type": "CallExpression",
"start": 5853,
"end": 5899,
"loc": {
"start": {
"line": 198,
"column": 8
},
"end": {
"line": 198,
"column": 54
}
},
"callee": {
"type": "MemberExpression",
"start": 5853,
"end": 5870,
"loc": {
"start": {
"line": 198,
"column": 8
},
"end": {
"line": 198,
"column": 25
}
},
"object": {
"type": "MemberExpression",
"start": 5853,
"end": 5865,
"loc": {
"start": {
"line": 198,
"column": 8
},
"end": {
"line": 198,
"column": 20
}
},
"object": {
"type": "ThisExpression",
"start": 5853,
"end": 5857,
"loc": {
"start": {
"line": 198,
"column": 8
},
"end": {
"line": 198,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 5858,
"end": 5865,
"loc": {
"start": {
"line": 198,
"column": 13
},
"end": {
"line": 198,
"column": 20
},
"identifierName": "emitter"
},
"name": "emitter"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5866,
"end": 5870,
"loc": {
"start": {
"line": 198,
"column": 21
},
"end": {
"line": 198,
"column": 25
},
"identifierName": "emit"
},
"name": "emit"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 5871,
"end": 5892,
"loc": {
"start": {
"line": 198,
"column": 26
},
"end": {
"line": 198,
"column": 47
}
},
"extra": {
"rawValue": "feature-initialized",
"raw": "'feature-initialized'"
},
"value": "feature-initialized"
},
{
"type": "ThisExpression",
"start": 5894,
"end": 5898,
"loc": {
"start": {
"line": 198,
"column": 49
},
"end": {
"line": 198,
"column": 53
}
}
}
]
}
}
],
"directives": [],
"trailingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Initialise Help instance\n ",
"start": 4023,
"end": 4066,
"loc": {
"start": {
"line": 139,
"column": 4
},
"end": {
"line": 141,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Toggle help pop-up\n ",
"start": 5912,
"end": 5949,
"loc": {
"start": {
"line": 201,
"column": 4
},
"end": {
"line": 203,
"column": 7
}
}
}
]
},
{
"type": "ClassMethod",
"start": 5954,
"end": 6554,
"loc": {
"start": {
"line": 204,
"column": 4
},
"end": {
"line": 221,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 5954,
"end": 5960,
"loc": {
"start": {
"line": 204,
"column": 4
},
"end": {
"line": 204,
"column": 10
},
"identifierName": "toggle"
},
"name": "toggle",
"leadingComments": null
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 5963,
"end": 6554,
"loc": {
"start": {
"line": 204,
"column": 13
},
"end": {
"line": 221,
"column": 5
}
},
"body": [
{
"type": "IfStatement",
"start": 6105,
"end": 6159,
"loc": {
"start": {
"line": 207,
"column": 8
},
"end": {
"line": 209,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 6109,
"end": 6126,
"loc": {
"start": {
"line": 207,
"column": 12
},
"end": {
"line": 207,
"column": 29
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "CallExpression",
"start": 6110,
"end": 6126,
"loc": {
"start": {
"line": 207,
"column": 13
},
"end": {
"line": 207,
"column": 29
}
},
"callee": {
"type": "MemberExpression",
"start": 6110,
"end": 6124,
"loc": {
"start": {
"line": 207,
"column": 13
},
"end": {
"line": 207,
"column": 27
}
},
"object": {
"type": "ThisExpression",
"start": 6110,
"end": 6114,
"loc": {
"start": {
"line": 207,
"column": 13
},
"end": {
"line": 207,
"column": 17
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 6115,
"end": 6124,
"loc": {
"start": {
"line": 207,
"column": 18
},
"end": {
"line": 207,
"column": 27
},
"identifierName": "isEnabled"
},
"name": "isEnabled"
},
"computed": false,
"leadingComments": null
},
"arguments": [],
"leadingComments": null
},
"extra": {
"parenthesizedArgument": false
},
"leadingComments": null
},
"consequent": {
"type": "BlockStatement",
"start": 6128,
"end": 6159,
"loc": {
"start": {
"line": 207,
"column": 31
},
"end": {
"line": 209,
"column": 9
}
},
"body": [
{
"type": "ReturnStatement",
"start": 6142,
"end": 6149,
"loc": {
"start": {
"line": 208,
"column": 12
},
"end": {
"line": 208,
"column": 19
}
},
"argument": null
}
],
"directives": [],
"trailingComments": null
},
"alternate": null,
"leadingComments": [
{
"type": "CommentLine",
"value": " check only if explicitily disabled as in this case undefined",
"start": 5973,
"end": 6036,
"loc": {
"start": {
"line": 205,
"column": 8
},
"end": {
"line": 205,
"column": 71
}
}
},
{
"type": "CommentLine",
"value": " signifies the help feature is enabled by default",
"start": 6045,
"end": 6096,
"loc": {
"start": {
"line": 206,
"column": 8
},
"end": {
"line": 206,
"column": 59
}
}
}
],
"trailingComments": [
{
"type": "CommentLine",
"value": " ensure mouseup event handler is removed",
"start": 6169,
"end": 6211,
"loc": {
"start": {
"line": 211,
"column": 8
},
"end": {
"line": 211,
"column": 50
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 6220,
"end": 6266,
"loc": {
"start": {
"line": 212,
"column": 8
},
"end": {
"line": 212,
"column": 54
}
},
"expression": {
"type": "CallExpression",
"start": 6220,
"end": 6265,
"loc": {
"start": {
"line": 212,
"column": 8
},
"end": {
"line": 212,
"column": 53
}
},
"callee": {
"type": "Identifier",
"start": 6220,
"end": 6229,
"loc": {
"start": {
"line": 212,
"column": 8
},
"end": {
"line": 212,
"column": 17
},
"identifierName": "removeEvt"
},
"name": "removeEvt",
"leadingComments": null
},
"arguments": [
{
"type": "Identifier",
"start": 6230,
"end": 6234,
"loc": {
"start": {
"line": 212,
"column": 18
},
"end": {
"line": 212,
"column": 22
},
"identifierName": "root"
},
"name": "root"
},
{
"type": "StringLiteral",
"start": 6236,
"end": 6245,
"loc": {
"start": {
"line": 212,
"column": 24
},
"end": {
"line": 212,
"column": 33
}
},
"extra": {
"rawValue": "mouseup",
"raw": "'mouseup'"
},
"value": "mouseup"
},
{
"type": "MemberExpression",
"start": 6247,
"end": 6264,
"loc": {
"start": {
"line": 212,
"column": 35
},
"end": {
"line": 212,
"column": 52
}
},
"object": {
"type": "ThisExpression",
"start": 6247,
"end": 6251,
"loc": {
"start": {
"line": 212,
"column": 35
},
"end": {
"line": 212,
"column": 39
}
}
},
"property": {
"type": "Identifier",
"start": 6252,
"end": 6264,
"loc": {
"start": {
"line": 212,
"column": 40
},
"end": {
"line": 212,
"column": 52
},
"identifierName": "boundMouseup"
},
"name": "boundMouseup"
},
"computed": false
}
],
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentLine",
"value": " ensure mouseup event handler is removed",
"start": 6169,
"end": 6211,
"loc": {
"start": {
"line": 211,
"column": 8
},
"end": {
"line": 211,
"column": 50
}
}
}
]
},
{
"type": "VariableDeclaration",
"start": 6276,
"end": 6317,
"loc": {
"start": {
"line": 214,
"column": 8
},
"end": {
"line": 214,
"column": 49
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 6280,
"end": 6316,
"loc": {
"start": {
"line": 214,
"column": 12
},
"end": {
"line": 214,
"column": 48
}
},
"id": {
"type": "Identifier",
"start": 6280,
"end": 6290,
"loc": {
"start": {
"line": 214,
"column": 12
},
"end": {
"line": 214,
"column": 22
},
"identifierName": "divDisplay"
},
"name": "divDisplay"
},
"init": {
"type": "MemberExpression",
"start": 6293,
"end": 6316,
"loc": {
"start": {
"line": 214,
"column": 25
},
"end": {
"line": 214,
"column": 48
}
},
"object": {
"type": "MemberExpression",
"start": 6293,
"end": 6308,
"loc": {
"start": {
"line": 214,
"column": 25
},
"end": {
"line": 214,
"column": 40
}
},
"object": {
"type": "MemberExpression",
"start": 6293,
"end": 6302,
"loc": {
"start": {
"line": 214,
"column": 25
},
"end": {
"line": 214,
"column": 34
}
},
"object": {
"type": "ThisExpression",
"start": 6293,
"end": 6297,
"loc": {
"start": {
"line": 214,
"column": 25
},
"end": {
"line": 214,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"start": 6298,
"end": 6302,
"loc": {
"start": {
"line": 214,
"column": 30
},
"end": {
"line": 214,
"column": 34
},
"identifierName": "cont"
},
"name": "cont"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6303,
"end": 6308,
"loc": {
"start": {
"line": 214,
"column": 35
},
"end": {
"line": 214,
"column": 40
},
"identifierName": "style"
},
"name": "style"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6309,
"end": 6316,
"loc": {
"start": {
"line": 214,
"column": 41
},
"end": {
"line": 214,
"column": 48
},
"identifierName": "display"
},
"name": "display"
},
"computed": false
}
}
],
"kind": "let"
},
{
"type": "IfStatement",
"start": 6326,
"end": 6548,
"loc": {
"start": {
"line": 215,
"column": 8
},
"end": {
"line": 220,
"column": 9
}
},
"test": {
"type": "LogicalExpression",
"start": 6330,
"end": 6370,
"loc": {
"start": {
"line": 215,
"column": 12
},
"end": {
"line": 215,
"column": 52
}
},
"left": {
"type": "BinaryExpression",
"start": 6330,
"end": 6347,
"loc": {
"start": {
"line": 215,
"column": 12
},
"end": {
"line": 215,
"column": 29
}
},
"left": {
"type": "Identifier",
"start": 6330,
"end": 6340,
"loc": {
"start": {
"line": 215,
"column": 12
},
"end": {
"line": 215,
"column": 22
},
"identifierName": "divDisplay"
},
"name": "divDisplay"
},
"operator": "===",
"right": {
"type": "StringLiteral",
"start": 6345,
"end": 6347,
"loc": {
"start": {
"line": 215,
"column": 27
},
"end": {
"line": 215,
"column": 29
}
},
"extra": {
"rawValue": "",
"raw": "''"
},
"value": ""
}
},
"operator": "||",
"right": {
"type": "BinaryExpression",
"start": 6351,
"end": 6370,
"loc": {
"start": {
"line": 215,
"column": 33
},
"end": {
"line": 215,
"column": 52
}
},
"left": {
"type": "Identifier",
"start": 6351,
"end": 6361,
"loc": {
"start": {
"line": 215,
"column": 33
},
"end": {
"line": 215,
"column": 43
},
"identifierName": "divDisplay"
},
"name": "divDisplay"
},
"operator": "===",
"right": {
"type": "Identifier",
"start": 6366,
"end": 6370,
"loc": {
"start": {
"line": 215,
"column": 48
},
"end": {
"line": 215,
"column": 52
},
"identifierName": "NONE"
},
"name": "NONE"
}
}
},
"consequent": {
"type": "BlockStatement",
"start": 6372,
"end": 6487,
"loc": {
"start": {
"line": 215,
"column": 54
},
"end": {
"line": 218,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 6386,
"end": 6421,
"loc": {
"start": {
"line": 216,
"column": 12
},
"end": {
"line": 216,
"column": 47
}
},
"expression": {
"type": "AssignmentExpression",
"start": 6386,
"end": 6420,
"loc": {
"start": {
"line": 216,
"column": 12
},
"end": {
"line": 216,
"column": 46
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 6386,
"end": 6409,
"loc": {
"start": {
"line": 216,
"column": 12
},
"end": {
"line": 216,
"column": 35
}
},
"object": {
"type": "MemberExpression",
"start": 6386,
"end": 6401,
"loc": {
"start": {
"line": 216,
"column": 12
},
"end": {
"line": 216,
"column": 27
}
},
"object": {
"type": "MemberExpression",
"start": 6386,
"end": 6395,
"loc": {
"start": {
"line": 216,
"column": 12
},
"end": {
"line": 216,
"column": 21
}
},
"object": {
"type": "ThisExpression",
"start": 6386,
"end": 6390,
"loc": {
"start": {
"line": 216,
"column": 12
},
"end": {
"line": 216,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 6391,
"end": 6395,
"loc": {
"start": {
"line": 216,
"column": 17
},
"end": {
"line": 216,
"column": 21
},
"identifierName": "cont"
},
"name": "cont"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6396,
"end": 6401,
"loc": {
"start": {
"line": 216,
"column": 22
},
"end": {
"line": 216,
"column": 27
},
"identifierName": "style"
},
"name": "style"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6402,
"end": 6409,
"loc": {
"start": {
"line": 216,
"column": 28
},
"end": {
"line": 216,
"column": 35
},
"identifierName": "display"
},
"name": "display"
},
"computed": false
},
"right": {
"type": "StringLiteral",
"start": 6412,
"end": 6420,
"loc": {
"start": {
"line": 216,
"column": 38
},
"end": {
"line": 216,
"column": 46
}
},
"extra": {
"rawValue": "inline",
"raw": "'inline'"
},
"value": "inline"
}
}
},
{
"type": "ExpressionStatement",
"start": 6434,
"end": 6477,
"loc": {
"start": {
"line": 217,
"column": 12
},
"end": {
"line": 217,
"column": 55
}
},
"expression": {
"type": "CallExpression",
"start": 6434,
"end": 6476,
"loc": {
"start": {
"line": 217,
"column": 12
},
"end": {
"line": 217,
"column": 54
}
},
"callee": {
"type": "Identifier",
"start": 6434,
"end": 6440,
"loc": {
"start": {
"line": 217,
"column": 12
},
"end": {
"line": 217,
"column": 18
},
"identifierName": "addEvt"
},
"name": "addEvt"
},
"arguments": [
{
"type": "Identifier",
"start": 6441,
"end": 6445,
"loc": {
"start": {
"line": 217,
"column": 19
},
"end": {
"line": 217,
"column": 23
},
"identifierName": "root"
},
"name": "root"
},
{
"type": "StringLiteral",
"start": 6447,
"end": 6456,
"loc": {
"start": {
"line": 217,
"column": 25
},
"end": {
"line": 217,
"column": 34
}
},
"extra": {
"rawValue": "mouseup",
"raw": "'mouseup'"
},
"value": "mouseup"
},
{
"type": "MemberExpression",
"start": 6458,
"end": 6475,
"loc": {
"start": {
"line": 217,
"column": 36
},
"end": {
"line": 217,
"column": 53
}
},
"object": {
"type": "ThisExpression",
"start": 6458,
"end": 6462,
"loc": {
"start": {
"line": 217,
"column": 36
},
"end": {
"line": 217,
"column": 40
}
}
},
"property": {
"type": "Identifier",
"start": 6463,
"end": 6475,
"loc": {
"start": {
"line": 217,
"column": 41
},
"end": {
"line": 217,
"column": 53
},
"identifierName": "boundMouseup"
},
"name": "boundMouseup"
},
"computed": false
}
]
}
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 6493,
"end": 6548,
"loc": {
"start": {
"line": 218,
"column": 15
},
"end": {
"line": 220,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 6507,
"end": 6538,
"loc": {
"start": {
"line": 219,
"column": 12
},
"end": {
"line": 219,
"column": 43
}
},
"expression": {
"type": "AssignmentExpression",
"start": 6507,
"end": 6537,
"loc": {
"start": {
"line": 219,
"column": 12
},
"end": {
"line": 219,
"column": 42
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 6507,
"end": 6530,
"loc": {
"start": {
"line": 219,
"column": 12
},
"end": {
"line": 219,
"column": 35
}
},
"object": {
"type": "MemberExpression",
"start": 6507,
"end": 6522,
"loc": {
"start": {
"line": 219,
"column": 12
},
"end": {
"line": 219,
"column": 27
}
},
"object": {
"type": "MemberExpression",
"start": 6507,
"end": 6516,
"loc": {
"start": {
"line": 219,
"column": 12
},
"end": {
"line": 219,
"column": 21
}
},
"object": {
"type": "ThisExpression",
"start": 6507,
"end": 6511,
"loc": {
"start": {
"line": 219,
"column": 12
},
"end": {
"line": 219,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 6512,
"end": 6516,
"loc": {
"start": {
"line": 219,
"column": 17
},
"end": {
"line": 219,
"column": 21
},
"identifierName": "cont"
},
"name": "cont"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6517,
"end": 6522,
"loc": {
"start": {
"line": 219,
"column": 22
},
"end": {
"line": 219,
"column": 27
},
"identifierName": "style"
},
"name": "style"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6523,
"end": 6530,
"loc": {
"start": {
"line": 219,
"column": 28
},
"end": {
"line": 219,
"column": 35
},
"identifierName": "display"
},
"name": "display"
},
"computed": false
},
"right": {
"type": "Identifier",
"start": 6533,
"end": 6537,
"loc": {
"start": {
"line": 219,
"column": 38
},
"end": {
"line": 219,
"column": 42
},
"identifierName": "NONE"
},
"name": "NONE"
}
}
}
],
"directives": []
}
}
],
"directives": [],
"trailingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Toggle help pop-up\n ",
"start": 5912,
"end": 5949,
"loc": {
"start": {
"line": 201,
"column": 4
},
"end": {
"line": 203,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Remove help UI\n ",
"start": 6560,
"end": 6593,
"loc": {
"start": {
"line": 223,
"column": 4
},
"end": {
"line": 225,
"column": 7
}
}
}
]
},
{
"type": "ClassMethod",
"start": 6598,
"end": 6858,
"loc": {
"start": {
"line": 226,
"column": 4
},
"end": {
"line": 238,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 6598,
"end": 6605,
"loc": {
"start": {
"line": 226,
"column": 4
},
"end": {
"line": 226,
"column": 11
},
"identifierName": "destroy"
},
"name": "destroy",
"leadingComments": null
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 6608,
"end": 6858,
"loc": {
"start": {
"line": 226,
"column": 14
},
"end": {
"line": 238,
"column": 5
}
},
"body": [
{
"type": "IfStatement",
"start": 6618,
"end": 6672,
"loc": {
"start": {
"line": 227,
"column": 8
},
"end": {
"line": 229,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 6622,
"end": 6639,
"loc": {
"start": {
"line": 227,
"column": 12
},
"end": {
"line": 227,
"column": 29
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 6623,
"end": 6639,
"loc": {
"start": {
"line": 227,
"column": 13
},
"end": {
"line": 227,
"column": 29
}
},
"object": {
"type": "ThisExpression",
"start": 6623,
"end": 6627,
"loc": {
"start": {
"line": 227,
"column": 13
},
"end": {
"line": 227,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"start": 6628,
"end": 6639,
"loc": {
"start": {
"line": 227,
"column": 18
},
"end": {
"line": 227,
"column": 29
},
"identifierName": "initialized"
},
"name": "initialized"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 6641,
"end": 6672,
"loc": {
"start": {
"line": 227,
"column": 31
},
"end": {
"line": 229,
"column": 9
}
},
"body": [
{
"type": "ReturnStatement",
"start": 6655,
"end": 6662,
"loc": {
"start": {
"line": 228,
"column": 12
},
"end": {
"line": 228,
"column": 19
}
},
"argument": null
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 6681,
"end": 6701,
"loc": {
"start": {
"line": 230,
"column": 8
},
"end": {
"line": 230,
"column": 28
}
},
"expression": {
"type": "CallExpression",
"start": 6681,
"end": 6700,
"loc": {
"start": {
"line": 230,
"column": 8
},
"end": {
"line": 230,
"column": 27
}
},
"callee": {
"type": "Identifier",
"start": 6681,
"end": 6690,
"loc": {
"start": {
"line": 230,
"column": 8
},
"end": {
"line": 230,
"column": 17
},
"identifierName": "removeElm"
},
"name": "removeElm"
},
"arguments": [
{
"type": "MemberExpression",
"start": 6691,
"end": 6699,
"loc": {
"start": {
"line": 230,
"column": 18
},
"end": {
"line": 230,
"column": 26
}
},
"object": {
"type": "ThisExpression",
"start": 6691,
"end": 6695,
"loc": {
"start": {
"line": 230,
"column": 18
},
"end": {
"line": 230,
"column": 22
}
}
},
"property": {
"type": "Identifier",
"start": 6696,
"end": 6699,
"loc": {
"start": {
"line": 230,
"column": 23
},
"end": {
"line": 230,
"column": 26
},
"identifierName": "btn"
},
"name": "btn"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 6710,
"end": 6726,
"loc": {
"start": {
"line": 231,
"column": 8
},
"end": {
"line": 231,
"column": 24
}
},
"expression": {
"type": "AssignmentExpression",
"start": 6710,
"end": 6725,
"loc": {
"start": {
"line": 231,
"column": 8
},
"end": {
"line": 231,
"column": 23
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 6710,
"end": 6718,
"loc": {
"start": {
"line": 231,
"column": 8
},
"end": {
"line": 231,
"column": 16
}
},
"object": {
"type": "ThisExpression",
"start": 6710,
"end": 6714,
"loc": {
"start": {
"line": 231,
"column": 8
},
"end": {
"line": 231,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 6715,
"end": 6718,
"loc": {
"start": {
"line": 231,
"column": 13
},
"end": {
"line": 231,
"column": 16
},
"identifierName": "btn"
},
"name": "btn"
},
"computed": false
},
"right": {
"type": "NullLiteral",
"start": 6721,
"end": 6725,
"loc": {
"start": {
"line": 231,
"column": 19
},
"end": {
"line": 231,
"column": 23
}
}
}
}
},
{
"type": "ExpressionStatement",
"start": 6736,
"end": 6757,
"loc": {
"start": {
"line": 233,
"column": 8
},
"end": {
"line": 233,
"column": 29
}
},
"expression": {
"type": "CallExpression",
"start": 6736,
"end": 6756,
"loc": {
"start": {
"line": 233,
"column": 8
},
"end": {
"line": 233,
"column": 28
}
},
"callee": {
"type": "Identifier",
"start": 6736,
"end": 6745,
"loc": {
"start": {
"line": 233,
"column": 8
},
"end": {
"line": 233,
"column": 17
},
"identifierName": "removeElm"
},
"name": "removeElm"
},
"arguments": [
{
"type": "MemberExpression",
"start": 6746,
"end": 6755,
"loc": {
"start": {
"line": 233,
"column": 18
},
"end": {
"line": 233,
"column": 27
}
},
"object": {
"type": "ThisExpression",
"start": 6746,
"end": 6750,
"loc": {
"start": {
"line": 233,
"column": 18
},
"end": {
"line": 233,
"column": 22
}
}
},
"property": {
"type": "Identifier",
"start": 6751,
"end": 6755,
"loc": {
"start": {
"line": 233,
"column": 23
},
"end": {
"line": 233,
"column": 27
},
"identifierName": "cont"
},
"name": "cont"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 6766,
"end": 6783,
"loc": {
"start": {
"line": 234,
"column": 8
},
"end": {
"line": 234,
"column": 25
}
},
"expression": {
"type": "AssignmentExpression",
"start": 6766,
"end": 6782,
"loc": {
"start": {
"line": 234,
"column": 8
},
"end": {
"line": 234,
"column": 24
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 6766,
"end": 6775,
"loc": {
"start": {
"line": 234,
"column": 8
},
"end": {
"line": 234,
"column": 17
}
},
"object": {
"type": "ThisExpression",
"start": 6766,
"end": 6770,
"loc": {
"start": {
"line": 234,
"column": 8
},
"end": {
"line": 234,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 6771,
"end": 6775,
"loc": {
"start": {
"line": 234,
"column": 13
},
"end": {
"line": 234,
"column": 17
},
"identifierName": "cont"
},
"name": "cont"
},
"computed": false
},
"right": {
"type": "NullLiteral",
"start": 6778,
"end": 6782,
"loc": {
"start": {
"line": 234,
"column": 20
},
"end": {
"line": 234,
"column": 24
}
}
}
}
},
{
"type": "ExpressionStatement",
"start": 6793,
"end": 6818,
"loc": {
"start": {
"line": 236,
"column": 8
},
"end": {
"line": 236,
"column": 33
}
},
"expression": {
"type": "AssignmentExpression",
"start": 6793,
"end": 6817,
"loc": {
"start": {
"line": 236,
"column": 8
},
"end": {
"line": 236,
"column": 32
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 6793,
"end": 6810,
"loc": {
"start": {
"line": 236,
"column": 8
},
"end": {
"line": 236,
"column": 25
}
},
"object": {
"type": "ThisExpression",
"start": 6793,
"end": 6797,
"loc": {
"start": {
"line": 236,
"column": 8
},
"end": {
"line": 236,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 6798,
"end": 6810,
"loc": {
"start": {
"line": 236,
"column": 13
},
"end": {
"line": 236,
"column": 25
},
"identifierName": "boundMouseup"
},
"name": "boundMouseup"
},
"computed": false
},
"right": {
"type": "NullLiteral",
"start": 6813,
"end": 6817,
"loc": {
"start": {
"line": 236,
"column": 28
},
"end": {
"line": 236,
"column": 32
}
}
}
}
},
{
"type": "ExpressionStatement",
"start": 6827,
"end": 6852,
"loc": {
"start": {
"line": 237,
"column": 8
},
"end": {
"line": 237,
"column": 33
}
},
"expression": {
"type": "AssignmentExpression",
"start": 6827,
"end": 6851,
"loc": {
"start": {
"line": 237,
"column": 8
},
"end": {
"line": 237,
"column": 32
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 6827,
"end": 6843,
"loc": {
"start": {
"line": 237,
"column": 8
},
"end": {
"line": 237,
"column": 24
}
},
"object": {
"type": "ThisExpression",
"start": 6827,
"end": 6831,
"loc": {
"start": {
"line": 237,
"column": 8
},
"end": {
"line": 237,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 6832,
"end": 6843,
"loc": {
"start": {
"line": 237,
"column": 13
},
"end": {
"line": 237,
"column": 24
},
"identifierName": "initialized"
},
"name": "initialized"
},
"computed": false
},
"right": {
"type": "BooleanLiteral",
"start": 6846,
"end": 6851,
"loc": {
"start": {
"line": 237,
"column": 27
},
"end": {
"line": 237,
"column": 32
}
},
"value": false
}
}
}
],
"directives": []
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Remove help UI\n ",
"start": 6560,
"end": 6593,
"loc": {
"start": {
"line": 223,
"column": 4
},
"end": {
"line": 225,
"column": 7
}
}
}
]
}
]
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Help UI component\n ",
"start": 490,
"end": 518,
"loc": {
"start": {
"line": 14,
"column": 0
},
"end": {
"line": 16,
"column": 3
}
}
}
],
"trailingComments": []
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Help UI component\n ",
"start": 490,
"end": 518,
"loc": {
"start": {
"line": 14,
"column": 0
},
"end": {
"line": 16,
"column": 3
}
}
}
]
}
],
"directives": []
},
"comments": [
{
"type": "CommentBlock",
"value": "*\n * Help UI component\n ",
"start": 490,
"end": 518,
"loc": {
"start": {
"line": 14,
"column": 0
},
"end": {
"line": 16,
"column": 3
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Creates an instance of Help\n * @param {TableFilter} tf TableFilter instance\n ",
"start": 560,
"end": 658,
"loc": {
"start": {
"line": 19,
"column": 4
},
"end": {
"line": 22,
"column": 7
}
}
},
{
"type": "CommentBlock",
"value": "*\n * ID of main custom container element\n * @type {String}\n ",
"start": 771,
"end": 859,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 31,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "*\n * ID of custom container element for instructions\n * @type {String}\n ",
"start": 922,
"end": 1022,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 37,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Instructions text (accepts HTML)\n * @type {String}\n ",
"start": 1099,
"end": 1184,
"loc": {
"start": {
"line": 40,
"column": 8
},
"end": {
"line": 43,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Instructions HTML\n * @type {String}\n ",
"start": 1752,
"end": 1822,
"loc": {
"start": {
"line": 53,
"column": 8
},
"end": {
"line": 56,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Help button text ('?')\n * @type {String}\n ",
"start": 1884,
"end": 1959,
"loc": {
"start": {
"line": 59,
"column": 8
},
"end": {
"line": 62,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Custom help button HTML\n * @type {String}\n ",
"start": 2022,
"end": 2098,
"loc": {
"start": {
"line": 65,
"column": 8
},
"end": {
"line": 68,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Css class for help button\n * @type {String}\n ",
"start": 2162,
"end": 2240,
"loc": {
"start": {
"line": 71,
"column": 8
},
"end": {
"line": 74,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Css class for help container element\n * @type {String}\n ",
"start": 2318,
"end": 2407,
"loc": {
"start": {
"line": 77,
"column": 8
},
"end": {
"line": 80,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Button DOM element\n * @type {DOMElement}\n ",
"start": 2493,
"end": 2568,
"loc": {
"start": {
"line": 83,
"column": 8
},
"end": {
"line": 86,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Help container DOM element\n * @type {DOMElement}\n ",
"start": 2603,
"end": 2686,
"loc": {
"start": {
"line": 89,
"column": 8
},
"end": {
"line": 92,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Bound mouseup wrapper\n * @private\n ",
"start": 2722,
"end": 2790,
"loc": {
"start": {
"line": 95,
"column": 8
},
"end": {
"line": 98,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Default HTML appended to instructions text\n * @type {String}\n ",
"start": 2834,
"end": 2929,
"loc": {
"start": {
"line": 101,
"column": 8
},
"end": {
"line": 104,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Default position in toolbar ('left'|'center'|'right')\n * @type {String}\n ",
"start": 3350,
"end": 3456,
"loc": {
"start": {
"line": 112,
"column": 8
},
"end": {
"line": 115,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Mouse-up event handler handling popup auto-close behaviour\n * @private\n ",
"start": 3599,
"end": 3692,
"loc": {
"start": {
"line": 121,
"column": 4
},
"end": {
"line": 124,
"column": 7
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Initialise Help instance\n ",
"start": 4023,
"end": 4066,
"loc": {
"start": {
"line": 139,
"column": 4
},
"end": {
"line": 141,
"column": 7
}
}
},
{
"type": "CommentLine",
"value": "help button is added to defined element",
"start": 4388,
"end": 4429,
"loc": {
"start": {
"line": 156,
"column": 8
},
"end": {
"line": 156,
"column": 49
}
}
},
{
"type": "CommentBlock",
"value": "* @inherited ",
"start": 5793,
"end": 5810,
"loc": {
"start": {
"line": 195,
"column": 8
},
"end": {
"line": 195,
"column": 25
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Toggle help pop-up\n ",
"start": 5912,
"end": 5949,
"loc": {
"start": {
"line": 201,
"column": 4
},
"end": {
"line": 203,
"column": 7
}
}
},
{
"type": "CommentLine",
"value": " check only if explicitily disabled as in this case undefined",
"start": 5973,
"end": 6036,
"loc": {
"start": {
"line": 205,
"column": 8
},
"end": {
"line": 205,
"column": 71
}
}
},
{
"type": "CommentLine",
"value": " signifies the help feature is enabled by default",
"start": 6045,
"end": 6096,
"loc": {
"start": {
"line": 206,
"column": 8
},
"end": {
"line": 206,
"column": 59
}
}
},
{
"type": "CommentLine",
"value": " ensure mouseup event handler is removed",
"start": 6169,
"end": 6211,
"loc": {
"start": {
"line": 211,
"column": 8
},
"end": {
"line": 211,
"column": 50
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Remove help UI\n ",
"start": 6560,
"end": 6593,
"loc": {
"start": {
"line": 223,
"column": 4
},
"end": {
"line": 225,
"column": 7
}
}
}
],
"tokens": [
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 0,
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 7,
"end": 8,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Feature",
"start": 8,
"end": 15,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 15
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 15,
"end": 16,
"loc": {
"start": {
"line": 1,
"column": 15
},
"end": {
"line": 1,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 17,
"end": 21,
"loc": {
"start": {
"line": 1,
"column": 17
},
"end": {
"line": 1,
"column": 21
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../feature",
"start": 22,
"end": 34,
"loc": {
"start": {
"line": 1,
"column": 22
},
"end": {
"line": 1,
"column": 34
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 34,
"end": 35,
"loc": {
"start": {
"line": 1,
"column": 34
},
"end": {
"line": 1,
"column": 35
}
}
},
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 36,
"end": 42,
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 43,
"end": 44,
"loc": {
"start": {
"line": 2,
"column": 7
},
"end": {
"line": 2,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createElm",
"start": 44,
"end": 53,
"loc": {
"start": {
"line": 2,
"column": 8
},
"end": {
"line": 2,
"column": 17
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 53,
"end": 54,
"loc": {
"start": {
"line": 2,
"column": 17
},
"end": {
"line": 2,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createText",
"start": 55,
"end": 65,
"loc": {
"start": {
"line": 2,
"column": 19
},
"end": {
"line": 2,
"column": 29
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 65,
"end": 66,
"loc": {
"start": {
"line": 2,
"column": 29
},
"end": {
"line": 2,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "elm",
"start": 67,
"end": 70,
"loc": {
"start": {
"line": 2,
"column": 31
},
"end": {
"line": 2,
"column": 34
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 70,
"end": 71,
"loc": {
"start": {
"line": 2,
"column": 34
},
"end": {
"line": 2,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "removeElm",
"start": 72,
"end": 81,
"loc": {
"start": {
"line": 2,
"column": 36
},
"end": {
"line": 2,
"column": 45
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 81,
"end": 82,
"loc": {
"start": {
"line": 2,
"column": 45
},
"end": {
"line": 2,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 83,
"end": 87,
"loc": {
"start": {
"line": 2,
"column": 47
},
"end": {
"line": 2,
"column": 51
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../dom",
"start": 88,
"end": 96,
"loc": {
"start": {
"line": 2,
"column": 52
},
"end": {
"line": 2,
"column": 60
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 96,
"end": 97,
"loc": {
"start": {
"line": 2,
"column": 60
},
"end": {
"line": 2,
"column": 61
}
}
},
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 98,
"end": 104,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 105,
"end": 106,
"loc": {
"start": {
"line": 3,
"column": 7
},
"end": {
"line": 3,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "addEvt",
"start": 106,
"end": 112,
"loc": {
"start": {
"line": 3,
"column": 8
},
"end": {
"line": 3,
"column": 14
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 112,
"end": 113,
"loc": {
"start": {
"line": 3,
"column": 14
},
"end": {
"line": 3,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "targetEvt",
"start": 114,
"end": 123,
"loc": {
"start": {
"line": 3,
"column": 16
},
"end": {
"line": 3,
"column": 25
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 123,
"end": 124,
"loc": {
"start": {
"line": 3,
"column": 25
},
"end": {
"line": 3,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "removeEvt",
"start": 125,
"end": 134,
"loc": {
"start": {
"line": 3,
"column": 27
},
"end": {
"line": 3,
"column": 36
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 134,
"end": 135,
"loc": {
"start": {
"line": 3,
"column": 36
},
"end": {
"line": 3,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 136,
"end": 140,
"loc": {
"start": {
"line": 3,
"column": 38
},
"end": {
"line": 3,
"column": 42
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../event",
"start": 141,
"end": 151,
"loc": {
"start": {
"line": 3,
"column": 43
},
"end": {
"line": 3,
"column": 53
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 151,
"end": 152,
"loc": {
"start": {
"line": 3,
"column": 53
},
"end": {
"line": 3,
"column": 54
}
}
},
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 153,
"end": 159,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 4,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 160,
"end": 161,
"loc": {
"start": {
"line": 4,
"column": 7
},
"end": {
"line": 4,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "NONE",
"start": 161,
"end": 165,
"loc": {
"start": {
"line": 4,
"column": 8
},
"end": {
"line": 4,
"column": 12
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 165,
"end": 166,
"loc": {
"start": {
"line": 4,
"column": 12
},
"end": {
"line": 4,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 167,
"end": 171,
"loc": {
"start": {
"line": 4,
"column": 14
},
"end": {
"line": 4,
"column": 18
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../const",
"start": 172,
"end": 182,
"loc": {
"start": {
"line": 4,
"column": 19
},
"end": {
"line": 4,
"column": 29
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 182,
"end": 183,
"loc": {
"start": {
"line": 4,
"column": 29
},
"end": {
"line": 4,
"column": 30
}
}
},
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 184,
"end": 190,
"loc": {
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 5,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 191,
"end": 192,
"loc": {
"start": {
"line": 5,
"column": 7
},
"end": {
"line": 5,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "root",
"start": 192,
"end": 196,
"loc": {
"start": {
"line": 5,
"column": 8
},
"end": {
"line": 5,
"column": 12
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 196,
"end": 197,
"loc": {
"start": {
"line": 5,
"column": 12
},
"end": {
"line": 5,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 198,
"end": 202,
"loc": {
"start": {
"line": 5,
"column": 14
},
"end": {
"line": 5,
"column": 18
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../root",
"start": 203,
"end": 212,
"loc": {
"start": {
"line": 5,
"column": 19
},
"end": {
"line": 5,
"column": 28
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 212,
"end": 213,
"loc": {
"start": {
"line": 5,
"column": 28
},
"end": {
"line": 5,
"column": 29
}
}
},
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 214,
"end": 220,
"loc": {
"start": {
"line": 6,
"column": 0
},
"end": {
"line": 6,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 221,
"end": 222,
"loc": {
"start": {
"line": 6,
"column": 7
},
"end": {
"line": 6,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "isEmpty",
"start": 222,
"end": 229,
"loc": {
"start": {
"line": 6,
"column": 8
},
"end": {
"line": 6,
"column": 15
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 229,
"end": 230,
"loc": {
"start": {
"line": 6,
"column": 15
},
"end": {
"line": 6,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "isNull",
"start": 231,
"end": 237,
"loc": {
"start": {
"line": 6,
"column": 17
},
"end": {
"line": 6,
"column": 23
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 237,
"end": 238,
"loc": {
"start": {
"line": 6,
"column": 23
},
"end": {
"line": 6,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 239,
"end": 243,
"loc": {
"start": {
"line": 6,
"column": 25
},
"end": {
"line": 6,
"column": 29
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../types",
"start": 244,
"end": 254,
"loc": {
"start": {
"line": 6,
"column": 30
},
"end": {
"line": 6,
"column": 40
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 254,
"end": 255,
"loc": {
"start": {
"line": 6,
"column": 40
},
"end": {
"line": 6,
"column": 41
}
}
},
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 256,
"end": 262,
"loc": {
"start": {
"line": 7,
"column": 0
},
"end": {
"line": 7,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 263,
"end": 264,
"loc": {
"start": {
"line": 7,
"column": 7
},
"end": {
"line": 7,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "defaultsStr",
"start": 264,
"end": 275,
"loc": {
"start": {
"line": 7,
"column": 8
},
"end": {
"line": 7,
"column": 19
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 275,
"end": 276,
"loc": {
"start": {
"line": 7,
"column": 19
},
"end": {
"line": 7,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 277,
"end": 281,
"loc": {
"start": {
"line": 7,
"column": 21
},
"end": {
"line": 7,
"column": 25
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../settings",
"start": 282,
"end": 295,
"loc": {
"start": {
"line": 7,
"column": 26
},
"end": {
"line": 7,
"column": 39
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 295,
"end": 296,
"loc": {
"start": {
"line": 7,
"column": 39
},
"end": {
"line": 7,
"column": 40
}
}
},
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 297,
"end": 303,
"loc": {
"start": {
"line": 8,
"column": 0
},
"end": {
"line": 8,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 304,
"end": 305,
"loc": {
"start": {
"line": 8,
"column": 7
},
"end": {
"line": 8,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "RIGHT",
"start": 305,
"end": 310,
"loc": {
"start": {
"line": 8,
"column": 8
},
"end": {
"line": 8,
"column": 13
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 310,
"end": 311,
"loc": {
"start": {
"line": 8,
"column": 13
},
"end": {
"line": 8,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 312,
"end": 316,
"loc": {
"start": {
"line": 8,
"column": 15
},
"end": {
"line": 8,
"column": 19
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "./toolbar",
"start": 317,
"end": 328,
"loc": {
"start": {
"line": 8,
"column": 20
},
"end": {
"line": 8,
"column": 31
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 328,
"end": 329,
"loc": {
"start": {
"line": 8,
"column": 31
},
"end": {
"line": 8,
"column": 32
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 331,
"end": 336,
"loc": {
"start": {
"line": 10,
"column": 0
},
"end": {
"line": 10,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "WIKI_URL",
"start": 337,
"end": 345,
"loc": {
"start": {
"line": 10,
"column": 6
},
"end": {
"line": 10,
"column": 14
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 346,
"end": 347,
"loc": {
"start": {
"line": 10,
"column": 15
},
"end": {
"line": 10,
"column": 16
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "https://github.com/koalyptus/TableFilter/wiki/",
"start": 348,
"end": 396,
"loc": {
"start": {
"line": 10,
"column": 17
},
"end": {
"line": 10,
"column": 65
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 397,
"end": 398,
"loc": {
"start": {
"line": 10,
"column": 66
},
"end": {
"line": 10,
"column": 67
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "4.-Filter-operators",
"start": 403,
"end": 424,
"loc": {
"start": {
"line": 11,
"column": 4
},
"end": {
"line": 11,
"column": 25
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 424,
"end": 425,
"loc": {
"start": {
"line": 11,
"column": 25
},
"end": {
"line": 11,
"column": 26
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 426,
"end": 431,
"loc": {
"start": {
"line": 12,
"column": 0
},
"end": {
"line": 12,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "WEBSITE_URL",
"start": 432,
"end": 443,
"loc": {
"start": {
"line": 12,
"column": 6
},
"end": {
"line": 12,
"column": 17
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 444,
"end": 445,
"loc": {
"start": {
"line": 12,
"column": 18
},
"end": {
"line": 12,
"column": 19
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "http://koalyptus.github.io/TableFilter/",
"start": 446,
"end": 487,
"loc": {
"start": {
"line": 12,
"column": 20
},
"end": {
"line": 12,
"column": 61
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 487,
"end": 488,
"loc": {
"start": {
"line": 12,
"column": 61
},
"end": {
"line": 12,
"column": 62
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Help UI component\n ",
"start": 490,
"end": 518,
"loc": {
"start": {
"line": 14,
"column": 0
},
"end": {
"line": 16,
"column": 3
}
}
},
{
"type": {
"label": "export",
"keyword": "export",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "export",
"start": 519,
"end": 525,
"loc": {
"start": {
"line": 17,
"column": 0
},
"end": {
"line": 17,
"column": 6
}
}
},
{
"type": {
"label": "class",
"keyword": "class",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "class",
"start": 526,
"end": 531,
"loc": {
"start": {
"line": 17,
"column": 7
},
"end": {
"line": 17,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Help",
"start": 532,
"end": 536,
"loc": {
"start": {
"line": 17,
"column": 13
},
"end": {
"line": 17,
"column": 17
}
}
},
{
"type": {
"label": "extends",
"keyword": "extends",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "extends",
"start": 537,
"end": 544,
"loc": {
"start": {
"line": 17,
"column": 18
},
"end": {
"line": 17,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Feature",
"start": 545,
"end": 552,
"loc": {
"start": {
"line": 17,
"column": 26
},
"end": {
"line": 17,
"column": 33
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 553,
"end": 554,
"loc": {
"start": {
"line": 17,
"column": 34
},
"end": {
"line": 17,
"column": 35
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Creates an instance of Help\n * @param {TableFilter} tf TableFilter instance\n ",
"start": 560,
"end": 658,
"loc": {
"start": {
"line": 19,
"column": 4
},
"end": {
"line": 22,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "constructor",
"start": 663,
"end": 674,
"loc": {
"start": {
"line": 23,
"column": 4
},
"end": {
"line": 23,
"column": 15
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 674,
"end": 675,
"loc": {
"start": {
"line": 23,
"column": 15
},
"end": {
"line": 23,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tf",
"start": 675,
"end": 677,
"loc": {
"start": {
"line": 23,
"column": 16
},
"end": {
"line": 23,
"column": 18
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 677,
"end": 678,
"loc": {
"start": {
"line": 23,
"column": 18
},
"end": {
"line": 23,
"column": 19
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 679,
"end": 680,
"loc": {
"start": {
"line": 23,
"column": 20
},
"end": {
"line": 23,
"column": 21
}
}
},
{
"type": {
"label": "super",
"keyword": "super",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "super",
"start": 689,
"end": 694,
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 694,
"end": 695,
"loc": {
"start": {
"line": 24,
"column": 13
},
"end": {
"line": 24,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tf",
"start": 695,
"end": 697,
"loc": {
"start": {
"line": 24,
"column": 14
},
"end": {
"line": 24,
"column": 16
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 697,
"end": 698,
"loc": {
"start": {
"line": 24,
"column": 16
},
"end": {
"line": 24,
"column": 17
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "help",
"start": 699,
"end": 705,
"loc": {
"start": {
"line": 24,
"column": 18
},
"end": {
"line": 24,
"column": 24
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 705,
"end": 706,
"loc": {
"start": {
"line": 24,
"column": 24
},
"end": {
"line": 24,
"column": 25
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 706,
"end": 707,
"loc": {
"start": {
"line": 24,
"column": 25
},
"end": {
"line": 24,
"column": 26
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 717,
"end": 720,
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "f",
"start": 721,
"end": 722,
"loc": {
"start": {
"line": 26,
"column": 12
},
"end": {
"line": 26,
"column": 13
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 723,
"end": 724,
"loc": {
"start": {
"line": 26,
"column": 14
},
"end": {
"line": 26,
"column": 15
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 725,
"end": 729,
"loc": {
"start": {
"line": 26,
"column": 16
},
"end": {
"line": 26,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 729,
"end": 730,
"loc": {
"start": {
"line": 26,
"column": 20
},
"end": {
"line": 26,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "config",
"start": 730,
"end": 736,
"loc": {
"start": {
"line": 26,
"column": 21
},
"end": {
"line": 26,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 736,
"end": 737,
"loc": {
"start": {
"line": 26,
"column": 27
},
"end": {
"line": 26,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "help_instructions",
"start": 737,
"end": 754,
"loc": {
"start": {
"line": 26,
"column": 28
},
"end": {
"line": 26,
"column": 45
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 755,
"end": 757,
"loc": {
"start": {
"line": 26,
"column": 46
},
"end": {
"line": 26,
"column": 48
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 758,
"end": 759,
"loc": {
"start": {
"line": 26,
"column": 49
},
"end": {
"line": 26,
"column": 50
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 759,
"end": 760,
"loc": {
"start": {
"line": 26,
"column": 50
},
"end": {
"line": 26,
"column": 51
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 760,
"end": 761,
"loc": {
"start": {
"line": 26,
"column": 51
},
"end": {
"line": 26,
"column": 52
}
}
},
{
"type": "CommentBlock",
"value": "*\n * ID of main custom container element\n * @type {String}\n ",
"start": 771,
"end": 859,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 31,
"column": 11
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 868,
"end": 872,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 872,
"end": 873,
"loc": {
"start": {
"line": 32,
"column": 12
},
"end": {
"line": 32,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tgtId",
"start": 873,
"end": 878,
"loc": {
"start": {
"line": 32,
"column": 13
},
"end": {
"line": 32,
"column": 18
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 879,
"end": 880,
"loc": {
"start": {
"line": 32,
"column": 19
},
"end": {
"line": 32,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "defaultsStr",
"start": 881,
"end": 892,
"loc": {
"start": {
"line": 32,
"column": 21
},
"end": {
"line": 32,
"column": 32
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 892,
"end": 893,
"loc": {
"start": {
"line": 32,
"column": 32
},
"end": {
"line": 32,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "f",
"start": 893,
"end": 894,
"loc": {
"start": {
"line": 32,
"column": 33
},
"end": {
"line": 32,
"column": 34
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 894,
"end": 895,
"loc": {
"start": {
"line": 32,
"column": 34
},
"end": {
"line": 32,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "target_id",
"start": 895,
"end": 904,
"loc": {
"start": {
"line": 32,
"column": 35
},
"end": {
"line": 32,
"column": 44
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 904,
"end": 905,
"loc": {
"start": {
"line": 32,
"column": 44
},
"end": {
"line": 32,
"column": 45
}
}
},
{
"type": {
"label": "null",
"keyword": "null",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "null",
"start": 906,
"end": 910,
"loc": {
"start": {
"line": 32,
"column": 46
},
"end": {
"line": 32,
"column": 50
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 910,
"end": 911,
"loc": {
"start": {
"line": 32,
"column": 50
},
"end": {
"line": 32,
"column": 51
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 911,
"end": 912,
"loc": {
"start": {
"line": 32,
"column": 51
},
"end": {
"line": 32,
"column": 52
}
}
},
{
"type": "CommentBlock",
"value": "*\n * ID of custom container element for instructions\n * @type {String}\n ",
"start": 922,
"end": 1022,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 37,
"column": 11
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1031,
"end": 1035,
"loc": {
"start": {
"line": 38,
"column": 8
},
"end": {
"line": 38,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1035,
"end": 1036,
"loc": {
"start": {
"line": 38,
"column": 12
},
"end": {
"line": 38,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "contTgtId",
"start": 1036,
"end": 1045,
"loc": {
"start": {
"line": 38,
"column": 13
},
"end": {
"line": 38,
"column": 22
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1046,
"end": 1047,
"loc": {
"start": {
"line": 38,
"column": 23
},
"end": {
"line": 38,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "defaultsStr",
"start": 1048,
"end": 1059,
"loc": {
"start": {
"line": 38,
"column": 25
},
"end": {
"line": 38,
"column": 36
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1059,
"end": 1060,
"loc": {
"start": {
"line": 38,
"column": 36
},
"end": {
"line": 38,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "f",
"start": 1060,
"end": 1061,
"loc": {
"start": {
"line": 38,
"column": 37
},
"end": {
"line": 38,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1061,
"end": 1062,
"loc": {
"start": {
"line": 38,
"column": 38
},
"end": {
"line": 38,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "container_target_id",
"start": 1062,
"end": 1081,
"loc": {
"start": {
"line": 38,
"column": 39
},
"end": {
"line": 38,
"column": 58
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1081,
"end": 1082,
"loc": {
"start": {
"line": 38,
"column": 58
},
"end": {
"line": 38,
"column": 59
}
}
},
{
"type": {
"label": "null",
"keyword": "null",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "null",
"start": 1083,
"end": 1087,
"loc": {
"start": {
"line": 38,
"column": 60
},
"end": {
"line": 38,
"column": 64
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1087,
"end": 1088,
"loc": {
"start": {
"line": 38,
"column": 64
},
"end": {
"line": 38,
"column": 65
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1088,
"end": 1089,
"loc": {
"start": {
"line": 38,
"column": 65
},
"end": {
"line": 38,
"column": 66
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Instructions text (accepts HTML)\n * @type {String}\n ",
"start": 1099,
"end": 1184,
"loc": {
"start": {
"line": 40,
"column": 8
},
"end": {
"line": 43,
"column": 11
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1193,
"end": 1197,
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 44,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1197,
"end": 1198,
"loc": {
"start": {
"line": 44,
"column": 12
},
"end": {
"line": 44,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "instrText",
"start": 1198,
"end": 1207,
"loc": {
"start": {
"line": 44,
"column": 13
},
"end": {
"line": 44,
"column": 22
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1208,
"end": 1209,
"loc": {
"start": {
"line": 44,
"column": 23
},
"end": {
"line": 44,
"column": 24
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 1210,
"end": 1211,
"loc": {
"start": {
"line": 44,
"column": 25
},
"end": {
"line": 44,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "isEmpty",
"start": 1211,
"end": 1218,
"loc": {
"start": {
"line": 44,
"column": 26
},
"end": {
"line": 44,
"column": 33
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1218,
"end": 1219,
"loc": {
"start": {
"line": 44,
"column": 33
},
"end": {
"line": 44,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "f",
"start": 1219,
"end": 1220,
"loc": {
"start": {
"line": 44,
"column": 34
},
"end": {
"line": 44,
"column": 35
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1220,
"end": 1221,
"loc": {
"start": {
"line": 44,
"column": 35
},
"end": {
"line": 44,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "text",
"start": 1221,
"end": 1225,
"loc": {
"start": {
"line": 44,
"column": 36
},
"end": {
"line": 44,
"column": 40
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1225,
"end": 1226,
"loc": {
"start": {
"line": 44,
"column": 40
},
"end": {
"line": 44,
"column": 41
}
}
},
{
"type": {
"label": "?",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1227,
"end": 1228,
"loc": {
"start": {
"line": 44,
"column": 42
},
"end": {
"line": 44,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "f",
"start": 1229,
"end": 1230,
"loc": {
"start": {
"line": 44,
"column": 44
},
"end": {
"line": 44,
"column": 45
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1230,
"end": 1231,
"loc": {
"start": {
"line": 44,
"column": 45
},
"end": {
"line": 44,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "text",
"start": 1231,
"end": 1235,
"loc": {
"start": {
"line": 44,
"column": 46
},
"end": {
"line": 44,
"column": 50
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1236,
"end": 1237,
"loc": {
"start": {
"line": 44,
"column": 51
},
"end": {
"line": 44,
"column": 52
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Use the filters above each column to filter and limit table ",
"start": 1250,
"end": 1312,
"loc": {
"start": {
"line": 45,
"column": 12
},
"end": {
"line": 45,
"column": 74
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 1313,
"end": 1314,
"loc": {
"start": {
"line": 45,
"column": 75
},
"end": {
"line": 45,
"column": 76
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "data. Advanced searches can be performed by using the following ",
"start": 1327,
"end": 1393,
"loc": {
"start": {
"line": 46,
"column": 12
},
"end": {
"line": 46,
"column": 78
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 1394,
"end": 1395,
"loc": {
"start": {
"line": 46,
"column": 79
},
"end": {
"line": 46,
"column": 80
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "operators: <br /><b>&lt;</b>, <b>&lt;=</b>, <b>&gt;</b>, ",
"start": 1408,
"end": 1467,
"loc": {
"start": {
"line": 47,
"column": 12
},
"end": {
"line": 47,
"column": 71
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 1468,
"end": 1469,
"loc": {
"start": {
"line": 47,
"column": 72
},
"end": {
"line": 47,
"column": 73
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "<b>&gt;=</b>, <b>=</b>, <b>*</b>, <b>!</b>, <b>{</b>, <b>}</b>, ",
"start": 1482,
"end": 1548,
"loc": {
"start": {
"line": 48,
"column": 12
},
"end": {
"line": 48,
"column": 78
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 1549,
"end": 1550,
"loc": {
"start": {
"line": 48,
"column": 79
},
"end": {
"line": 48,
"column": 80
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "<b>||</b>,<b>&amp;&amp;</b>, <b>[empty]</b>, <b>[nonempty]</b>, ",
"start": 1563,
"end": 1629,
"loc": {
"start": {
"line": 49,
"column": 12
},
"end": {
"line": 49,
"column": 78
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 1630,
"end": 1631,
"loc": {
"start": {
"line": 49,
"column": 79
},
"end": {
"line": 49,
"column": 80
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "<b>rgx:</b><br/><a href=\"",
"start": 1644,
"end": 1671,
"loc": {
"start": {
"line": 50,
"column": 12
},
"end": {
"line": 50,
"column": 39
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 1672,
"end": 1673,
"loc": {
"start": {
"line": 50,
"column": 40
},
"end": {
"line": 50,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "WIKI_URL",
"start": 1674,
"end": 1682,
"loc": {
"start": {
"line": 50,
"column": 42
},
"end": {
"line": 50,
"column": 50
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 1683,
"end": 1684,
"loc": {
"start": {
"line": 50,
"column": 51
},
"end": {
"line": 50,
"column": 52
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "\" target=\"_blank\">",
"start": 1685,
"end": 1705,
"loc": {
"start": {
"line": 50,
"column": 53
},
"end": {
"line": 50,
"column": 73
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 1706,
"end": 1707,
"loc": {
"start": {
"line": 50,
"column": 74
},
"end": {
"line": 50,
"column": 75
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Learn more</a><hr/>",
"start": 1720,
"end": 1741,
"loc": {
"start": {
"line": 51,
"column": 12
},
"end": {
"line": 51,
"column": 33
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1741,
"end": 1742,
"loc": {
"start": {
"line": 51,
"column": 33
},
"end": {
"line": 51,
"column": 34
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Instructions HTML\n * @type {String}\n ",
"start": 1752,
"end": 1822,
"loc": {
"start": {
"line": 53,
"column": 8
},
"end": {
"line": 56,
"column": 11
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1831,
"end": 1835,
"loc": {
"start": {
"line": 57,
"column": 8
},
"end": {
"line": 57,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1835,
"end": 1836,
"loc": {
"start": {
"line": 57,
"column": 12
},
"end": {
"line": 57,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "instrHtml",
"start": 1836,
"end": 1845,
"loc": {
"start": {
"line": 57,
"column": 13
},
"end": {
"line": 57,
"column": 22
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1846,
"end": 1847,
"loc": {
"start": {
"line": 57,
"column": 23
},
"end": {
"line": 57,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "defaultsStr",
"start": 1848,
"end": 1859,
"loc": {
"start": {
"line": 57,
"column": 25
},
"end": {
"line": 57,
"column": 36
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1859,
"end": 1860,
"loc": {
"start": {
"line": 57,
"column": 36
},
"end": {
"line": 57,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "f",
"start": 1860,
"end": 1861,
"loc": {
"start": {
"line": 57,
"column": 37
},
"end": {
"line": 57,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1861,
"end": 1862,
"loc": {
"start": {
"line": 57,
"column": 38
},
"end": {
"line": 57,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 1862,
"end": 1866,
"loc": {
"start": {
"line": 57,
"column": 39
},
"end": {
"line": 57,
"column": 43
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1866,
"end": 1867,
"loc": {
"start": {
"line": 57,
"column": 43
},
"end": {
"line": 57,
"column": 44
}
}
},
{
"type": {
"label": "null",
"keyword": "null",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "null",
"start": 1868,
"end": 1872,
"loc": {
"start": {
"line": 57,
"column": 45
},
"end": {
"line": 57,
"column": 49
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1872,
"end": 1873,
"loc": {
"start": {
"line": 57,
"column": 49
},
"end": {
"line": 57,
"column": 50
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1873,
"end": 1874,
"loc": {
"start": {
"line": 57,
"column": 50
},
"end": {
"line": 57,
"column": 51
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Help button text ('?')\n * @type {String}\n ",
"start": 1884,
"end": 1959,
"loc": {
"start": {
"line": 59,
"column": 8
},
"end": {
"line": 62,
"column": 11
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1968,
"end": 1972,
"loc": {
"start": {
"line": 63,
"column": 8
},
"end": {
"line": 63,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1972,
"end": 1973,
"loc": {
"start": {
"line": 63,
"column": 12
},
"end": {
"line": 63,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "btnText",
"start": 1973,
"end": 1980,
"loc": {
"start": {
"line": 63,
"column": 13
},
"end": {
"line": 63,
"column": 20
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1981,
"end": 1982,
"loc": {
"start": {
"line": 63,
"column": 21
},
"end": {
"line": 63,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "defaultsStr",
"start": 1983,
"end": 1994,
"loc": {
"start": {
"line": 63,
"column": 23
},
"end": {
"line": 63,
"column": 34
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1994,
"end": 1995,
"loc": {
"start": {
"line": 63,
"column": 34
},
"end": {
"line": 63,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "f",
"start": 1995,
"end": 1996,
"loc": {
"start": {
"line": 63,
"column": 35
},
"end": {
"line": 63,
"column": 36
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1996,
"end": 1997,
"loc": {
"start": {
"line": 63,
"column": 36
},
"end": {
"line": 63,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "btn_text",
"start": 1997,
"end": 2005,
"loc": {
"start": {
"line": 63,
"column": 37
},
"end": {
"line": 63,
"column": 45
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2005,
"end": 2006,
"loc": {
"start": {
"line": 63,
"column": 45
},
"end": {
"line": 63,
"column": 46
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "?",
"start": 2007,
"end": 2010,
"loc": {
"start": {
"line": 63,
"column": 47
},
"end": {
"line": 63,
"column": 50
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2010,
"end": 2011,
"loc": {
"start": {
"line": 63,
"column": 50
},
"end": {
"line": 63,
"column": 51
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2011,
"end": 2012,
"loc": {
"start": {
"line": 63,
"column": 51
},
"end": {
"line": 63,
"column": 52
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Custom help button HTML\n * @type {String}\n ",
"start": 2022,
"end": 2098,
"loc": {
"start": {
"line": 65,
"column": 8
},
"end": {
"line": 68,
"column": 11
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 2107,
"end": 2111,
"loc": {
"start": {
"line": 69,
"column": 8
},
"end": {
"line": 69,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2111,
"end": 2112,
"loc": {
"start": {
"line": 69,
"column": 12
},
"end": {
"line": 69,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "btnHtml",
"start": 2112,
"end": 2119,
"loc": {
"start": {
"line": 69,
"column": 13
},
"end": {
"line": 69,
"column": 20
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2120,
"end": 2121,
"loc": {
"start": {
"line": 69,
"column": 21
},
"end": {
"line": 69,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "defaultsStr",
"start": 2122,
"end": 2133,
"loc": {
"start": {
"line": 69,
"column": 23
},
"end": {
"line": 69,
"column": 34
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2133,
"end": 2134,
"loc": {
"start": {
"line": 69,
"column": 34
},
"end": {
"line": 69,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "f",
"start": 2134,
"end": 2135,
"loc": {
"start": {
"line": 69,
"column": 35
},
"end": {
"line": 69,
"column": 36
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2135,
"end": 2136,
"loc": {
"start": {
"line": 69,
"column": 36
},
"end": {
"line": 69,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "btn_html",
"start": 2136,
"end": 2144,
"loc": {
"start": {
"line": 69,
"column": 37
},
"end": {
"line": 69,
"column": 45
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2144,
"end": 2145,
"loc": {
"start": {
"line": 69,
"column": 45
},
"end": {
"line": 69,
"column": 46
}
}
},
{
"type": {
"label": "null",
"keyword": "null",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "null",
"start": 2146,
"end": 2150,
"loc": {
"start": {
"line": 69,
"column": 47
},
"end": {
"line": 69,
"column": 51
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2150,
"end": 2151,
"loc": {
"start": {
"line": 69,
"column": 51
},
"end": {
"line": 69,
"column": 52
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2151,
"end": 2152,
"loc": {
"start": {
"line": 69,
"column": 52
},
"end": {
"line": 69,
"column": 53
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Css class for help button\n * @type {String}\n ",
"start": 2162,
"end": 2240,
"loc": {
"start": {
"line": 71,
"column": 8
},
"end": {
"line": 74,
"column": 11
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 2249,
"end": 2253,
"loc": {
"start": {
"line": 75,
"column": 8
},
"end": {
"line": 75,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2253,
"end": 2254,
"loc": {
"start": {
"line": 75,
"column": 12
},
"end": {
"line": 75,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "btnCssClass",
"start": 2254,
"end": 2265,
"loc": {
"start": {
"line": 75,
"column": 13
},
"end": {
"line": 75,
"column": 24
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2266,
"end": 2267,
"loc": {
"start": {
"line": 75,
"column": 25
},
"end": {
"line": 75,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "defaultsStr",
"start": 2268,
"end": 2279,
"loc": {
"start": {
"line": 75,
"column": 27
},
"end": {
"line": 75,
"column": 38
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2279,
"end": 2280,
"loc": {
"start": {
"line": 75,
"column": 38
},
"end": {
"line": 75,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "f",
"start": 2280,
"end": 2281,
"loc": {
"start": {
"line": 75,
"column": 39
},
"end": {
"line": 75,
"column": 40
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2281,
"end": 2282,
"loc": {
"start": {
"line": 75,
"column": 40
},
"end": {
"line": 75,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "btn_css_class",
"start": 2282,
"end": 2295,
"loc": {
"start": {
"line": 75,
"column": 41
},
"end": {
"line": 75,
"column": 54
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2295,
"end": 2296,
"loc": {
"start": {
"line": 75,
"column": 54
},
"end": {
"line": 75,
"column": 55
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "helpBtn",
"start": 2297,
"end": 2306,
"loc": {
"start": {
"line": 75,
"column": 56
},
"end": {
"line": 75,
"column": 65
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2306,
"end": 2307,
"loc": {
"start": {
"line": 75,
"column": 65
},
"end": {
"line": 75,
"column": 66
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2307,
"end": 2308,
"loc": {
"start": {
"line": 75,
"column": 66
},
"end": {
"line": 75,
"column": 67
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Css class for help container element\n * @type {String}\n ",
"start": 2318,
"end": 2407,
"loc": {
"start": {
"line": 77,
"column": 8
},
"end": {
"line": 80,
"column": 11
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 2416,
"end": 2420,
"loc": {
"start": {
"line": 81,
"column": 8
},
"end": {
"line": 81,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2420,
"end": 2421,
"loc": {
"start": {
"line": 81,
"column": 12
},
"end": {
"line": 81,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "contCssClass",
"start": 2421,
"end": 2433,
"loc": {
"start": {
"line": 81,
"column": 13
},
"end": {
"line": 81,
"column": 25
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2434,
"end": 2435,
"loc": {
"start": {
"line": 81,
"column": 26
},
"end": {
"line": 81,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "defaultsStr",
"start": 2436,
"end": 2447,
"loc": {
"start": {
"line": 81,
"column": 28
},
"end": {
"line": 81,
"column": 39
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2447,
"end": 2448,
"loc": {
"start": {
"line": 81,
"column": 39
},
"end": {
"line": 81,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "f",
"start": 2448,
"end": 2449,
"loc": {
"start": {
"line": 81,
"column": 40
},
"end": {
"line": 81,
"column": 41
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2449,
"end": 2450,
"loc": {
"start": {
"line": 81,
"column": 41
},
"end": {
"line": 81,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "container_css_class",
"start": 2450,
"end": 2469,
"loc": {
"start": {
"line": 81,
"column": 42
},
"end": {
"line": 81,
"column": 61
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2469,
"end": 2470,
"loc": {
"start": {
"line": 81,
"column": 61
},
"end": {
"line": 81,
"column": 62
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "helpCont",
"start": 2471,
"end": 2481,
"loc": {
"start": {
"line": 81,
"column": 63
},
"end": {
"line": 81,
"column": 73
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2481,
"end": 2482,
"loc": {
"start": {
"line": 81,
"column": 73
},
"end": {
"line": 81,
"column": 74
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2482,
"end": 2483,
"loc": {
"start": {
"line": 81,
"column": 74
},
"end": {
"line": 81,
"column": 75
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Button DOM element\n * @type {DOMElement}\n ",
"start": 2493,
"end": 2568,
"loc": {
"start": {
"line": 83,
"column": 8
},
"end": {
"line": 86,
"column": 11
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 2577,
"end": 2581,
"loc": {
"start": {
"line": 87,
"column": 8
},
"end": {
"line": 87,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2581,
"end": 2582,
"loc": {
"start": {
"line": 87,
"column": 12
},
"end": {
"line": 87,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "btn",
"start": 2582,
"end": 2585,
"loc": {
"start": {
"line": 87,
"column": 13
},
"end": {
"line": 87,
"column": 16
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2586,
"end": 2587,
"loc": {
"start": {
"line": 87,
"column": 17
},
"end": {
"line": 87,
"column": 18
}
}
},
{
"type": {
"label": "null",
"keyword": "null",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "null",
"start": 2588,
"end": 2592,
"loc": {
"start": {
"line": 87,
"column": 19
},
"end": {
"line": 87,
"column": 23
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2592,
"end": 2593,
"loc": {
"start": {
"line": 87,
"column": 23
},
"end": {
"line": 87,
"column": 24
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Help container DOM element\n * @type {DOMElement}\n ",
"start": 2603,
"end": 2686,
"loc": {
"start": {
"line": 89,
"column": 8
},
"end": {
"line": 92,
"column": 11
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 2695,
"end": 2699,
"loc": {
"start": {
"line": 93,
"column": 8
},
"end": {
"line": 93,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2699,
"end": 2700,
"loc": {
"start": {
"line": 93,
"column": 12
},
"end": {
"line": 93,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cont",
"start": 2700,
"end": 2704,
"loc": {
"start": {
"line": 93,
"column": 13
},
"end": {
"line": 93,
"column": 17
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2705,
"end": 2706,
"loc": {
"start": {
"line": 93,
"column": 18
},
"end": {
"line": 93,
"column": 19
}
}
},
{
"type": {
"label": "null",
"keyword": "null",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "null",
"start": 2707,
"end": 2711,
"loc": {
"start": {
"line": 93,
"column": 20
},
"end": {
"line": 93,
"column": 24
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2711,
"end": 2712,
"loc": {
"start": {
"line": 93,
"column": 24
},
"end": {
"line": 93,
"column": 25
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Bound mouseup wrapper\n * @private\n ",
"start": 2722,
"end": 2790,
"loc": {
"start": {
"line": 95,
"column": 8
},
"end": {
"line": 98,
"column": 11
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 2799,
"end": 2803,
"loc": {
"start": {
"line": 99,
"column": 8
},
"end": {
"line": 99,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2803,
"end": 2804,
"loc": {
"start": {
"line": 99,
"column": 12
},
"end": {
"line": 99,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "boundMouseup",
"start": 2804,
"end": 2816,
"loc": {
"start": {
"line": 99,
"column": 13
},
"end": {
"line": 99,
"column": 25
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2817,
"end": 2818,
"loc": {
"start": {
"line": 99,
"column": 26
},
"end": {
"line": 99,
"column": 27
}
}
},
{
"type": {
"label": "null",
"keyword": "null",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "null",
"start": 2819,
"end": 2823,
"loc": {
"start": {
"line": 99,
"column": 28
},
"end": {
"line": 99,
"column": 32
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2823,
"end": 2824,
"loc": {
"start": {
"line": 99,
"column": 32
},
"end": {
"line": 99,
"column": 33
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Default HTML appended to instructions text\n * @type {String}\n ",
"start": 2834,
"end": 2929,
"loc": {
"start": {
"line": 101,
"column": 8
},
"end": {
"line": 104,
"column": 11
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 2938,
"end": 2942,
"loc": {
"start": {
"line": 105,
"column": 8
},
"end": {
"line": 105,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2942,
"end": 2943,
"loc": {
"start": {
"line": 105,
"column": 12
},
"end": {
"line": 105,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "defaultHtml",
"start": 2943,
"end": 2954,
"loc": {
"start": {
"line": 105,
"column": 13
},
"end": {
"line": 105,
"column": 24
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2955,
"end": 2956,
"loc": {
"start": {
"line": 105,
"column": 25
},
"end": {
"line": 105,
"column": 26
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "<div class=\"helpFooter\"><h4>TableFilter ",
"start": 2957,
"end": 2999,
"loc": {
"start": {
"line": 105,
"column": 27
},
"end": {
"line": 105,
"column": 69
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 3000,
"end": 3001,
"loc": {
"start": {
"line": 105,
"column": 70
},
"end": {
"line": 105,
"column": 71
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "v",
"start": 3014,
"end": 3017,
"loc": {
"start": {
"line": 106,
"column": 12
},
"end": {
"line": 106,
"column": 15
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 3018,
"end": 3019,
"loc": {
"start": {
"line": 106,
"column": 16
},
"end": {
"line": 106,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tf",
"start": 3020,
"end": 3022,
"loc": {
"start": {
"line": 106,
"column": 18
},
"end": {
"line": 106,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3022,
"end": 3023,
"loc": {
"start": {
"line": 106,
"column": 20
},
"end": {
"line": 106,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "version",
"start": 3023,
"end": 3030,
"loc": {
"start": {
"line": 106,
"column": 21
},
"end": {
"line": 106,
"column": 28
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 3031,
"end": 3032,
"loc": {
"start": {
"line": 106,
"column": 29
},
"end": {
"line": 106,
"column": 30
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "</h4>",
"start": 3033,
"end": 3040,
"loc": {
"start": {
"line": 106,
"column": 31
},
"end": {
"line": 106,
"column": 38
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 3041,
"end": 3042,
"loc": {
"start": {
"line": 106,
"column": 39
},
"end": {
"line": 106,
"column": 40
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "<a href=\"",
"start": 3043,
"end": 3054,
"loc": {
"start": {
"line": 106,
"column": 41
},
"end": {
"line": 106,
"column": 52
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 3055,
"end": 3056,
"loc": {
"start": {
"line": 106,
"column": 53
},
"end": {
"line": 106,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "WEBSITE_URL",
"start": 3057,
"end": 3068,
"loc": {
"start": {
"line": 106,
"column": 55
},
"end": {
"line": 106,
"column": 66
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 3069,
"end": 3070,
"loc": {
"start": {
"line": 106,
"column": 67
},
"end": {
"line": 106,
"column": 68
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "\" target=\"_blank\">",
"start": 3083,
"end": 3103,
"loc": {
"start": {
"line": 107,
"column": 12
},
"end": {
"line": 107,
"column": 32
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 3104,
"end": 3105,
"loc": {
"start": {
"line": 107,
"column": 33
},
"end": {
"line": 107,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "WEBSITE_URL",
"start": 3106,
"end": 3117,
"loc": {
"start": {
"line": 107,
"column": 35
},
"end": {
"line": 107,
"column": 46
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 3118,
"end": 3119,
"loc": {
"start": {
"line": 107,
"column": 47
},
"end": {
"line": 107,
"column": 48
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "</a>",
"start": 3120,
"end": 3126,
"loc": {
"start": {
"line": 107,
"column": 49
},
"end": {
"line": 107,
"column": 55
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 3127,
"end": 3128,
"loc": {
"start": {
"line": 107,
"column": 56
},
"end": {
"line": 107,
"column": 57
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "<br/><span>&copy;2015-",
"start": 3141,
"end": 3165,
"loc": {
"start": {
"line": 108,
"column": 12
},
"end": {
"line": 108,
"column": 36
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 3166,
"end": 3167,
"loc": {
"start": {
"line": 108,
"column": 37
},
"end": {
"line": 108,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tf",
"start": 3168,
"end": 3170,
"loc": {
"start": {
"line": 108,
"column": 39
},
"end": {
"line": 108,
"column": 41
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3170,
"end": 3171,
"loc": {
"start": {
"line": 108,
"column": 41
},
"end": {
"line": 108,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "year",
"start": 3171,
"end": 3175,
"loc": {
"start": {
"line": 108,
"column": 42
},
"end": {
"line": 108,
"column": 46
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 3176,
"end": 3177,
"loc": {
"start": {
"line": 108,
"column": 47
},
"end": {
"line": 108,
"column": 48
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": " {AUTHOR}</span>",
"start": 3178,
"end": 3196,
"loc": {
"start": {
"line": 108,
"column": 49
},
"end": {
"line": 108,
"column": 67
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 3197,
"end": 3198,
"loc": {
"start": {
"line": 108,
"column": 68
},
"end": {
"line": 108,
"column": 69
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "<div align=\"center\" style=\"margin-top:8px;\">",
"start": 3211,
"end": 3257,
"loc": {
"start": {
"line": 109,
"column": 12
},
"end": {
"line": 109,
"column": 58
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 3258,
"end": 3259,
"loc": {
"start": {
"line": 109,
"column": 59
},
"end": {
"line": 109,
"column": 60
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "<a href=\"javascript:void(0);\" class=\"close\">Close</a></div></div>",
"start": 3272,
"end": 3339,
"loc": {
"start": {
"line": 110,
"column": 12
},
"end": {
"line": 110,
"column": 79
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3339,
"end": 3340,
"loc": {
"start": {
"line": 110,
"column": 79
},
"end": {
"line": 110,
"column": 80
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Default position in toolbar ('left'|'center'|'right')\n * @type {String}\n ",
"start": 3350,
"end": 3456,
"loc": {
"start": {
"line": 112,
"column": 8
},
"end": {
"line": 115,
"column": 11
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 3465,
"end": 3469,
"loc": {
"start": {
"line": 116,
"column": 8
},
"end": {
"line": 116,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3469,
"end": 3470,
"loc": {
"start": {
"line": 116,
"column": 12
},
"end": {
"line": 116,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "toolbarPosition",
"start": 3470,
"end": 3485,
"loc": {
"start": {
"line": 116,
"column": 13
},
"end": {
"line": 116,
"column": 28
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3486,
"end": 3487,
"loc": {
"start": {
"line": 116,
"column": 29
},
"end": {
"line": 116,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "defaultsStr",
"start": 3488,
"end": 3499,
"loc": {
"start": {
"line": 116,
"column": 31
},
"end": {
"line": 116,
"column": 42
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3499,
"end": 3500,
"loc": {
"start": {
"line": 116,
"column": 42
},
"end": {
"line": 116,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "f",
"start": 3500,
"end": 3501,
"loc": {
"start": {
"line": 116,
"column": 43
},
"end": {
"line": 116,
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3501,
"end": 3502,
"loc": {
"start": {
"line": 116,
"column": 44
},
"end": {
"line": 116,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "toolbar_position",
"start": 3502,
"end": 3518,
"loc": {
"start": {
"line": 116,
"column": 45
},
"end": {
"line": 116,
"column": 61
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3518,
"end": 3519,
"loc": {
"start": {
"line": 116,
"column": 61
},
"end": {
"line": 116,
"column": 62
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "RIGHT",
"start": 3520,
"end": 3525,
"loc": {
"start": {
"line": 116,
"column": 63
},
"end": {
"line": 116,
"column": 68
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3525,
"end": 3526,
"loc": {
"start": {
"line": 116,
"column": 68
},
"end": {
"line": 116,
"column": 69
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3526,
"end": 3527,
"loc": {
"start": {
"line": 116,
"column": 69
},
"end": {
"line": 116,
"column": 70
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 3537,
"end": 3541,
"loc": {
"start": {
"line": 118,
"column": 8
},
"end": {
"line": 118,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3541,
"end": 3542,
"loc": {
"start": {
"line": 118,
"column": 12
},
"end": {
"line": 118,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "emitter",
"start": 3542,
"end": 3549,
"loc": {
"start": {
"line": 118,
"column": 13
},
"end": {
"line": 118,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3549,
"end": 3550,
"loc": {
"start": {
"line": 118,
"column": 20
},
"end": {
"line": 118,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "on",
"start": 3550,
"end": 3552,
"loc": {
"start": {
"line": 118,
"column": 21
},
"end": {
"line": 118,
"column": 23
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3552,
"end": 3553,
"loc": {
"start": {
"line": 118,
"column": 23
},
"end": {
"line": 118,
"column": 24
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3553,
"end": 3554,
"loc": {
"start": {
"line": 118,
"column": 24
},
"end": {
"line": 118,
"column": 25
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "init-help",
"start": 3554,
"end": 3565,
"loc": {
"start": {
"line": 118,
"column": 25
},
"end": {
"line": 118,
"column": 36
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3565,
"end": 3566,
"loc": {
"start": {
"line": 118,
"column": 36
},
"end": {
"line": 118,
"column": 37
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3566,
"end": 3567,
"loc": {
"start": {
"line": 118,
"column": 37
},
"end": {
"line": 118,
"column": 38
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3568,
"end": 3569,
"loc": {
"start": {
"line": 118,
"column": 39
},
"end": {
"line": 118,
"column": 40
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3569,
"end": 3570,
"loc": {
"start": {
"line": 118,
"column": 40
},
"end": {
"line": 118,
"column": 41
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3571,
"end": 3573,
"loc": {
"start": {
"line": 118,
"column": 42
},
"end": {
"line": 118,
"column": 44
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 3574,
"end": 3578,
"loc": {
"start": {
"line": 118,
"column": 45
},
"end": {
"line": 118,
"column": 49
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3578,
"end": 3579,
"loc": {
"start": {
"line": 118,
"column": 49
},
"end": {
"line": 118,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "init",
"start": 3579,
"end": 3583,
"loc": {
"start": {
"line": 118,
"column": 50
},
"end": {
"line": 118,
"column": 54
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3583,
"end": 3584,
"loc": {
"start": {
"line": 118,
"column": 54
},
"end": {
"line": 118,
"column": 55
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3584,
"end": 3585,
"loc": {
"start": {
"line": 118,
"column": 55
},
"end": {
"line": 118,
"column": 56
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3585,
"end": 3586,
"loc": {
"start": {
"line": 118,
"column": 56
},
"end": {
"line": 118,
"column": 57
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3586,
"end": 3587,
"loc": {
"start": {
"line": 118,
"column": 57
},
"end": {
"line": 118,
"column": 58
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3592,
"end": 3593,
"loc": {
"start": {
"line": 119,
"column": 4
},
"end": {
"line": 119,
"column": 5
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Mouse-up event handler handling popup auto-close behaviour\n * @private\n ",
"start": 3599,
"end": 3692,
"loc": {
"start": {
"line": 121,
"column": 4
},
"end": {
"line": 124,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "onMouseup",
"start": 3697,
"end": 3706,
"loc": {
"start": {
"line": 125,
"column": 4
},
"end": {
"line": 125,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3706,
"end": 3707,
"loc": {
"start": {
"line": 125,
"column": 13
},
"end": {
"line": 125,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "evt",
"start": 3707,
"end": 3710,
"loc": {
"start": {
"line": 125,
"column": 14
},
"end": {
"line": 125,
"column": 17
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3710,
"end": 3711,
"loc": {
"start": {
"line": 125,
"column": 17
},
"end": {
"line": 125,
"column": 18
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3712,
"end": 3713,
"loc": {
"start": {
"line": 125,
"column": 19
},
"end": {
"line": 125,
"column": 20
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 3722,
"end": 3725,
"loc": {
"start": {
"line": 126,
"column": 8
},
"end": {
"line": 126,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "targetElm",
"start": 3726,
"end": 3735,
"loc": {
"start": {
"line": 126,
"column": 12
},
"end": {
"line": 126,
"column": 21
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3736,
"end": 3737,
"loc": {
"start": {
"line": 126,
"column": 22
},
"end": {
"line": 126,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "targetEvt",
"start": 3738,
"end": 3747,
"loc": {
"start": {
"line": 126,
"column": 24
},
"end": {
"line": 126,
"column": 33
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3747,
"end": 3748,
"loc": {
"start": {
"line": 126,
"column": 33
},
"end": {
"line": 126,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "evt",
"start": 3748,
"end": 3751,
"loc": {
"start": {
"line": 126,
"column": 34
},
"end": {
"line": 126,
"column": 37
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3751,
"end": 3752,
"loc": {
"start": {
"line": 126,
"column": 37
},
"end": {
"line": 126,
"column": 38
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3752,
"end": 3753,
"loc": {
"start": {
"line": 126,
"column": 38
},
"end": {
"line": 126,
"column": 39
}
}
},
{
"type": {
"label": "while",
"keyword": "while",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": true,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "while",
"start": 3763,
"end": 3768,
"loc": {
"start": {
"line": 128,
"column": 8
},
"end": {
"line": 128,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3769,
"end": 3770,
"loc": {
"start": {
"line": 128,
"column": 14
},
"end": {
"line": 128,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "targetElm",
"start": 3770,
"end": 3779,
"loc": {
"start": {
"line": 128,
"column": 15
},
"end": {
"line": 128,
"column": 24
}
}
},
{
"type": {
"label": "&&",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 2,
"updateContext": null
},
"value": "&&",
"start": 3780,
"end": 3782,
"loc": {
"start": {
"line": 128,
"column": 25
},
"end": {
"line": 128,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "targetElm",
"start": 3783,
"end": 3792,
"loc": {
"start": {
"line": 128,
"column": 28
},
"end": {
"line": 128,
"column": 37
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "!==",
"start": 3793,
"end": 3796,
"loc": {
"start": {
"line": 128,
"column": 38
},
"end": {
"line": 128,
"column": 41
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 3797,
"end": 3801,
"loc": {
"start": {
"line": 128,
"column": 42
},
"end": {
"line": 128,
"column": 46
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3801,
"end": 3802,
"loc": {
"start": {
"line": 128,
"column": 46
},
"end": {
"line": 128,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cont",
"start": 3802,
"end": 3806,
"loc": {
"start": {
"line": 128,
"column": 47
},
"end": {
"line": 128,
"column": 51
}
}
},
{
"type": {
"label": "&&",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 2,
"updateContext": null
},
"value": "&&",
"start": 3807,
"end": 3809,
"loc": {
"start": {
"line": 128,
"column": 52
},
"end": {
"line": 128,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "targetElm",
"start": 3810,
"end": 3819,
"loc": {
"start": {
"line": 128,
"column": 55
},
"end": {
"line": 128,
"column": 64
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "!==",
"start": 3820,
"end": 3823,
"loc": {
"start": {
"line": 128,
"column": 65
},
"end": {
"line": 128,
"column": 68
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 3824,
"end": 3828,
"loc": {
"start": {
"line": 128,
"column": 69
},
"end": {
"line": 128,
"column": 73
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3828,
"end": 3829,
"loc": {
"start": {
"line": 128,
"column": 73
},
"end": {
"line": 128,
"column": 74
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "btn",
"start": 3829,
"end": 3832,
"loc": {
"start": {
"line": 128,
"column": 74
},
"end": {
"line": 128,
"column": 77
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3832,
"end": 3833,
"loc": {
"start": {
"line": 128,
"column": 77
},
"end": {
"line": 128,
"column": 78
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3834,
"end": 3835,
"loc": {
"start": {
"line": 128,
"column": 79
},
"end": {
"line": 128,
"column": 80
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "targetElm",
"start": 3848,
"end": 3857,
"loc": {
"start": {
"line": 129,
"column": 12
},
"end": {
"line": 129,
"column": 21
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3858,
"end": 3859,
"loc": {
"start": {
"line": 129,
"column": 22
},
"end": {
"line": 129,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "targetElm",
"start": 3860,
"end": 3869,
"loc": {
"start": {
"line": 129,
"column": 24
},
"end": {
"line": 129,
"column": 33
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3869,
"end": 3870,
"loc": {
"start": {
"line": 129,
"column": 33
},
"end": {
"line": 129,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parentNode",
"start": 3870,
"end": 3880,
"loc": {
"start": {
"line": 129,
"column": 34
},
"end": {
"line": 129,
"column": 44
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3880,
"end": 3881,
"loc": {
"start": {
"line": 129,
"column": 44
},
"end": {
"line": 129,
"column": 45
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3890,
"end": 3891,
"loc": {
"start": {
"line": 130,
"column": 8
},
"end": {
"line": 130,
"column": 9
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 3901,
"end": 3903,
"loc": {
"start": {
"line": 132,
"column": 8
},
"end": {
"line": 132,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3904,
"end": 3905,
"loc": {
"start": {
"line": 132,
"column": 11
},
"end": {
"line": 132,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "targetElm",
"start": 3905,
"end": 3914,
"loc": {
"start": {
"line": 132,
"column": 12
},
"end": {
"line": 132,
"column": 21
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "!==",
"start": 3915,
"end": 3918,
"loc": {
"start": {
"line": 132,
"column": 22
},
"end": {
"line": 132,
"column": 25
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 3919,
"end": 3923,
"loc": {
"start": {
"line": 132,
"column": 26
},
"end": {
"line": 132,
"column": 30
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3923,
"end": 3924,
"loc": {
"start": {
"line": 132,
"column": 30
},
"end": {
"line": 132,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cont",
"start": 3924,
"end": 3928,
"loc": {
"start": {
"line": 132,
"column": 31
},
"end": {
"line": 132,
"column": 35
}
}
},
{
"type": {
"label": "&&",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 2,
"updateContext": null
},
"value": "&&",
"start": 3929,
"end": 3931,
"loc": {
"start": {
"line": 132,
"column": 36
},
"end": {
"line": 132,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "targetElm",
"start": 3932,
"end": 3941,
"loc": {
"start": {
"line": 132,
"column": 39
},
"end": {
"line": 132,
"column": 48
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "!==",
"start": 3942,
"end": 3945,
"loc": {
"start": {
"line": 132,
"column": 49
},
"end": {
"line": 132,
"column": 52
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 3946,
"end": 3950,
"loc": {
"start": {
"line": 132,
"column": 53
},
"end": {
"line": 132,
"column": 57
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3950,
"end": 3951,
"loc": {
"start": {
"line": 132,
"column": 57
},
"end": {
"line": 132,
"column": 58
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "btn",
"start": 3951,
"end": 3954,
"loc": {
"start": {
"line": 132,
"column": 58
},
"end": {
"line": 132,
"column": 61
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3954,
"end": 3955,
"loc": {
"start": {
"line": 132,
"column": 61
},
"end": {
"line": 132,
"column": 62
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3956,
"end": 3957,
"loc": {
"start": {
"line": 132,
"column": 63
},
"end": {
"line": 132,
"column": 64
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 3970,
"end": 3974,
"loc": {
"start": {
"line": 133,
"column": 12
},
"end": {
"line": 133,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3974,
"end": 3975,
"loc": {
"start": {
"line": 133,
"column": 16
},
"end": {
"line": 133,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "toggle",
"start": 3975,
"end": 3981,
"loc": {
"start": {
"line": 133,
"column": 17
},
"end": {
"line": 133,
"column": 23
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3981,
"end": 3982,
"loc": {
"start": {
"line": 133,
"column": 23
},
"end": {
"line": 133,
"column": 24
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3982,
"end": 3983,
"loc": {
"start": {
"line": 133,
"column": 24
},
"end": {
"line": 133,
"column": 25
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3983,
"end": 3984,
"loc": {
"start": {
"line": 133,
"column": 25
},
"end": {
"line": 133,
"column": 26
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3993,
"end": 3994,
"loc": {
"start": {
"line": 134,
"column": 8
},
"end": {
"line": 134,
"column": 9
}
}
},
{
"type": {
"label": "return",
"keyword": "return",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "return",
"start": 4004,
"end": 4010,
"loc": {
"start": {
"line": 136,
"column": 8
},
"end": {
"line": 136,
"column": 14
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4010,
"end": 4011,
"loc": {
"start": {
"line": 136,
"column": 14
},
"end": {
"line": 136,
"column": 15
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4016,
"end": 4017,
"loc": {
"start": {
"line": 137,
"column": 4
},
"end": {
"line": 137,
"column": 5
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Initialise Help instance\n ",
"start": 4023,
"end": 4066,
"loc": {
"start": {
"line": 139,
"column": 4
},
"end": {
"line": 141,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "init",
"start": 4071,
"end": 4075,
"loc": {
"start": {
"line": 142,
"column": 4
},
"end": {
"line": 142,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4075,
"end": 4076,
"loc": {
"start": {
"line": 142,
"column": 8
},
"end": {
"line": 142,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4076,
"end": 4077,
"loc": {
"start": {
"line": 142,
"column": 9
},
"end": {
"line": 142,
"column": 10
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4078,
"end": 4079,
"loc": {
"start": {
"line": 142,
"column": 11
},
"end": {
"line": 142,
"column": 12
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 4088,
"end": 4090,
"loc": {
"start": {
"line": 143,
"column": 8
},
"end": {
"line": 143,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4091,
"end": 4092,
"loc": {
"start": {
"line": 143,
"column": 11
},
"end": {
"line": 143,
"column": 12
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 4092,
"end": 4096,
"loc": {
"start": {
"line": 143,
"column": 12
},
"end": {
"line": 143,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4096,
"end": 4097,
"loc": {
"start": {
"line": 143,
"column": 16
},
"end": {
"line": 143,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "initialized",
"start": 4097,
"end": 4108,
"loc": {
"start": {
"line": 143,
"column": 17
},
"end": {
"line": 143,
"column": 28
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4108,
"end": 4109,
"loc": {
"start": {
"line": 143,
"column": 28
},
"end": {
"line": 143,
"column": 29
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4110,
"end": 4111,
"loc": {
"start": {
"line": 143,
"column": 30
},
"end": {
"line": 143,
"column": 31
}
}
},
{
"type": {
"label": "return",
"keyword": "return",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "return",
"start": 4124,
"end": 4130,
"loc": {
"start": {
"line": 144,
"column": 12
},
"end": {
"line": 144,
"column": 18
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4130,
"end": 4131,
"loc": {
"start": {
"line": 144,
"column": 18
},
"end": {
"line": 144,
"column": 19
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4140,
"end": 4141,
"loc": {
"start": {
"line": 145,
"column": 8
},
"end": {
"line": 145,
"column": 9
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 4151,
"end": 4155,
"loc": {
"start": {
"line": 147,
"column": 8
},
"end": {
"line": 147,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4155,
"end": 4156,
"loc": {
"start": {
"line": 147,
"column": 12
},
"end": {
"line": 147,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "emitter",
"start": 4156,
"end": 4163,
"loc": {
"start": {
"line": 147,
"column": 13
},
"end": {
"line": 147,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4163,
"end": 4164,
"loc": {
"start": {
"line": 147,
"column": 20
},
"end": {
"line": 147,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "emit",
"start": 4164,
"end": 4168,
"loc": {
"start": {
"line": 147,
"column": 21
},
"end": {
"line": 147,
"column": 25
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4168,
"end": 4169,
"loc": {
"start": {
"line": 147,
"column": 25
},
"end": {
"line": 147,
"column": 26
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "initializing-feature",
"start": 4169,
"end": 4191,
"loc": {
"start": {
"line": 147,
"column": 26
},
"end": {
"line": 147,
"column": 48
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4191,
"end": 4192,
"loc": {
"start": {
"line": 147,
"column": 48
},
"end": {
"line": 147,
"column": 49
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 4193,
"end": 4197,
"loc": {
"start": {
"line": 147,
"column": 50
},
"end": {
"line": 147,
"column": 54
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4197,
"end": 4198,
"loc": {
"start": {
"line": 147,
"column": 54
},
"end": {
"line": 147,
"column": 55
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 4199,
"end": 4200,
"loc": {
"start": {
"line": 147,
"column": 56
},
"end": {
"line": 147,
"column": 57
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "isNull",
"start": 4200,
"end": 4206,
"loc": {
"start": {
"line": 147,
"column": 57
},
"end": {
"line": 147,
"column": 63
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4206,
"end": 4207,
"loc": {
"start": {
"line": 147,
"column": 63
},
"end": {
"line": 147,
"column": 64
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 4207,
"end": 4211,
"loc": {
"start": {
"line": 147,
"column": 64
},
"end": {
"line": 147,
"column": 68
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4211,
"end": 4212,
"loc": {
"start": {
"line": 147,
"column": 68
},
"end": {
"line": 147,
"column": 69
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tgtId",
"start": 4212,
"end": 4217,
"loc": {
"start": {
"line": 147,
"column": 69
},
"end": {
"line": 147,
"column": 74
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4217,
"end": 4218,
"loc": {
"start": {
"line": 147,
"column": 74
},
"end": {
"line": 147,
"column": 75
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4218,
"end": 4219,
"loc": {
"start": {
"line": 147,
"column": 75
},
"end": {
"line": 147,
"column": 76
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4219,
"end": 4220,
"loc": {
"start": {
"line": 147,
"column": 76
},
"end": {
"line": 147,
"column": 77
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 4230,
"end": 4233,
"loc": {
"start": {
"line": 149,
"column": 8
},
"end": {
"line": 149,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tf",
"start": 4234,
"end": 4236,
"loc": {
"start": {
"line": 149,
"column": 12
},
"end": {
"line": 149,
"column": 14
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4237,
"end": 4238,
"loc": {
"start": {
"line": 149,
"column": 15
},
"end": {
"line": 149,
"column": 16
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 4239,
"end": 4243,
"loc": {
"start": {
"line": 149,
"column": 17
},
"end": {
"line": 149,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4243,
"end": 4244,
"loc": {
"start": {
"line": 149,
"column": 21
},
"end": {
"line": 149,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tf",
"start": 4244,
"end": 4246,
"loc": {
"start": {
"line": 149,
"column": 22
},
"end": {
"line": 149,
"column": 24
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4246,
"end": 4247,
"loc": {
"start": {
"line": 149,
"column": 24
},
"end": {
"line": 149,
"column": 25
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 4257,
"end": 4260,
"loc": {
"start": {
"line": 151,
"column": 8
},
"end": {
"line": 151,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "btn",
"start": 4261,
"end": 4264,
"loc": {
"start": {
"line": 151,
"column": 12
},
"end": {
"line": 151,
"column": 15
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4265,
"end": 4266,
"loc": {
"start": {
"line": 151,
"column": 16
},
"end": {
"line": 151,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createElm",
"start": 4267,
"end": 4276,
"loc": {
"start": {
"line": 151,
"column": 18
},
"end": {
"line": 151,
"column": 27
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4276,
"end": 4277,
"loc": {
"start": {
"line": 151,
"column": 27
},
"end": {
"line": 151,
"column": 28
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "span",
"start": 4277,
"end": 4283,
"loc": {
"start": {
"line": 151,
"column": 28
},
"end": {
"line": 151,
"column": 34
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4283,
"end": 4284,
"loc": {
"start": {
"line": 151,
"column": 34
},
"end": {
"line": 151,
"column": 35
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4284,
"end": 4285,
"loc": {
"start": {
"line": 151,
"column": 35
},
"end": {
"line": 151,
"column": 36
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 4294,
"end": 4297,
"loc": {
"start": {
"line": 152,
"column": 8
},
"end": {
"line": 152,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cont",
"start": 4298,
"end": 4302,
"loc": {
"start": {
"line": 152,
"column": 12
},
"end": {
"line": 152,
"column": 16
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4303,
"end": 4304,
"loc": {
"start": {
"line": 152,
"column": 17
},
"end": {
"line": 152,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createElm",
"start": 4305,
"end": 4314,
"loc": {
"start": {
"line": 152,
"column": 19
},
"end": {
"line": 152,
"column": 28
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4314,
"end": 4315,
"loc": {
"start": {
"line": 152,
"column": 28
},
"end": {
"line": 152,
"column": 29
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "div",
"start": 4315,
"end": 4320,
"loc": {
"start": {
"line": 152,
"column": 29
},
"end": {
"line": 152,
"column": 34
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4320,
"end": 4321,
"loc": {
"start": {
"line": 152,
"column": 34
},
"end": {
"line": 152,
"column": 35
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4321,
"end": 4322,
"loc": {
"start": {
"line": 152,
"column": 35
},
"end": {
"line": 152,
"column": 36
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 4332,
"end": 4336,
"loc": {
"start": {
"line": 154,
"column": 8
},
"end": {
"line": 154,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4336,
"end": 4337,
"loc": {
"start": {
"line": 154,
"column": 12
},
"end": {
"line": 154,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "boundMouseup",
"start": 4337,
"end": 4349,
"loc": {
"start": {
"line": 154,
"column": 13
},
"end": {
"line": 154,
"column": 25
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4350,
"end": 4351,
"loc": {
"start": {
"line": 154,
"column": 26
},
"end": {
"line": 154,
"column": 27
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 4352,
"end": 4356,
"loc": {
"start": {
"line": 154,
"column": 28
},
"end": {
"line": 154,
"column": 32
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4356,
"end": 4357,
"loc": {
"start": {
"line": 154,
"column": 32
},
"end": {
"line": 154,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "onMouseup",
"start": 4357,
"end": 4366,
"loc": {
"start": {
"line": 154,
"column": 33
},
"end": {
"line": 154,
"column": 42
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4366,
"end": 4367,
"loc": {
"start": {
"line": 154,
"column": 42
},
"end": {
"line": 154,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "bind",
"start": 4367,
"end": 4371,
"loc": {
"start": {
"line": 154,
"column": 43
},
"end": {
"line": 154,
"column": 47
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4371,
"end": 4372,
"loc": {
"start": {
"line": 154,
"column": 47
},
"end": {
"line": 154,
"column": 48
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 4372,
"end": 4376,
"loc": {
"start": {
"line": 154,
"column": 48
},
"end": {
"line": 154,
"column": 52
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4376,
"end": 4377,
"loc": {
"start": {
"line": 154,
"column": 52
},
"end": {
"line": 154,
"column": 53
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4377,
"end": 4378,
"loc": {
"start": {
"line": 154,
"column": 53
},
"end": {
"line": 154,
"column": 54
}
}
},
{
"type": "CommentLine",
"value": "help button is added to defined element",
"start": 4388,
"end": 4429,
"loc": {
"start": {
"line": 156,
"column": 8
},
"end": {
"line": 156,
"column": 49
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 4438,
"end": 4441,
"loc": {
"start": {
"line": 157,
"column": 8
},
"end": {
"line": 157,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "targetEl",
"start": 4442,
"end": 4450,
"loc": {
"start": {
"line": 157,
"column": 12
},
"end": {
"line": 157,
"column": 20
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4451,
"end": 4452,
"loc": {
"start": {
"line": 157,
"column": 21
},
"end": {
"line": 157,
"column": 22
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 4453,
"end": 4454,
"loc": {
"start": {
"line": 157,
"column": 23
},
"end": {
"line": 157,
"column": 24
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 4454,
"end": 4458,
"loc": {
"start": {
"line": 157,
"column": 24
},
"end": {
"line": 157,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4458,
"end": 4459,
"loc": {
"start": {
"line": 157,
"column": 28
},
"end": {
"line": 157,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tgtId",
"start": 4459,
"end": 4464,
"loc": {
"start": {
"line": 157,
"column": 29
},
"end": {
"line": 157,
"column": 34
}
}
},
{
"type": {
"label": "?",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4465,
"end": 4466,
"loc": {
"start": {
"line": 157,
"column": 35
},
"end": {
"line": 157,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tf",
"start": 4479,
"end": 4481,
"loc": {
"start": {
"line": 158,
"column": 12
},
"end": {
"line": 158,
"column": 14
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4481,
"end": 4482,
"loc": {
"start": {
"line": 158,
"column": 14
},
"end": {
"line": 158,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "feature",
"start": 4482,
"end": 4489,
"loc": {
"start": {
"line": 158,
"column": 15
},
"end": {
"line": 158,
"column": 22
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4489,
"end": 4490,
"loc": {
"start": {
"line": 158,
"column": 22
},
"end": {
"line": 158,
"column": 23
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "toolbar",
"start": 4490,
"end": 4499,
"loc": {
"start": {
"line": 158,
"column": 23
},
"end": {
"line": 158,
"column": 32
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4499,
"end": 4500,
"loc": {
"start": {
"line": 158,
"column": 32
},
"end": {
"line": 158,
"column": 33
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4500,
"end": 4501,
"loc": {
"start": {
"line": 158,
"column": 33
},
"end": {
"line": 158,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "container",
"start": 4501,
"end": 4510,
"loc": {
"start": {
"line": 158,
"column": 34
},
"end": {
"line": 158,
"column": 43
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4510,
"end": 4511,
"loc": {
"start": {
"line": 158,
"column": 43
},
"end": {
"line": 158,
"column": 44
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 4511,
"end": 4515,
"loc": {
"start": {
"line": 158,
"column": 44
},
"end": {
"line": 158,
"column": 48
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4515,
"end": 4516,
"loc": {
"start": {
"line": 158,
"column": 48
},
"end": {
"line": 158,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "toolbarPosition",
"start": 4516,
"end": 4531,
"loc": {
"start": {
"line": 158,
"column": 49
},
"end": {
"line": 158,
"column": 64
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4531,
"end": 4532,
"loc": {
"start": {
"line": 158,
"column": 64
},
"end": {
"line": 158,
"column": 65
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4533,
"end": 4534,
"loc": {
"start": {
"line": 158,
"column": 66
},
"end": {
"line": 158,
"column": 67
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "elm",
"start": 4547,
"end": 4550,
"loc": {
"start": {
"line": 159,
"column": 12
},
"end": {
"line": 159,
"column": 15
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4550,
"end": 4551,
"loc": {
"start": {
"line": 159,
"column": 15
},
"end": {
"line": 159,
"column": 16
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 4551,
"end": 4555,
"loc": {
"start": {
"line": 159,
"column": 16
},
"end": {
"line": 159,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4555,
"end": 4556,
"loc": {
"start": {
"line": 159,
"column": 20
},
"end": {
"line": 159,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tgtId",
"start": 4556,
"end": 4561,
"loc": {
"start": {
"line": 159,
"column": 21
},
"end": {
"line": 159,
"column": 26
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4561,
"end": 4562,
"loc": {
"start": {
"line": 159,
"column": 26
},
"end": {
"line": 159,
"column": 27
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4562,
"end": 4563,
"loc": {
"start": {
"line": 159,
"column": 27
},
"end": {
"line": 159,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "targetEl",
"start": 4572,
"end": 4580,
"loc": {
"start": {
"line": 160,
"column": 8
},
"end": {
"line": 160,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4580,
"end": 4581,
"loc": {
"start": {
"line": 160,
"column": 16
},
"end": {
"line": 160,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "appendChild",
"start": 4581,
"end": 4592,
"loc": {
"start": {
"line": 160,
"column": 17
},
"end": {
"line": 160,
"column": 28
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4592,
"end": 4593,
"loc": {
"start": {
"line": 160,
"column": 28
},
"end": {
"line": 160,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "btn",
"start": 4593,
"end": 4596,
"loc": {
"start": {
"line": 160,
"column": 29
},
"end": {
"line": 160,
"column": 32
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4596,
"end": 4597,
"loc": {
"start": {
"line": 160,
"column": 32
},
"end": {
"line": 160,
"column": 33
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4597,
"end": 4598,
"loc": {
"start": {
"line": 160,
"column": 33
},
"end": {
"line": 160,
"column": 34
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 4608,
"end": 4611,
"loc": {
"start": {
"line": 162,
"column": 8
},
"end": {
"line": 162,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "divContainer",
"start": 4612,
"end": 4624,
"loc": {
"start": {
"line": 162,
"column": 12
},
"end": {
"line": 162,
"column": 24
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4625,
"end": 4626,
"loc": {
"start": {
"line": 162,
"column": 25
},
"end": {
"line": 162,
"column": 26
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 4627,
"end": 4628,
"loc": {
"start": {
"line": 162,
"column": 27
},
"end": {
"line": 162,
"column": 28
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 4628,
"end": 4632,
"loc": {
"start": {
"line": 162,
"column": 28
},
"end": {
"line": 162,
"column": 32
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4632,
"end": 4633,
"loc": {
"start": {
"line": 162,
"column": 32
},
"end": {
"line": 162,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "contTgtId",
"start": 4633,
"end": 4642,
"loc": {
"start": {
"line": 162,
"column": 33
},
"end": {
"line": 162,
"column": 42
}
}
},
{
"type": {
"label": "?",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4643,
"end": 4644,
"loc": {
"start": {
"line": 162,
"column": 43
},
"end": {
"line": 162,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "btn",
"start": 4645,
"end": 4648,
"loc": {
"start": {
"line": 162,
"column": 45
},
"end": {
"line": 162,
"column": 48
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4649,
"end": 4650,
"loc": {
"start": {
"line": 162,
"column": 49
},
"end": {
"line": 162,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "elm",
"start": 4651,
"end": 4654,
"loc": {
"start": {
"line": 162,
"column": 51
},
"end": {
"line": 162,
"column": 54
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4654,
"end": 4655,
"loc": {
"start": {
"line": 162,
"column": 54
},
"end": {
"line": 162,
"column": 55
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 4655,
"end": 4659,
"loc": {
"start": {
"line": 162,
"column": 55
},
"end": {
"line": 162,
"column": 59
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4659,
"end": 4660,
"loc": {
"start": {
"line": 162,
"column": 59
},
"end": {
"line": 162,
"column": 60
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "contTgtId",
"start": 4660,
"end": 4669,
"loc": {
"start": {
"line": 162,
"column": 60
},
"end": {
"line": 162,
"column": 69
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4669,
"end": 4670,
"loc": {
"start": {
"line": 162,
"column": 69
},
"end": {
"line": 162,
"column": 70
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4670,
"end": 4671,
"loc": {
"start": {
"line": 162,
"column": 70
},
"end": {
"line": 162,
"column": 71
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 4681,
"end": 4683,
"loc": {
"start": {
"line": 164,
"column": 8
},
"end": {
"line": 164,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4684,
"end": 4685,
"loc": {
"start": {
"line": 164,
"column": 11
},
"end": {
"line": 164,
"column": 12
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 4685,
"end": 4686,
"loc": {
"start": {
"line": 164,
"column": 12
},
"end": {
"line": 164,
"column": 13
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 4686,
"end": 4690,
"loc": {
"start": {
"line": 164,
"column": 13
},
"end": {
"line": 164,
"column": 17
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4690,
"end": 4691,
"loc": {
"start": {
"line": 164,
"column": 17
},
"end": {
"line": 164,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "btnHtml",
"start": 4691,
"end": 4698,
"loc": {
"start": {
"line": 164,
"column": 18
},
"end": {
"line": 164,
"column": 25
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4698,
"end": 4699,
"loc": {
"start": {
"line": 164,
"column": 25
},
"end": {
"line": 164,
"column": 26
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4700,
"end": 4701,
"loc": {
"start": {
"line": 164,
"column": 27
},
"end": {
"line": 164,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "divContainer",
"start": 4714,
"end": 4726,
"loc": {
"start": {
"line": 165,
"column": 12
},
"end": {
"line": 165,
"column": 24
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4726,
"end": 4727,
"loc": {
"start": {
"line": 165,
"column": 24
},
"end": {
"line": 165,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "appendChild",
"start": 4727,
"end": 4738,
"loc": {
"start": {
"line": 165,
"column": 25
},
"end": {
"line": 165,
"column": 36
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4738,
"end": 4739,
"loc": {
"start": {
"line": 165,
"column": 36
},
"end": {
"line": 165,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cont",
"start": 4739,
"end": 4743,
"loc": {
"start": {
"line": 165,
"column": 37
},
"end": {
"line": 165,
"column": 41
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4743,
"end": 4744,
"loc": {
"start": {
"line": 165,
"column": 41
},
"end": {
"line": 165,
"column": 42
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4744,
"end": 4745,
"loc": {
"start": {
"line": 165,
"column": 42
},
"end": {
"line": 165,
"column": 43
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 4758,
"end": 4761,
"loc": {
"start": {
"line": 166,
"column": 12
},
"end": {
"line": 166,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "helplink",
"start": 4762,
"end": 4770,
"loc": {
"start": {
"line": 166,
"column": 16
},
"end": {
"line": 166,
"column": 24
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4771,
"end": 4772,
"loc": {
"start": {
"line": 166,
"column": 25
},
"end": {
"line": 166,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createElm",
"start": 4773,
"end": 4782,
"loc": {
"start": {
"line": 166,
"column": 27
},
"end": {
"line": 166,
"column": 36
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4782,
"end": 4783,
"loc": {
"start": {
"line": 166,
"column": 36
},
"end": {
"line": 166,
"column": 37
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "a",
"start": 4783,
"end": 4786,
"loc": {
"start": {
"line": 166,
"column": 37
},
"end": {
"line": 166,
"column": 40
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4786,
"end": 4787,
"loc": {
"start": {
"line": 166,
"column": 40
},
"end": {
"line": 166,
"column": 41
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4788,
"end": 4789,
"loc": {
"start": {
"line": 166,
"column": 42
},
"end": {
"line": 166,
"column": 43
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "href",
"start": 4789,
"end": 4795,
"loc": {
"start": {
"line": 166,
"column": 43
},
"end": {
"line": 166,
"column": 49
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4795,
"end": 4796,
"loc": {
"start": {
"line": 166,
"column": 49
},
"end": {
"line": 166,
"column": 50
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "javascript:void(0);",
"start": 4797,
"end": 4818,
"loc": {
"start": {
"line": 166,
"column": 51
},
"end": {
"line": 166,
"column": 72
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4818,
"end": 4819,
"loc": {
"start": {
"line": 166,
"column": 72
},
"end": {
"line": 166,
"column": 73
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4819,
"end": 4820,
"loc": {
"start": {
"line": 166,
"column": 73
},
"end": {
"line": 166,
"column": 74
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4820,
"end": 4821,
"loc": {
"start": {
"line": 166,
"column": 74
},
"end": {
"line": 166,
"column": 75
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "helplink",
"start": 4834,
"end": 4842,
"loc": {
"start": {
"line": 167,
"column": 12
},
"end": {
"line": 167,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4842,
"end": 4843,
"loc": {
"start": {
"line": 167,
"column": 20
},
"end": {
"line": 167,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "className",
"start": 4843,
"end": 4852,
"loc": {
"start": {
"line": 167,
"column": 21
},
"end": {
"line": 167,
"column": 30
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4853,
"end": 4854,
"loc": {
"start": {
"line": 167,
"column": 31
},
"end": {
"line": 167,
"column": 32
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 4855,
"end": 4859,
"loc": {
"start": {
"line": 167,
"column": 33
},
"end": {
"line": 167,
"column": 37
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4859,
"end": 4860,
"loc": {
"start": {
"line": 167,
"column": 37
},
"end": {
"line": 167,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "btnCssClass",
"start": 4860,
"end": 4871,
"loc": {
"start": {
"line": 167,
"column": 38
},
"end": {
"line": 167,
"column": 49
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4871,
"end": 4872,
"loc": {
"start": {
"line": 167,
"column": 49
},
"end": {
"line": 167,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "helplink",
"start": 4885,
"end": 4893,
"loc": {
"start": {
"line": 168,
"column": 12
},
"end": {
"line": 168,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4893,
"end": 4894,
"loc": {
"start": {
"line": 168,
"column": 20
},
"end": {
"line": 168,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "appendChild",
"start": 4894,
"end": 4905,
"loc": {
"start": {
"line": 168,
"column": 21
},
"end": {
"line": 168,
"column": 32
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4905,
"end": 4906,
"loc": {
"start": {
"line": 168,
"column": 32
},
"end": {
"line": 168,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createText",
"start": 4906,
"end": 4916,
"loc": {
"start": {
"line": 168,
"column": 33
},
"end": {
"line": 168,
"column": 43
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4916,
"end": 4917,
"loc": {
"start": {
"line": 168,
"column": 43
},
"end": {
"line": 168,
"column": 44
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 4917,
"end": 4921,
"loc": {
"start": {
"line": 168,
"column": 44
},
"end": {
"line": 168,
"column": 48
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4921,
"end": 4922,
"loc": {
"start": {
"line": 168,
"column": 48
},
"end": {
"line": 168,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "btnText",
"start": 4922,
"end": 4929,
"loc": {
"start": {
"line": 168,
"column": 49
},
"end": {
"line": 168,
"column": 56
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4929,
"end": 4930,
"loc": {
"start": {
"line": 168,
"column": 56
},
"end": {
"line": 168,
"column": 57
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4930,
"end": 4931,
"loc": {
"start": {
"line": 168,
"column": 57
},
"end": {
"line": 168,
"column": 58
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4931,
"end": 4932,
"loc": {
"start": {
"line": 168,
"column": 58
},
"end": {
"line": 168,
"column": 59
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "btn",
"start": 4945,
"end": 4948,
"loc": {
"start": {
"line": 169,
"column": 12
},
"end": {
"line": 169,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4948,
"end": 4949,
"loc": {
"start": {
"line": 169,
"column": 15
},
"end": {
"line": 169,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "appendChild",
"start": 4949,
"end": 4960,
"loc": {
"start": {
"line": 169,
"column": 16
},
"end": {
"line": 169,
"column": 27
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4960,
"end": 4961,
"loc": {
"start": {
"line": 169,
"column": 27
},
"end": {
"line": 169,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "helplink",
"start": 4961,
"end": 4969,
"loc": {
"start": {
"line": 169,
"column": 28
},
"end": {
"line": 169,
"column": 36
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4969,
"end": 4970,
"loc": {
"start": {
"line": 169,
"column": 36
},
"end": {
"line": 169,
"column": 37
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4970,
"end": 4971,
"loc": {
"start": {
"line": 169,
"column": 37
},
"end": {
"line": 169,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "addEvt",
"start": 4984,
"end": 4990,
"loc": {
"start": {
"line": 170,
"column": 12
},
"end": {
"line": 170,
"column": 18
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4990,
"end": 4991,
"loc": {
"start": {
"line": 170,
"column": 18
},
"end": {
"line": 170,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "helplink",
"start": 4991,
"end": 4999,
"loc": {
"start": {
"line": 170,
"column": 19
},
"end": {
"line": 170,
"column": 27
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4999,
"end": 5000,
"loc": {
"start": {
"line": 170,
"column": 27
},
"end": {
"line": 170,
"column": 28
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "click",
"start": 5001,
"end": 5008,
"loc": {
"start": {
"line": 170,
"column": 29
},
"end": {
"line": 170,
"column": 36
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5008,
"end": 5009,
"loc": {
"start": {
"line": 170,
"column": 36
},
"end": {
"line": 170,
"column": 37
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5010,
"end": 5011,
"loc": {
"start": {
"line": 170,
"column": 38
},
"end": {
"line": 170,
"column": 39
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5011,
"end": 5012,
"loc": {
"start": {
"line": 170,
"column": 39
},
"end": {
"line": 170,
"column": 40
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5013,
"end": 5015,
"loc": {
"start": {
"line": 170,
"column": 41
},
"end": {
"line": 170,
"column": 43
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 5016,
"end": 5020,
"loc": {
"start": {
"line": 170,
"column": 44
},
"end": {
"line": 170,
"column": 48
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5020,
"end": 5021,
"loc": {
"start": {
"line": 170,
"column": 48
},
"end": {
"line": 170,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "toggle",
"start": 5021,
"end": 5027,
"loc": {
"start": {
"line": 170,
"column": 49
},
"end": {
"line": 170,
"column": 55
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5027,
"end": 5028,
"loc": {
"start": {
"line": 170,
"column": 55
},
"end": {
"line": 170,
"column": 56
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5028,
"end": 5029,
"loc": {
"start": {
"line": 170,
"column": 56
},
"end": {
"line": 170,
"column": 57
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5029,
"end": 5030,
"loc": {
"start": {
"line": 170,
"column": 57
},
"end": {
"line": 170,
"column": 58
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5030,
"end": 5031,
"loc": {
"start": {
"line": 170,
"column": 58
},
"end": {
"line": 170,
"column": 59
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5040,
"end": 5041,
"loc": {
"start": {
"line": 171,
"column": 8
},
"end": {
"line": 171,
"column": 9
}
}
},
{
"type": {
"label": "else",
"keyword": "else",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "else",
"start": 5042,
"end": 5046,
"loc": {
"start": {
"line": 171,
"column": 10
},
"end": {
"line": 171,
"column": 14
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5047,
"end": 5048,
"loc": {
"start": {
"line": 171,
"column": 15
},
"end": {
"line": 171,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "btn",
"start": 5061,
"end": 5064,
"loc": {
"start": {
"line": 172,
"column": 12
},
"end": {
"line": 172,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5064,
"end": 5065,
"loc": {
"start": {
"line": 172,
"column": 15
},
"end": {
"line": 172,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "innerHTML",
"start": 5065,
"end": 5074,
"loc": {
"start": {
"line": 172,
"column": 16
},
"end": {
"line": 172,
"column": 25
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 5075,
"end": 5076,
"loc": {
"start": {
"line": 172,
"column": 26
},
"end": {
"line": 172,
"column": 27
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 5077,
"end": 5081,
"loc": {
"start": {
"line": 172,
"column": 28
},
"end": {
"line": 172,
"column": 32
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5081,
"end": 5082,
"loc": {
"start": {
"line": 172,
"column": 32
},
"end": {
"line": 172,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "btnHtml",
"start": 5082,
"end": 5089,
"loc": {
"start": {
"line": 172,
"column": 33
},
"end": {
"line": 172,
"column": 40
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5089,
"end": 5090,
"loc": {
"start": {
"line": 172,
"column": 40
},
"end": {
"line": 172,
"column": 41
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 5103,
"end": 5106,
"loc": {
"start": {
"line": 173,
"column": 12
},
"end": {
"line": 173,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "helpEl",
"start": 5107,
"end": 5113,
"loc": {
"start": {
"line": 173,
"column": 16
},
"end": {
"line": 173,
"column": 22
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 5114,
"end": 5115,
"loc": {
"start": {
"line": 173,
"column": 23
},
"end": {
"line": 173,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "btn",
"start": 5116,
"end": 5119,
"loc": {
"start": {
"line": 173,
"column": 25
},
"end": {
"line": 173,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5119,
"end": 5120,
"loc": {
"start": {
"line": 173,
"column": 28
},
"end": {
"line": 173,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "firstChild",
"start": 5120,
"end": 5130,
"loc": {
"start": {
"line": 173,
"column": 29
},
"end": {
"line": 173,
"column": 39
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5130,
"end": 5131,
"loc": {
"start": {
"line": 173,
"column": 39
},
"end": {
"line": 173,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "addEvt",
"start": 5144,
"end": 5150,
"loc": {
"start": {
"line": 174,
"column": 12
},
"end": {
"line": 174,
"column": 18
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5150,
"end": 5151,
"loc": {
"start": {
"line": 174,
"column": 18
},
"end": {
"line": 174,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "helpEl",
"start": 5151,
"end": 5157,
"loc": {
"start": {
"line": 174,
"column": 19
},
"end": {
"line": 174,
"column": 25
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5157,
"end": 5158,
"loc": {
"start": {
"line": 174,
"column": 25
},
"end": {
"line": 174,
"column": 26
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "click",
"start": 5159,
"end": 5166,
"loc": {
"start": {
"line": 174,
"column": 27
},
"end": {
"line": 174,
"column": 34
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5166,
"end": 5167,
"loc": {
"start": {
"line": 174,
"column": 34
},
"end": {
"line": 174,
"column": 35
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5168,
"end": 5169,
"loc": {
"start": {
"line": 174,
"column": 36
},
"end": {
"line": 174,
"column": 37
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5169,
"end": 5170,
"loc": {
"start": {
"line": 174,
"column": 37
},
"end": {
"line": 174,
"column": 38
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5171,
"end": 5173,
"loc": {
"start": {
"line": 174,
"column": 39
},
"end": {
"line": 174,
"column": 41
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 5174,
"end": 5178,
"loc": {
"start": {
"line": 174,
"column": 42
},
"end": {
"line": 174,
"column": 46
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5178,
"end": 5179,
"loc": {
"start": {
"line": 174,
"column": 46
},
"end": {
"line": 174,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "toggle",
"start": 5179,
"end": 5185,
"loc": {
"start": {
"line": 174,
"column": 47
},
"end": {
"line": 174,
"column": 53
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5185,
"end": 5186,
"loc": {
"start": {
"line": 174,
"column": 53
},
"end": {
"line": 174,
"column": 54
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5186,
"end": 5187,
"loc": {
"start": {
"line": 174,
"column": 54
},
"end": {
"line": 174,
"column": 55
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5187,
"end": 5188,
"loc": {
"start": {
"line": 174,
"column": 55
},
"end": {
"line": 174,
"column": 56
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5188,
"end": 5189,
"loc": {
"start": {
"line": 174,
"column": 56
},
"end": {
"line": 174,
"column": 57
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "divContainer",
"start": 5202,
"end": 5214,
"loc": {
"start": {
"line": 175,
"column": 12
},
"end": {
"line": 175,
"column": 24
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5214,
"end": 5215,
"loc": {
"start": {
"line": 175,
"column": 24
},
"end": {
"line": 175,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "appendChild",
"start": 5215,
"end": 5226,
"loc": {
"start": {
"line": 175,
"column": 25
},
"end": {
"line": 175,
"column": 36
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5226,
"end": 5227,
"loc": {
"start": {
"line": 175,
"column": 36
},
"end": {
"line": 175,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cont",
"start": 5227,
"end": 5231,
"loc": {
"start": {
"line": 175,
"column": 37
},
"end": {
"line": 175,
"column": 41
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5231,
"end": 5232,
"loc": {
"start": {
"line": 175,
"column": 41
},
"end": {
"line": 175,
"column": 42
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5232,
"end": 5233,
"loc": {
"start": {
"line": 175,
"column": 42
},
"end": {
"line": 175,
"column": 43
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5242,
"end": 5243,
"loc": {
"start": {
"line": 176,
"column": 8
},
"end": {
"line": 176,
"column": 9
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 5253,
"end": 5255,
"loc": {
"start": {
"line": 178,
"column": 8
},
"end": {
"line": 178,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5256,
"end": 5257,
"loc": {
"start": {
"line": 178,
"column": 11
},
"end": {
"line": 178,
"column": 12
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 5257,
"end": 5258,
"loc": {
"start": {
"line": 178,
"column": 12
},
"end": {
"line": 178,
"column": 13
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 5258,
"end": 5262,
"loc": {
"start": {
"line": 178,
"column": 13
},
"end": {
"line": 178,
"column": 17
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5262,
"end": 5263,
"loc": {
"start": {
"line": 178,
"column": 17
},
"end": {
"line": 178,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "instrHtml",
"start": 5263,
"end": 5272,
"loc": {
"start": {
"line": 178,
"column": 18
},
"end": {
"line": 178,
"column": 27
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5272,
"end": 5273,
"loc": {
"start": {
"line": 178,
"column": 27
},
"end": {
"line": 178,
"column": 28
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5274,
"end": 5275,
"loc": {
"start": {
"line": 178,
"column": 29
},
"end": {
"line": 178,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cont",
"start": 5288,
"end": 5292,
"loc": {
"start": {
"line": 179,
"column": 12
},
"end": {
"line": 179,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5292,
"end": 5293,
"loc": {
"start": {
"line": 179,
"column": 16
},
"end": {
"line": 179,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "innerHTML",
"start": 5293,
"end": 5302,
"loc": {
"start": {
"line": 179,
"column": 17
},
"end": {
"line": 179,
"column": 26
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 5303,
"end": 5304,
"loc": {
"start": {
"line": 179,
"column": 27
},
"end": {
"line": 179,
"column": 28
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 5305,
"end": 5309,
"loc": {
"start": {
"line": 179,
"column": 29
},
"end": {
"line": 179,
"column": 33
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5309,
"end": 5310,
"loc": {
"start": {
"line": 179,
"column": 33
},
"end": {
"line": 179,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "instrText",
"start": 5310,
"end": 5319,
"loc": {
"start": {
"line": 179,
"column": 34
},
"end": {
"line": 179,
"column": 43
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5319,
"end": 5320,
"loc": {
"start": {
"line": 179,
"column": 43
},
"end": {
"line": 179,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cont",
"start": 5333,
"end": 5337,
"loc": {
"start": {
"line": 180,
"column": 12
},
"end": {
"line": 180,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5337,
"end": 5338,
"loc": {
"start": {
"line": 180,
"column": 16
},
"end": {
"line": 180,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "className",
"start": 5338,
"end": 5347,
"loc": {
"start": {
"line": 180,
"column": 17
},
"end": {
"line": 180,
"column": 26
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 5348,
"end": 5349,
"loc": {
"start": {
"line": 180,
"column": 27
},
"end": {
"line": 180,
"column": 28
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 5350,
"end": 5354,
"loc": {
"start": {
"line": 180,
"column": 29
},
"end": {
"line": 180,
"column": 33
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5354,
"end": 5355,
"loc": {
"start": {
"line": 180,
"column": 33
},
"end": {
"line": 180,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "contCssClass",
"start": 5355,
"end": 5367,
"loc": {
"start": {
"line": 180,
"column": 34
},
"end": {
"line": 180,
"column": 46
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5367,
"end": 5368,
"loc": {
"start": {
"line": 180,
"column": 46
},
"end": {
"line": 180,
"column": 47
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5377,
"end": 5378,
"loc": {
"start": {
"line": 181,
"column": 8
},
"end": {
"line": 181,
"column": 9
}
}
},
{
"type": {
"label": "else",
"keyword": "else",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "else",
"start": 5379,
"end": 5383,
"loc": {
"start": {
"line": 181,
"column": 10
},
"end": {
"line": 181,
"column": 14
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5384,
"end": 5385,
"loc": {
"start": {
"line": 181,
"column": 15
},
"end": {
"line": 181,
"column": 16
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 5398,
"end": 5400,
"loc": {
"start": {
"line": 182,
"column": 12
},
"end": {
"line": 182,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5401,
"end": 5402,
"loc": {
"start": {
"line": 182,
"column": 15
},
"end": {
"line": 182,
"column": 16
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 5402,
"end": 5406,
"loc": {
"start": {
"line": 182,
"column": 16
},
"end": {
"line": 182,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5406,
"end": 5407,
"loc": {
"start": {
"line": 182,
"column": 20
},
"end": {
"line": 182,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "contTgtId",
"start": 5407,
"end": 5416,
"loc": {
"start": {
"line": 182,
"column": 21
},
"end": {
"line": 182,
"column": 30
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5416,
"end": 5417,
"loc": {
"start": {
"line": 182,
"column": 30
},
"end": {
"line": 182,
"column": 31
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5418,
"end": 5419,
"loc": {
"start": {
"line": 182,
"column": 32
},
"end": {
"line": 182,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "divContainer",
"start": 5436,
"end": 5448,
"loc": {
"start": {
"line": 183,
"column": 16
},
"end": {
"line": 183,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5448,
"end": 5449,
"loc": {
"start": {
"line": 183,
"column": 28
},
"end": {
"line": 183,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "appendChild",
"start": 5449,
"end": 5460,
"loc": {
"start": {
"line": 183,
"column": 29
},
"end": {
"line": 183,
"column": 40
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5460,
"end": 5461,
"loc": {
"start": {
"line": 183,
"column": 40
},
"end": {
"line": 183,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cont",
"start": 5461,
"end": 5465,
"loc": {
"start": {
"line": 183,
"column": 41
},
"end": {
"line": 183,
"column": 45
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5465,
"end": 5466,
"loc": {
"start": {
"line": 183,
"column": 45
},
"end": {
"line": 183,
"column": 46
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5466,
"end": 5467,
"loc": {
"start": {
"line": 183,
"column": 46
},
"end": {
"line": 183,
"column": 47
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5480,
"end": 5481,
"loc": {
"start": {
"line": 184,
"column": 12
},
"end": {
"line": 184,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cont",
"start": 5494,
"end": 5498,
"loc": {
"start": {
"line": 185,
"column": 12
},
"end": {
"line": 185,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5498,
"end": 5499,
"loc": {
"start": {
"line": 185,
"column": 16
},
"end": {
"line": 185,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "innerHTML",
"start": 5499,
"end": 5508,
"loc": {
"start": {
"line": 185,
"column": 17
},
"end": {
"line": 185,
"column": 26
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 5509,
"end": 5510,
"loc": {
"start": {
"line": 185,
"column": 27
},
"end": {
"line": 185,
"column": 28
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 5511,
"end": 5515,
"loc": {
"start": {
"line": 185,
"column": 29
},
"end": {
"line": 185,
"column": 33
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5515,
"end": 5516,
"loc": {
"start": {
"line": 185,
"column": 33
},
"end": {
"line": 185,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "instrHtml",
"start": 5516,
"end": 5525,
"loc": {
"start": {
"line": 185,
"column": 34
},
"end": {
"line": 185,
"column": 43
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5525,
"end": 5526,
"loc": {
"start": {
"line": 185,
"column": 43
},
"end": {
"line": 185,
"column": 44
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 5539,
"end": 5541,
"loc": {
"start": {
"line": 186,
"column": 12
},
"end": {
"line": 186,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5542,
"end": 5543,
"loc": {
"start": {
"line": 186,
"column": 15
},
"end": {
"line": 186,
"column": 16
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 5543,
"end": 5544,
"loc": {
"start": {
"line": 186,
"column": 16
},
"end": {
"line": 186,
"column": 17
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 5544,
"end": 5548,
"loc": {
"start": {
"line": 186,
"column": 17
},
"end": {
"line": 186,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5548,
"end": 5549,
"loc": {
"start": {
"line": 186,
"column": 21
},
"end": {
"line": 186,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "contTgtId",
"start": 5549,
"end": 5558,
"loc": {
"start": {
"line": 186,
"column": 22
},
"end": {
"line": 186,
"column": 31
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5558,
"end": 5559,
"loc": {
"start": {
"line": 186,
"column": 31
},
"end": {
"line": 186,
"column": 32
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5560,
"end": 5561,
"loc": {
"start": {
"line": 186,
"column": 33
},
"end": {
"line": 186,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cont",
"start": 5578,
"end": 5582,
"loc": {
"start": {
"line": 187,
"column": 16
},
"end": {
"line": 187,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5582,
"end": 5583,
"loc": {
"start": {
"line": 187,
"column": 20
},
"end": {
"line": 187,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "className",
"start": 5583,
"end": 5592,
"loc": {
"start": {
"line": 187,
"column": 21
},
"end": {
"line": 187,
"column": 30
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 5593,
"end": 5594,
"loc": {
"start": {
"line": 187,
"column": 31
},
"end": {
"line": 187,
"column": 32
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 5595,
"end": 5599,
"loc": {
"start": {
"line": 187,
"column": 33
},
"end": {
"line": 187,
"column": 37
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5599,
"end": 5600,
"loc": {
"start": {
"line": 187,
"column": 37
},
"end": {
"line": 187,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "contCssClass",
"start": 5600,
"end": 5612,
"loc": {
"start": {
"line": 187,
"column": 38
},
"end": {
"line": 187,
"column": 50
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5612,
"end": 5613,
"loc": {
"start": {
"line": 187,
"column": 50
},
"end": {
"line": 187,
"column": 51
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5626,
"end": 5627,
"loc": {
"start": {
"line": 188,
"column": 12
},
"end": {
"line": 188,
"column": 13
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5636,
"end": 5637,
"loc": {
"start": {
"line": 189,
"column": 8
},
"end": {
"line": 189,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cont",
"start": 5646,
"end": 5650,
"loc": {
"start": {
"line": 190,
"column": 8
},
"end": {
"line": 190,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5650,
"end": 5651,
"loc": {
"start": {
"line": 190,
"column": 12
},
"end": {
"line": 190,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "innerHTML",
"start": 5651,
"end": 5660,
"loc": {
"start": {
"line": 190,
"column": 13
},
"end": {
"line": 190,
"column": 22
}
}
},
{
"type": {
"label": "_=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "+=",
"start": 5661,
"end": 5663,
"loc": {
"start": {
"line": 190,
"column": 23
},
"end": {
"line": 190,
"column": 25
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 5664,
"end": 5668,
"loc": {
"start": {
"line": 190,
"column": 26
},
"end": {
"line": 190,
"column": 30
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5668,
"end": 5669,
"loc": {
"start": {
"line": 190,
"column": 30
},
"end": {
"line": 190,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "defaultHtml",
"start": 5669,
"end": 5680,
"loc": {
"start": {
"line": 190,
"column": 31
},
"end": {
"line": 190,
"column": 42
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5680,
"end": 5681,
"loc": {
"start": {
"line": 190,
"column": 42
},
"end": {
"line": 190,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "addEvt",
"start": 5690,
"end": 5696,
"loc": {
"start": {
"line": 191,
"column": 8
},
"end": {
"line": 191,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5696,
"end": 5697,
"loc": {
"start": {
"line": 191,
"column": 14
},
"end": {
"line": 191,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cont",
"start": 5697,
"end": 5701,
"loc": {
"start": {
"line": 191,
"column": 15
},
"end": {
"line": 191,
"column": 19
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5701,
"end": 5702,
"loc": {
"start": {
"line": 191,
"column": 19
},
"end": {
"line": 191,
"column": 20
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "click",
"start": 5703,
"end": 5710,
"loc": {
"start": {
"line": 191,
"column": 21
},
"end": {
"line": 191,
"column": 28
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5710,
"end": 5711,
"loc": {
"start": {
"line": 191,
"column": 28
},
"end": {
"line": 191,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5712,
"end": 5713,
"loc": {
"start": {
"line": 191,
"column": 30
},
"end": {
"line": 191,
"column": 31
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5713,
"end": 5714,
"loc": {
"start": {
"line": 191,
"column": 31
},
"end": {
"line": 191,
"column": 32
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5715,
"end": 5717,
"loc": {
"start": {
"line": 191,
"column": 33
},
"end": {
"line": 191,
"column": 35
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 5718,
"end": 5722,
"loc": {
"start": {
"line": 191,
"column": 36
},
"end": {
"line": 191,
"column": 40
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5722,
"end": 5723,
"loc": {
"start": {
"line": 191,
"column": 40
},
"end": {
"line": 191,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "toggle",
"start": 5723,
"end": 5729,
"loc": {
"start": {
"line": 191,
"column": 41
},
"end": {
"line": 191,
"column": 47
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5729,
"end": 5730,
"loc": {
"start": {
"line": 191,
"column": 47
},
"end": {
"line": 191,
"column": 48
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5730,
"end": 5731,
"loc": {
"start": {
"line": 191,
"column": 48
},
"end": {
"line": 191,
"column": 49
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5731,
"end": 5732,
"loc": {
"start": {
"line": 191,
"column": 49
},
"end": {
"line": 191,
"column": 50
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5732,
"end": 5733,
"loc": {
"start": {
"line": 191,
"column": 50
},
"end": {
"line": 191,
"column": 51
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 5743,
"end": 5747,
"loc": {
"start": {
"line": 193,
"column": 8
},
"end": {
"line": 193,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5747,
"end": 5748,
"loc": {
"start": {
"line": 193,
"column": 12
},
"end": {
"line": 193,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cont",
"start": 5748,
"end": 5752,
"loc": {
"start": {
"line": 193,
"column": 13
},
"end": {
"line": 193,
"column": 17
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 5753,
"end": 5754,
"loc": {
"start": {
"line": 193,
"column": 18
},
"end": {
"line": 193,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cont",
"start": 5755,
"end": 5759,
"loc": {
"start": {
"line": 193,
"column": 20
},
"end": {
"line": 193,
"column": 24
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5759,
"end": 5760,
"loc": {
"start": {
"line": 193,
"column": 24
},
"end": {
"line": 193,
"column": 25
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 5769,
"end": 5773,
"loc": {
"start": {
"line": 194,
"column": 8
},
"end": {
"line": 194,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5773,
"end": 5774,
"loc": {
"start": {
"line": 194,
"column": 12
},
"end": {
"line": 194,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "btn",
"start": 5774,
"end": 5777,
"loc": {
"start": {
"line": 194,
"column": 13
},
"end": {
"line": 194,
"column": 16
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 5778,
"end": 5779,
"loc": {
"start": {
"line": 194,
"column": 17
},
"end": {
"line": 194,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "btn",
"start": 5780,
"end": 5783,
"loc": {
"start": {
"line": 194,
"column": 19
},
"end": {
"line": 194,
"column": 22
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5783,
"end": 5784,
"loc": {
"start": {
"line": 194,
"column": 22
},
"end": {
"line": 194,
"column": 23
}
}
},
{
"type": "CommentBlock",
"value": "* @inherited ",
"start": 5793,
"end": 5810,
"loc": {
"start": {
"line": 195,
"column": 8
},
"end": {
"line": 195,
"column": 25
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 5819,
"end": 5823,
"loc": {
"start": {
"line": 196,
"column": 8
},
"end": {
"line": 196,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5823,
"end": 5824,
"loc": {
"start": {
"line": 196,
"column": 12
},
"end": {
"line": 196,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "initialized",
"start": 5824,
"end": 5835,
"loc": {
"start": {
"line": 196,
"column": 13
},
"end": {
"line": 196,
"column": 24
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 5836,
"end": 5837,
"loc": {
"start": {
"line": 196,
"column": 25
},
"end": {
"line": 196,
"column": 26
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 5838,
"end": 5842,
"loc": {
"start": {
"line": 196,
"column": 27
},
"end": {
"line": 196,
"column": 31
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5842,
"end": 5843,
"loc": {
"start": {
"line": 196,
"column": 31
},
"end": {
"line": 196,
"column": 32
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 5853,
"end": 5857,
"loc": {
"start": {
"line": 198,
"column": 8
},
"end": {
"line": 198,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5857,
"end": 5858,
"loc": {
"start": {
"line": 198,
"column": 12
},
"end": {
"line": 198,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "emitter",
"start": 5858,
"end": 5865,
"loc": {
"start": {
"line": 198,
"column": 13
},
"end": {
"line": 198,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5865,
"end": 5866,
"loc": {
"start": {
"line": 198,
"column": 20
},
"end": {
"line": 198,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "emit",
"start": 5866,
"end": 5870,
"loc": {
"start": {
"line": 198,
"column": 21
},
"end": {
"line": 198,
"column": 25
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5870,
"end": 5871,
"loc": {
"start": {
"line": 198,
"column": 25
},
"end": {
"line": 198,
"column": 26
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "feature-initialized",
"start": 5871,
"end": 5892,
"loc": {
"start": {
"line": 198,
"column": 26
},
"end": {
"line": 198,
"column": 47
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5892,
"end": 5893,
"loc": {
"start": {
"line": 198,
"column": 47
},
"end": {
"line": 198,
"column": 48
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 5894,
"end": 5898,
"loc": {
"start": {
"line": 198,
"column": 49
},
"end": {
"line": 198,
"column": 53
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5898,
"end": 5899,
"loc": {
"start": {
"line": 198,
"column": 53
},
"end": {
"line": 198,
"column": 54
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5899,
"end": 5900,
"loc": {
"start": {
"line": 198,
"column": 54
},
"end": {
"line": 198,
"column": 55
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5905,
"end": 5906,
"loc": {
"start": {
"line": 199,
"column": 4
},
"end": {
"line": 199,
"column": 5
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Toggle help pop-up\n ",
"start": 5912,
"end": 5949,
"loc": {
"start": {
"line": 201,
"column": 4
},
"end": {
"line": 203,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "toggle",
"start": 5954,
"end": 5960,
"loc": {
"start": {
"line": 204,
"column": 4
},
"end": {
"line": 204,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5960,
"end": 5961,
"loc": {
"start": {
"line": 204,
"column": 10
},
"end": {
"line": 204,
"column": 11
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5961,
"end": 5962,
"loc": {
"start": {
"line": 204,
"column": 11
},
"end": {
"line": 204,
"column": 12
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5963,
"end": 5964,
"loc": {
"start": {
"line": 204,
"column": 13
},
"end": {
"line": 204,
"column": 14
}
}
},
{
"type": "CommentLine",
"value": " check only if explicitily disabled as in this case undefined",
"start": 5973,
"end": 6036,
"loc": {
"start": {
"line": 205,
"column": 8
},
"end": {
"line": 205,
"column": 71
}
}
},
{
"type": "CommentLine",
"value": " signifies the help feature is enabled by default",
"start": 6045,
"end": 6096,
"loc": {
"start": {
"line": 206,
"column": 8
},
"end": {
"line": 206,
"column": 59
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 6105,
"end": 6107,
"loc": {
"start": {
"line": 207,
"column": 8
},
"end": {
"line": 207,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6108,
"end": 6109,
"loc": {
"start": {
"line": 207,
"column": 11
},
"end": {
"line": 207,
"column": 12
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 6109,
"end": 6110,
"loc": {
"start": {
"line": 207,
"column": 12
},
"end": {
"line": 207,
"column": 13
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 6110,
"end": 6114,
"loc": {
"start": {
"line": 207,
"column": 13
},
"end": {
"line": 207,
"column": 17
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6114,
"end": 6115,
"loc": {
"start": {
"line": 207,
"column": 17
},
"end": {
"line": 207,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "isEnabled",
"start": 6115,
"end": 6124,
"loc": {
"start": {
"line": 207,
"column": 18
},
"end": {
"line": 207,
"column": 27
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6124,
"end": 6125,
"loc": {
"start": {
"line": 207,
"column": 27
},
"end": {
"line": 207,
"column": 28
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6125,
"end": 6126,
"loc": {
"start": {
"line": 207,
"column": 28
},
"end": {
"line": 207,
"column": 29
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6126,
"end": 6127,
"loc": {
"start": {
"line": 207,
"column": 29
},
"end": {
"line": 207,
"column": 30
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6128,
"end": 6129,
"loc": {
"start": {
"line": 207,
"column": 31
},
"end": {
"line": 207,
"column": 32
}
}
},
{
"type": {
"label": "return",
"keyword": "return",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "return",
"start": 6142,
"end": 6148,
"loc": {
"start": {
"line": 208,
"column": 12
},
"end": {
"line": 208,
"column": 18
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6148,
"end": 6149,
"loc": {
"start": {
"line": 208,
"column": 18
},
"end": {
"line": 208,
"column": 19
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6158,
"end": 6159,
"loc": {
"start": {
"line": 209,
"column": 8
},
"end": {
"line": 209,
"column": 9
}
}
},
{
"type": "CommentLine",
"value": " ensure mouseup event handler is removed",
"start": 6169,
"end": 6211,
"loc": {
"start": {
"line": 211,
"column": 8
},
"end": {
"line": 211,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "removeEvt",
"start": 6220,
"end": 6229,
"loc": {
"start": {
"line": 212,
"column": 8
},
"end": {
"line": 212,
"column": 17
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6229,
"end": 6230,
"loc": {
"start": {
"line": 212,
"column": 17
},
"end": {
"line": 212,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "root",
"start": 6230,
"end": 6234,
"loc": {
"start": {
"line": 212,
"column": 18
},
"end": {
"line": 212,
"column": 22
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6234,
"end": 6235,
"loc": {
"start": {
"line": 212,
"column": 22
},
"end": {
"line": 212,
"column": 23
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "mouseup",
"start": 6236,
"end": 6245,
"loc": {
"start": {
"line": 212,
"column": 24
},
"end": {
"line": 212,
"column": 33
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6245,
"end": 6246,
"loc": {
"start": {
"line": 212,
"column": 33
},
"end": {
"line": 212,
"column": 34
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 6247,
"end": 6251,
"loc": {
"start": {
"line": 212,
"column": 35
},
"end": {
"line": 212,
"column": 39
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6251,
"end": 6252,
"loc": {
"start": {
"line": 212,
"column": 39
},
"end": {
"line": 212,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "boundMouseup",
"start": 6252,
"end": 6264,
"loc": {
"start": {
"line": 212,
"column": 40
},
"end": {
"line": 212,
"column": 52
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6264,
"end": 6265,
"loc": {
"start": {
"line": 212,
"column": 52
},
"end": {
"line": 212,
"column": 53
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6265,
"end": 6266,
"loc": {
"start": {
"line": 212,
"column": 53
},
"end": {
"line": 212,
"column": 54
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 6276,
"end": 6279,
"loc": {
"start": {
"line": 214,
"column": 8
},
"end": {
"line": 214,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "divDisplay",
"start": 6280,
"end": 6290,
"loc": {
"start": {
"line": 214,
"column": 12
},
"end": {
"line": 214,
"column": 22
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 6291,
"end": 6292,
"loc": {
"start": {
"line": 214,
"column": 23
},
"end": {
"line": 214,
"column": 24
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 6293,
"end": 6297,
"loc": {
"start": {
"line": 214,
"column": 25
},
"end": {
"line": 214,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6297,
"end": 6298,
"loc": {
"start": {
"line": 214,
"column": 29
},
"end": {
"line": 214,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cont",
"start": 6298,
"end": 6302,
"loc": {
"start": {
"line": 214,
"column": 30
},
"end": {
"line": 214,
"column": 34
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6302,
"end": 6303,
"loc": {
"start": {
"line": 214,
"column": 34
},
"end": {
"line": 214,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "style",
"start": 6303,
"end": 6308,
"loc": {
"start": {
"line": 214,
"column": 35
},
"end": {
"line": 214,
"column": 40
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6308,
"end": 6309,
"loc": {
"start": {
"line": 214,
"column": 40
},
"end": {
"line": 214,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "display",
"start": 6309,
"end": 6316,
"loc": {
"start": {
"line": 214,
"column": 41
},
"end": {
"line": 214,
"column": 48
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6316,
"end": 6317,
"loc": {
"start": {
"line": 214,
"column": 48
},
"end": {
"line": 214,
"column": 49
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 6326,
"end": 6328,
"loc": {
"start": {
"line": 215,
"column": 8
},
"end": {
"line": 215,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6329,
"end": 6330,
"loc": {
"start": {
"line": 215,
"column": 11
},
"end": {
"line": 215,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "divDisplay",
"start": 6330,
"end": 6340,
"loc": {
"start": {
"line": 215,
"column": 12
},
"end": {
"line": 215,
"column": 22
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "===",
"start": 6341,
"end": 6344,
"loc": {
"start": {
"line": 215,
"column": 23
},
"end": {
"line": 215,
"column": 26
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "",
"start": 6345,
"end": 6347,
"loc": {
"start": {
"line": 215,
"column": 27
},
"end": {
"line": 215,
"column": 29
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 6348,
"end": 6350,
"loc": {
"start": {
"line": 215,
"column": 30
},
"end": {
"line": 215,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "divDisplay",
"start": 6351,
"end": 6361,
"loc": {
"start": {
"line": 215,
"column": 33
},
"end": {
"line": 215,
"column": 43
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "===",
"start": 6362,
"end": 6365,
"loc": {
"start": {
"line": 215,
"column": 44
},
"end": {
"line": 215,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "NONE",
"start": 6366,
"end": 6370,
"loc": {
"start": {
"line": 215,
"column": 48
},
"end": {
"line": 215,
"column": 52
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6370,
"end": 6371,
"loc": {
"start": {
"line": 215,
"column": 52
},
"end": {
"line": 215,
"column": 53
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6372,
"end": 6373,
"loc": {
"start": {
"line": 215,
"column": 54
},
"end": {
"line": 215,
"column": 55
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 6386,
"end": 6390,
"loc": {
"start": {
"line": 216,
"column": 12
},
"end": {
"line": 216,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6390,
"end": 6391,
"loc": {
"start": {
"line": 216,
"column": 16
},
"end": {
"line": 216,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cont",
"start": 6391,
"end": 6395,
"loc": {
"start": {
"line": 216,
"column": 17
},
"end": {
"line": 216,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6395,
"end": 6396,
"loc": {
"start": {
"line": 216,
"column": 21
},
"end": {
"line": 216,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "style",
"start": 6396,
"end": 6401,
"loc": {
"start": {
"line": 216,
"column": 22
},
"end": {
"line": 216,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6401,
"end": 6402,
"loc": {
"start": {
"line": 216,
"column": 27
},
"end": {
"line": 216,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "display",
"start": 6402,
"end": 6409,
"loc": {
"start": {
"line": 216,
"column": 28
},
"end": {
"line": 216,
"column": 35
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 6410,
"end": 6411,
"loc": {
"start": {
"line": 216,
"column": 36
},
"end": {
"line": 216,
"column": 37
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "inline",
"start": 6412,
"end": 6420,
"loc": {
"start": {
"line": 216,
"column": 38
},
"end": {
"line": 216,
"column": 46
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6420,
"end": 6421,
"loc": {
"start": {
"line": 216,
"column": 46
},
"end": {
"line": 216,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "addEvt",
"start": 6434,
"end": 6440,
"loc": {
"start": {
"line": 217,
"column": 12
},
"end": {
"line": 217,
"column": 18
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6440,
"end": 6441,
"loc": {
"start": {
"line": 217,
"column": 18
},
"end": {
"line": 217,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "root",
"start": 6441,
"end": 6445,
"loc": {
"start": {
"line": 217,
"column": 19
},
"end": {
"line": 217,
"column": 23
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6445,
"end": 6446,
"loc": {
"start": {
"line": 217,
"column": 23
},
"end": {
"line": 217,
"column": 24
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "mouseup",
"start": 6447,
"end": 6456,
"loc": {
"start": {
"line": 217,
"column": 25
},
"end": {
"line": 217,
"column": 34
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6456,
"end": 6457,
"loc": {
"start": {
"line": 217,
"column": 34
},
"end": {
"line": 217,
"column": 35
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 6458,
"end": 6462,
"loc": {
"start": {
"line": 217,
"column": 36
},
"end": {
"line": 217,
"column": 40
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6462,
"end": 6463,
"loc": {
"start": {
"line": 217,
"column": 40
},
"end": {
"line": 217,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "boundMouseup",
"start": 6463,
"end": 6475,
"loc": {
"start": {
"line": 217,
"column": 41
},
"end": {
"line": 217,
"column": 53
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6475,
"end": 6476,
"loc": {
"start": {
"line": 217,
"column": 53
},
"end": {
"line": 217,
"column": 54
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6476,
"end": 6477,
"loc": {
"start": {
"line": 217,
"column": 54
},
"end": {
"line": 217,
"column": 55
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6486,
"end": 6487,
"loc": {
"start": {
"line": 218,
"column": 8
},
"end": {
"line": 218,
"column": 9
}
}
},
{
"type": {
"label": "else",
"keyword": "else",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "else",
"start": 6488,
"end": 6492,
"loc": {
"start": {
"line": 218,
"column": 10
},
"end": {
"line": 218,
"column": 14
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6493,
"end": 6494,
"loc": {
"start": {
"line": 218,
"column": 15
},
"end": {
"line": 218,
"column": 16
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 6507,
"end": 6511,
"loc": {
"start": {
"line": 219,
"column": 12
},
"end": {
"line": 219,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6511,
"end": 6512,
"loc": {
"start": {
"line": 219,
"column": 16
},
"end": {
"line": 219,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cont",
"start": 6512,
"end": 6516,
"loc": {
"start": {
"line": 219,
"column": 17
},
"end": {
"line": 219,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6516,
"end": 6517,
"loc": {
"start": {
"line": 219,
"column": 21
},
"end": {
"line": 219,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "style",
"start": 6517,
"end": 6522,
"loc": {
"start": {
"line": 219,
"column": 22
},
"end": {
"line": 219,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6522,
"end": 6523,
"loc": {
"start": {
"line": 219,
"column": 27
},
"end": {
"line": 219,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "display",
"start": 6523,
"end": 6530,
"loc": {
"start": {
"line": 219,
"column": 28
},
"end": {
"line": 219,
"column": 35
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 6531,
"end": 6532,
"loc": {
"start": {
"line": 219,
"column": 36
},
"end": {
"line": 219,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "NONE",
"start": 6533,
"end": 6537,
"loc": {
"start": {
"line": 219,
"column": 38
},
"end": {
"line": 219,
"column": 42
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6537,
"end": 6538,
"loc": {
"start": {
"line": 219,
"column": 42
},
"end": {
"line": 219,
"column": 43
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6547,
"end": 6548,
"loc": {
"start": {
"line": 220,
"column": 8
},
"end": {
"line": 220,
"column": 9
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6553,
"end": 6554,
"loc": {
"start": {
"line": 221,
"column": 4
},
"end": {
"line": 221,
"column": 5
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Remove help UI\n ",
"start": 6560,
"end": 6593,
"loc": {
"start": {
"line": 223,
"column": 4
},
"end": {
"line": 225,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "destroy",
"start": 6598,
"end": 6605,
"loc": {
"start": {
"line": 226,
"column": 4
},
"end": {
"line": 226,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6605,
"end": 6606,
"loc": {
"start": {
"line": 226,
"column": 11
},
"end": {
"line": 226,
"column": 12
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6606,
"end": 6607,
"loc": {
"start": {
"line": 226,
"column": 12
},
"end": {
"line": 226,
"column": 13
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6608,
"end": 6609,
"loc": {
"start": {
"line": 226,
"column": 14
},
"end": {
"line": 226,
"column": 15
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 6618,
"end": 6620,
"loc": {
"start": {
"line": 227,
"column": 8
},
"end": {
"line": 227,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6621,
"end": 6622,
"loc": {
"start": {
"line": 227,
"column": 11
},
"end": {
"line": 227,
"column": 12
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 6622,
"end": 6623,
"loc": {
"start": {
"line": 227,
"column": 12
},
"end": {
"line": 227,
"column": 13
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 6623,
"end": 6627,
"loc": {
"start": {
"line": 227,
"column": 13
},
"end": {
"line": 227,
"column": 17
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6627,
"end": 6628,
"loc": {
"start": {
"line": 227,
"column": 17
},
"end": {
"line": 227,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "initialized",
"start": 6628,
"end": 6639,
"loc": {
"start": {
"line": 227,
"column": 18
},
"end": {
"line": 227,
"column": 29
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6639,
"end": 6640,
"loc": {
"start": {
"line": 227,
"column": 29
},
"end": {
"line": 227,
"column": 30
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6641,
"end": 6642,
"loc": {
"start": {
"line": 227,
"column": 31
},
"end": {
"line": 227,
"column": 32
}
}
},
{
"type": {
"label": "return",
"keyword": "return",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "return",
"start": 6655,
"end": 6661,
"loc": {
"start": {
"line": 228,
"column": 12
},
"end": {
"line": 228,
"column": 18
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6661,
"end": 6662,
"loc": {
"start": {
"line": 228,
"column": 18
},
"end": {
"line": 228,
"column": 19
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6671,
"end": 6672,
"loc": {
"start": {
"line": 229,
"column": 8
},
"end": {
"line": 229,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "removeElm",
"start": 6681,
"end": 6690,
"loc": {
"start": {
"line": 230,
"column": 8
},
"end": {
"line": 230,
"column": 17
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6690,
"end": 6691,
"loc": {
"start": {
"line": 230,
"column": 17
},
"end": {
"line": 230,
"column": 18
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 6691,
"end": 6695,
"loc": {
"start": {
"line": 230,
"column": 18
},
"end": {
"line": 230,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6695,
"end": 6696,
"loc": {
"start": {
"line": 230,
"column": 22
},
"end": {
"line": 230,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "btn",
"start": 6696,
"end": 6699,
"loc": {
"start": {
"line": 230,
"column": 23
},
"end": {
"line": 230,
"column": 26
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6699,
"end": 6700,
"loc": {
"start": {
"line": 230,
"column": 26
},
"end": {
"line": 230,
"column": 27
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6700,
"end": 6701,
"loc": {
"start": {
"line": 230,
"column": 27
},
"end": {
"line": 230,
"column": 28
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 6710,
"end": 6714,
"loc": {
"start": {
"line": 231,
"column": 8
},
"end": {
"line": 231,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6714,
"end": 6715,
"loc": {
"start": {
"line": 231,
"column": 12
},
"end": {
"line": 231,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "btn",
"start": 6715,
"end": 6718,
"loc": {
"start": {
"line": 231,
"column": 13
},
"end": {
"line": 231,
"column": 16
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 6719,
"end": 6720,
"loc": {
"start": {
"line": 231,
"column": 17
},
"end": {
"line": 231,
"column": 18
}
}
},
{
"type": {
"label": "null",
"keyword": "null",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "null",
"start": 6721,
"end": 6725,
"loc": {
"start": {
"line": 231,
"column": 19
},
"end": {
"line": 231,
"column": 23
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6725,
"end": 6726,
"loc": {
"start": {
"line": 231,
"column": 23
},
"end": {
"line": 231,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "removeElm",
"start": 6736,
"end": 6745,
"loc": {
"start": {
"line": 233,
"column": 8
},
"end": {
"line": 233,
"column": 17
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6745,
"end": 6746,
"loc": {
"start": {
"line": 233,
"column": 17
},
"end": {
"line": 233,
"column": 18
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 6746,
"end": 6750,
"loc": {
"start": {
"line": 233,
"column": 18
},
"end": {
"line": 233,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6750,
"end": 6751,
"loc": {
"start": {
"line": 233,
"column": 22
},
"end": {
"line": 233,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cont",
"start": 6751,
"end": 6755,
"loc": {
"start": {
"line": 233,
"column": 23
},
"end": {
"line": 233,
"column": 27
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6755,
"end": 6756,
"loc": {
"start": {
"line": 233,
"column": 27
},
"end": {
"line": 233,
"column": 28
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6756,
"end": 6757,
"loc": {
"start": {
"line": 233,
"column": 28
},
"end": {
"line": 233,
"column": 29
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 6766,
"end": 6770,
"loc": {
"start": {
"line": 234,
"column": 8
},
"end": {
"line": 234,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6770,
"end": 6771,
"loc": {
"start": {
"line": 234,
"column": 12
},
"end": {
"line": 234,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cont",
"start": 6771,
"end": 6775,
"loc": {
"start": {
"line": 234,
"column": 13
},
"end": {
"line": 234,
"column": 17
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 6776,
"end": 6777,
"loc": {
"start": {
"line": 234,
"column": 18
},
"end": {
"line": 234,
"column": 19
}
}
},
{
"type": {
"label": "null",
"keyword": "null",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "null",
"start": 6778,
"end": 6782,
"loc": {
"start": {
"line": 234,
"column": 20
},
"end": {
"line": 234,
"column": 24
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6782,
"end": 6783,
"loc": {
"start": {
"line": 234,
"column": 24
},
"end": {
"line": 234,
"column": 25
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 6793,
"end": 6797,
"loc": {
"start": {
"line": 236,
"column": 8
},
"end": {
"line": 236,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6797,
"end": 6798,
"loc": {
"start": {
"line": 236,
"column": 12
},
"end": {
"line": 236,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "boundMouseup",
"start": 6798,
"end": 6810,
"loc": {
"start": {
"line": 236,
"column": 13
},
"end": {
"line": 236,
"column": 25
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 6811,
"end": 6812,
"loc": {
"start": {
"line": 236,
"column": 26
},
"end": {
"line": 236,
"column": 27
}
}
},
{
"type": {
"label": "null",
"keyword": "null",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "null",
"start": 6813,
"end": 6817,
"loc": {
"start": {
"line": 236,
"column": 28
},
"end": {
"line": 236,
"column": 32
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6817,
"end": 6818,
"loc": {
"start": {
"line": 236,
"column": 32
},
"end": {
"line": 236,
"column": 33
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 6827,
"end": 6831,
"loc": {
"start": {
"line": 237,
"column": 8
},
"end": {
"line": 237,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6831,
"end": 6832,
"loc": {
"start": {
"line": 237,
"column": 12
},
"end": {
"line": 237,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "initialized",
"start": 6832,
"end": 6843,
"loc": {
"start": {
"line": 237,
"column": 13
},
"end": {
"line": 237,
"column": 24
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 6844,
"end": 6845,
"loc": {
"start": {
"line": 237,
"column": 25
},
"end": {
"line": 237,
"column": 26
}
}
},
{
"type": {
"label": "false",
"keyword": "false",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "false",
"start": 6846,
"end": 6851,
"loc": {
"start": {
"line": 237,
"column": 27
},
"end": {
"line": 237,
"column": 32
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6851,
"end": 6852,
"loc": {
"start": {
"line": 237,
"column": 32
},
"end": {
"line": 237,
"column": 33
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6857,
"end": 6858,
"loc": {
"start": {
"line": 238,
"column": 4
},
"end": {
"line": 238,
"column": 5
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6860,
"end": 6861,
"loc": {
"start": {
"line": 240,
"column": 0
},
"end": {
"line": 240,
"column": 1
}
}
},
{
"type": {
"label": "eof",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6862,
"end": 6862,
"loc": {
"start": {
"line": 241,
"column": 0
},
"end": {
"line": 241,
"column": 0
}
}
}
]
}