{
  "type": "Program",
  "start": 0,
  "end": 5391,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 161,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 39,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 39
        }
      },
      "specifiers": [
        {
          "type": "ImportNamespaceSpecifier",
          "start": 7,
          "end": 17,
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 17
            }
          },
          "local": {
            "type": "Identifier",
            "start": 12,
            "end": 17,
            "loc": {
              "start": {
                "line": 1,
                "column": 12
              },
              "end": {
                "line": 1,
                "column": 17
              }
            },
            "name": "Error"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 23,
        "end": 38,
        "loc": {
          "start": {
            "line": 1,
            "column": 23
          },
          "end": {
            "line": 1,
            "column": 38
          }
        },
        "value": "../core/error",
        "rawValue": "../core/error",
        "raw": "'../core/error'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 40,
      "end": 76,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 36
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 47,
          "end": 53,
          "loc": {
            "start": {
              "line": 2,
              "column": 7
            },
            "end": {
              "line": 2,
              "column": 13
            }
          },
          "local": {
            "type": "Identifier",
            "start": 47,
            "end": 53,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 13
              }
            },
            "name": "Events"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 59,
        "end": 75,
        "loc": {
          "start": {
            "line": 2,
            "column": 19
          },
          "end": {
            "line": 2,
            "column": 35
          }
        },
        "value": "../core/events",
        "rawValue": "../core/events",
        "raw": "'../core/events'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 77,
      "end": 126,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 49
        }
      },
      "specifiers": [],
      "source": {
        "type": "Literal",
        "start": 84,
        "end": 125,
        "loc": {
          "start": {
            "line": 3,
            "column": 7
          },
          "end": {
            "line": 3,
            "column": 48
          }
        },
        "value": "event-listener-with-options/js/polyfill",
        "rawValue": "event-listener-with-options/js/polyfill",
        "raw": "'event-listener-with-options/js/polyfill'"
      }
    },
    {
      "type": "FunctionDeclaration",
      "start": 128,
      "end": 525,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 17,
          "column": 1
        }
      },
      "id": {
        "type": "Identifier",
        "start": 137,
        "end": 149,
        "loc": {
          "start": {
            "line": 5,
            "column": 9
          },
          "end": {
            "line": 5,
            "column": 21
          }
        },
        "name": "createStates"
      },
      "generator": false,
      "expression": false,
      "async": false,
      "params": [
        {
          "type": "Identifier",
          "start": 150,
          "end": 153,
          "loc": {
            "start": {
              "line": 5,
              "column": 22
            },
            "end": {
              "line": 5,
              "column": 25
            }
          },
          "name": "dom"
        },
        {
          "type": "Identifier",
          "start": 155,
          "end": 161,
          "loc": {
            "start": {
              "line": 5,
              "column": 27
            },
            "end": {
              "line": 5,
              "column": 33
            }
          },
          "name": "events"
        },
        {
          "type": "Identifier",
          "start": 163,
          "end": 171,
          "loc": {
            "start": {
              "line": 5,
              "column": 35
            },
            "end": {
              "line": 5,
              "column": 43
            }
          },
          "name": "listener"
        },
        {
          "type": "AssignmentPattern",
          "start": 173,
          "end": 192,
          "loc": {
            "start": {
              "line": 5,
              "column": 45
            },
            "end": {
              "line": 5,
              "column": 64
            }
          },
          "operator": "=",
          "left": {
            "type": "Identifier",
            "start": 173,
            "end": 180,
            "loc": {
              "start": {
                "line": 5,
                "column": 45
              },
              "end": {
                "line": 5,
                "column": 52
              }
            },
            "name": "options"
          },
          "right": {
            "type": "Identifier",
            "start": 183,
            "end": 192,
            "loc": {
              "start": {
                "line": 5,
                "column": 55
              },
              "end": {
                "line": 5,
                "column": 64
              }
            },
            "name": "undefined"
          }
        }
      ],
      "body": {
        "type": "BlockStatement",
        "start": 194,
        "end": 525,
        "loc": {
          "start": {
            "line": 5,
            "column": 66
          },
          "end": {
            "line": 17,
            "column": 1
          }
        },
        "body": [
          {
            "type": "ReturnStatement",
            "start": 200,
            "end": 523,
            "loc": {
              "start": {
                "line": 6,
                "column": 4
              },
              "end": {
                "line": 16,
                "column": 12
              }
            },
            "argument": {
              "type": "CallExpression",
              "start": 207,
              "end": 522,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 11
                },
                "end": {
                  "line": 16,
                  "column": 11
                }
              },
              "callee": {
                "type": "MemberExpression",
                "start": 207,
                "end": 220,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 11
                  },
                  "end": {
                    "line": 6,
                    "column": 24
                  }
                },
                "object": {
                  "type": "Identifier",
                  "start": 207,
                  "end": 213,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 11
                    },
                    "end": {
                      "line": 6,
                      "column": 17
                    }
                  },
                  "name": "events"
                },
                "property": {
                  "type": "Identifier",
                  "start": 214,
                  "end": 220,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 18
                    },
                    "end": {
                      "line": 6,
                      "column": 24
                    }
                  },
                  "name": "reduce"
                },
                "computed": false
              },
              "arguments": [
                {
                  "type": "ArrowFunctionExpression",
                  "start": 221,
                  "end": 516,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 25
                    },
                    "end": {
                      "line": 16,
                      "column": 5
                    }
                  },
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 222,
                      "end": 226,
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 26
                        },
                        "end": {
                          "line": 6,
                          "column": 30
                        }
                      },
                      "name": "prev"
                    },
                    {
                      "type": "Identifier",
                      "start": 228,
                      "end": 232,
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 32
                        },
                        "end": {
                          "line": 6,
                          "column": 36
                        }
                      },
                      "name": "name"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 237,
                    "end": 516,
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 41
                      },
                      "end": {
                        "line": 16,
                        "column": 5
                      }
                    },
                    "body": [
                      {
                        "type": "ExpressionStatement",
                        "start": 247,
                        "end": 293,
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 8
                          },
                          "end": {
                            "line": 7,
                            "column": 54
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 247,
                          "end": 292,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 8
                            },
                            "end": {
                              "line": 7,
                              "column": 53
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 247,
                            "end": 267,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 8
                              },
                              "end": {
                                "line": 7,
                                "column": 28
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 247,
                              "end": 250,
                              "loc": {
                                "start": {
                                  "line": 7,
                                  "column": 8
                                },
                                "end": {
                                  "line": 7,
                                  "column": 11
                                }
                              },
                              "name": "dom"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 251,
                              "end": 267,
                              "loc": {
                                "start": {
                                  "line": 7,
                                  "column": 12
                                },
                                "end": {
                                  "line": 7,
                                  "column": 28
                                }
                              },
                              "name": "addEventListener"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 268,
                              "end": 272,
                              "loc": {
                                "start": {
                                  "line": 7,
                                  "column": 29
                                },
                                "end": {
                                  "line": 7,
                                  "column": 33
                                }
                              },
                              "name": "name"
                            },
                            {
                              "type": "Identifier",
                              "start": 274,
                              "end": 282,
                              "loc": {
                                "start": {
                                  "line": 7,
                                  "column": 35
                                },
                                "end": {
                                  "line": 7,
                                  "column": 43
                                }
                              },
                              "name": "listener"
                            },
                            {
                              "type": "Identifier",
                              "start": 284,
                              "end": 291,
                              "loc": {
                                "start": {
                                  "line": 7,
                                  "column": 45
                                },
                                "end": {
                                  "line": 7,
                                  "column": 52
                                }
                              },
                              "name": "options"
                            }
                          ]
                        }
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 302,
                        "end": 510,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 8
                          },
                          "end": {
                            "line": 15,
                            "column": 10
                          }
                        },
                        "argument": {
                          "type": "ObjectExpression",
                          "start": 309,
                          "end": 509,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 15
                            },
                            "end": {
                              "line": 15,
                              "column": 9
                            }
                          },
                          "properties": [
                            {
                              "type": "SpreadProperty",
                              "start": 323,
                              "end": 330,
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 12
                                },
                                "end": {
                                  "line": 9,
                                  "column": 19
                                }
                              },
                              "argument": {
                                "type": "Identifier",
                                "start": 326,
                                "end": 330,
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 19
                                  }
                                },
                                "name": "prev"
                              }
                            },
                            {
                              "type": "Property",
                              "start": 344,
                              "end": 499,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 12
                                },
                                "end": {
                                  "line": 14,
                                  "column": 13
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": true,
                              "key": {
                                "type": "Identifier",
                                "start": 345,
                                "end": 349,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 17
                                  }
                                },
                                "name": "name"
                              },
                              "value": {
                                "type": "ObjectExpression",
                                "start": 352,
                                "end": 499,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 13
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "Property",
                                    "start": 370,
                                    "end": 380,
                                    "loc": {
                                      "start": {
                                        "line": 11,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 11,
                                        "column": 26
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 370,
                                      "end": 374,
                                      "loc": {
                                        "start": {
                                          "line": 11,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 11,
                                          "column": 20
                                        }
                                      },
                                      "name": "type"
                                    },
                                    "value": {
                                      "type": "Identifier",
                                      "start": 376,
                                      "end": 380,
                                      "loc": {
                                        "start": {
                                          "line": 11,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 11,
                                          "column": 26
                                        }
                                      },
                                      "name": "name"
                                    },
                                    "kind": "init"
                                  },
                                  {
                                    "type": "Property",
                                    "start": 398,
                                    "end": 414,
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 32
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 398,
                                      "end": 407,
                                      "loc": {
                                        "start": {
                                          "line": 12,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 12,
                                          "column": 25
                                        }
                                      },
                                      "name": "fulfilled"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 409,
                                      "end": 414,
                                      "loc": {
                                        "start": {
                                          "line": 12,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 12,
                                          "column": 32
                                        }
                                      },
                                      "value": false,
                                      "rawValue": false,
                                      "raw": "false"
                                    },
                                    "kind": "init"
                                  },
                                  {
                                    "type": "Property",
                                    "start": 432,
                                    "end": 485,
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 69
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 432,
                                      "end": 438,
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 13,
                                          "column": 22
                                        }
                                      },
                                      "name": "detach"
                                    },
                                    "value": {
                                      "type": "ArrowFunctionExpression",
                                      "start": 440,
                                      "end": 485,
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 13,
                                          "column": 69
                                        }
                                      },
                                      "id": null,
                                      "generator": false,
                                      "expression": true,
                                      "async": false,
                                      "params": [],
                                      "body": {
                                        "type": "CallExpression",
                                        "start": 446,
                                        "end": 485,
                                        "loc": {
                                          "start": {
                                            "line": 13,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 13,
                                            "column": 69
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 446,
                                          "end": 469,
                                          "loc": {
                                            "start": {
                                              "line": 13,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 13,
                                              "column": 53
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 446,
                                            "end": 449,
                                            "loc": {
                                              "start": {
                                                "line": 13,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 13,
                                                "column": 33
                                              }
                                            },
                                            "name": "dom"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 450,
                                            "end": 469,
                                            "loc": {
                                              "start": {
                                                "line": 13,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 13,
                                                "column": 53
                                              }
                                            },
                                            "name": "removeEventListener"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 470,
                                            "end": 474,
                                            "loc": {
                                              "start": {
                                                "line": 13,
                                                "column": 54
                                              },
                                              "end": {
                                                "line": 13,
                                                "column": 58
                                              }
                                            },
                                            "name": "name"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 476,
                                            "end": 484,
                                            "loc": {
                                              "start": {
                                                "line": 13,
                                                "column": 60
                                              },
                                              "end": {
                                                "line": 13,
                                                "column": 68
                                              }
                                            },
                                            "name": "listener"
                                          }
                                        ]
                                      }
                                    },
                                    "kind": "init"
                                  }
                                ]
                              },
                              "kind": "init"
                            }
                          ]
                        }
                      }
                    ]
                  }
                },
                {
                  "type": "ObjectExpression",
                  "start": 518,
                  "end": 521,
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 7
                    },
                    "end": {
                      "line": 16,
                      "column": 10
                    }
                  },
                  "properties": []
                }
              ]
            }
          }
        ]
      }
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 527,
      "end": 5390,
      "loc": {
        "start": {
          "line": 19,
          "column": 0
        },
        "end": {
          "line": 160,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 542,
        "end": 5390,
        "loc": {
          "start": {
            "line": 19,
            "column": 15
          },
          "end": {
            "line": 160,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 548,
          "end": 551,
          "loc": {
            "start": {
              "line": 19,
              "column": 21
            },
            "end": {
              "line": 19,
              "column": 24
            }
          },
          "name": "Dom"
        },
        "superClass": null,
        "body": {
          "type": "ClassBody",
          "start": 552,
          "end": 5390,
          "loc": {
            "start": {
              "line": 19,
              "column": 25
            },
            "end": {
              "line": 160,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 558,
              "end": 1779,
              "loc": {
                "start": {
                  "line": 20,
                  "column": 4
                },
                "end": {
                  "line": 58,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 558,
                "end": 569,
                "loc": {
                  "start": {
                    "line": 20,
                    "column": 4
                  },
                  "end": {
                    "line": 20,
                    "column": 15
                  }
                },
                "name": "constructor"
              },
              "static": false,
              "kind": "constructor",
              "value": {
                "type": "FunctionExpression",
                "start": 569,
                "end": 1779,
                "loc": {
                  "start": {
                    "line": 20,
                    "column": 15
                  },
                  "end": {
                    "line": 58,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "AssignmentPattern",
                    "start": 570,
                    "end": 604,
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 16
                      },
                      "end": {
                        "line": 20,
                        "column": 50
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 570,
                      "end": 574,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 16
                        },
                        "end": {
                          "line": 20,
                          "column": 20
                        }
                      },
                      "name": "view"
                    },
                    "right": {
                      "type": "CallExpression",
                      "start": 577,
                      "end": 604,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 23
                        },
                        "end": {
                          "line": 20,
                          "column": 50
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 577,
                        "end": 586,
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 23
                          },
                          "end": {
                            "line": 20,
                            "column": 32
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 577,
                          "end": 582,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 23
                            },
                            "end": {
                              "line": 20,
                              "column": 28
                            }
                          },
                          "name": "Error"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 583,
                          "end": 586,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 29
                            },
                            "end": {
                              "line": 20,
                              "column": 32
                            }
                          },
                          "name": "log"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Literal",
                          "start": 587,
                          "end": 603,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 33
                            },
                            "end": {
                              "line": 20,
                              "column": 49
                            }
                          },
                          "value": "View undefined",
                          "rawValue": "View undefined",
                          "raw": "\"View undefined\""
                        }
                      ]
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 606,
                    "end": 619,
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 52
                      },
                      "end": {
                        "line": 20,
                        "column": 65
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 606,
                      "end": 614,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 52
                        },
                        "end": {
                          "line": 20,
                          "column": 60
                        }
                      },
                      "name": "handlers"
                    },
                    "right": {
                      "type": "ObjectExpression",
                      "start": 617,
                      "end": 619,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 63
                        },
                        "end": {
                          "line": 20,
                          "column": 65
                        }
                      },
                      "properties": []
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 621,
                  "end": 1779,
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 67
                    },
                    "end": {
                      "line": 58,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 631,
                      "end": 648,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 8
                        },
                        "end": {
                          "line": 21,
                          "column": 25
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 631,
                        "end": 647,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 8
                          },
                          "end": {
                            "line": 21,
                            "column": 24
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 631,
                          "end": 640,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 8
                            },
                            "end": {
                              "line": 21,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 631,
                            "end": 635,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 8
                              },
                              "end": {
                                "line": 21,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 636,
                            "end": 640,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 13
                              },
                              "end": {
                                "line": 21,
                                "column": 17
                              }
                            },
                            "name": "view"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 643,
                          "end": 647,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 20
                            },
                            "end": {
                              "line": 21,
                              "column": 24
                            }
                          },
                          "name": "view"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 657,
                      "end": 683,
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 8
                        },
                        "end": {
                          "line": 22,
                          "column": 34
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 657,
                        "end": 682,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 8
                          },
                          "end": {
                            "line": 22,
                            "column": 33
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 657,
                          "end": 668,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 8
                            },
                            "end": {
                              "line": 22,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 657,
                            "end": 661,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 8
                              },
                              "end": {
                                "line": 22,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 662,
                            "end": 668,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 13
                              },
                              "end": {
                                "line": 22,
                                "column": 19
                              }
                            },
                            "name": "canvas"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 671,
                          "end": 682,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 22
                            },
                            "end": {
                              "line": 22,
                              "column": 33
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 671,
                            "end": 675,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 22
                              },
                              "end": {
                                "line": 22,
                                "column": 26
                              }
                            },
                            "name": "view"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 676,
                            "end": 682,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 27
                              },
                              "end": {
                                "line": 22,
                                "column": 33
                              }
                            },
                            "name": "canvas"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 692,
                      "end": 722,
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 8
                        },
                        "end": {
                          "line": 23,
                          "column": 38
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 692,
                        "end": 721,
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 8
                          },
                          "end": {
                            "line": 23,
                            "column": 37
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 692,
                          "end": 705,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 8
                            },
                            "end": {
                              "line": 23,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 692,
                            "end": 696,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 8
                              },
                              "end": {
                                "line": 23,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 697,
                            "end": 705,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 13
                              },
                              "end": {
                                "line": 23,
                                "column": 21
                              }
                            },
                            "name": "renderer"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 708,
                          "end": 721,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 24
                            },
                            "end": {
                              "line": 23,
                              "column": 37
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 708,
                            "end": 712,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 24
                              },
                              "end": {
                                "line": 23,
                                "column": 28
                              }
                            },
                            "name": "view"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 713,
                            "end": 721,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 29
                              },
                              "end": {
                                "line": 23,
                                "column": 37
                              }
                            },
                            "name": "renderer"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 731,
                      "end": 751,
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 8
                        },
                        "end": {
                          "line": 24,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 731,
                        "end": 750,
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 8
                          },
                          "end": {
                            "line": 24,
                            "column": 27
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 731,
                          "end": 739,
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 8
                            },
                            "end": {
                              "line": 24,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 731,
                            "end": 735,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 8
                              },
                              "end": {
                                "line": 24,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 736,
                            "end": 739,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 13
                              },
                              "end": {
                                "line": 24,
                                "column": 16
                              }
                            },
                            "name": "dom"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 742,
                          "end": 750,
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 19
                            },
                            "end": {
                              "line": 24,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 742,
                            "end": 746,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 19
                              },
                              "end": {
                                "line": 24,
                                "column": 23
                              }
                            },
                            "name": "view"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 747,
                            "end": 750,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 24
                              },
                              "end": {
                                "line": 24,
                                "column": 27
                              }
                            },
                            "name": "dom"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 760,
                      "end": 777,
                      "loc": {
                        "start": {
                          "line": 25,
                          "column": 8
                        },
                        "end": {
                          "line": 25,
                          "column": 25
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 760,
                        "end": 776,
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 8
                          },
                          "end": {
                            "line": 25,
                            "column": 24
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 760,
                          "end": 771,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 8
                            },
                            "end": {
                              "line": 25,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 760,
                            "end": 764,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 8
                              },
                              "end": {
                                "line": 25,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 765,
                            "end": 771,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 13
                              },
                              "end": {
                                "line": 25,
                                "column": 19
                              }
                            },
                            "name": "recent"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ArrayExpression",
                          "start": 774,
                          "end": 776,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 22
                            },
                            "end": {
                              "line": 25,
                              "column": 24
                            }
                          },
                          "elements": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 786,
                      "end": 806,
                      "loc": {
                        "start": {
                          "line": 26,
                          "column": 8
                        },
                        "end": {
                          "line": 26,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 786,
                        "end": 805,
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 8
                          },
                          "end": {
                            "line": 26,
                            "column": 27
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 786,
                          "end": 798,
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 8
                            },
                            "end": {
                              "line": 26,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 786,
                            "end": 790,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 8
                              },
                              "end": {
                                "line": 26,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 791,
                            "end": 798,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 13
                              },
                              "end": {
                                "line": 26,
                                "column": 20
                              }
                            },
                            "name": "enabled"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 801,
                          "end": 805,
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 23
                            },
                            "end": {
                              "line": 26,
                              "column": 27
                            }
                          },
                          "value": true,
                          "rawValue": true,
                          "raw": "true"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 815,
                      "end": 836,
                      "loc": {
                        "start": {
                          "line": 27,
                          "column": 8
                        },
                        "end": {
                          "line": 27,
                          "column": 29
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 815,
                        "end": 835,
                        "loc": {
                          "start": {
                            "line": 27,
                            "column": 8
                          },
                          "end": {
                            "line": 27,
                            "column": 28
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 815,
                          "end": 828,
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 8
                            },
                            "end": {
                              "line": 27,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 815,
                            "end": 819,
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 8
                              },
                              "end": {
                                "line": 27,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 820,
                            "end": 828,
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 13
                              },
                              "end": {
                                "line": 27,
                                "column": 21
                              }
                            },
                            "name": "debounce"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 831,
                          "end": 835,
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 24
                            },
                            "end": {
                              "line": 27,
                              "column": 28
                            }
                          },
                          "value": true,
                          "rawValue": true,
                          "raw": "true"
                        }
                      },
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Mix in event generic handler",
                          "start": 846,
                          "end": 877,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 8
                            },
                            "end": {
                              "line": 29,
                              "column": 39
                            }
                          },
                          "range": [
                            846,
                            877
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 886,
                      "end": 915,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 8
                        },
                        "end": {
                          "line": 30,
                          "column": 37
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 886,
                        "end": 914,
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 8
                          },
                          "end": {
                            "line": 30,
                            "column": 36
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 886,
                          "end": 898,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 8
                            },
                            "end": {
                              "line": 30,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 886,
                            "end": 892,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 8
                              },
                              "end": {
                                "line": 30,
                                "column": 14
                              }
                            },
                            "name": "Events",
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 893,
                            "end": 898,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 15
                              },
                              "end": {
                                "line": 30,
                                "column": 20
                              }
                            },
                            "name": "mixin"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "arguments": [
                          {
                            "type": "ThisExpression",
                            "start": 899,
                            "end": 903,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 21
                              },
                              "end": {
                                "line": 30,
                                "column": 25
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "start": 905,
                            "end": 913,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 27
                              },
                              "end": {
                                "line": 30,
                                "column": 35
                              }
                            },
                            "name": "handlers"
                          }
                        ],
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Mix in event generic handler",
                          "start": 846,
                          "end": 877,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 8
                            },
                            "end": {
                              "line": 29,
                              "column": 39
                            }
                          },
                          "range": [
                            846,
                            877
                          ]
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Add internal dom event handlers",
                          "start": 925,
                          "end": 959,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 8
                            },
                            "end": {
                              "line": 32,
                              "column": 42
                            }
                          },
                          "range": [
                            925,
                            959
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 968,
                      "end": 1016,
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 8
                        },
                        "end": {
                          "line": 33,
                          "column": 56
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 968,
                        "end": 1015,
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 8
                          },
                          "end": {
                            "line": 33,
                            "column": 55
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 968,
                          "end": 985,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 8
                            },
                            "end": {
                              "line": 33,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 968,
                            "end": 972,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 8
                              },
                              "end": {
                                "line": 33,
                                "column": 12
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 973,
                            "end": 985,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 13
                              },
                              "end": {
                                "line": 33,
                                "column": 25
                              }
                            },
                            "name": "eventHandler"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 988,
                          "end": 1015,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 28
                            },
                            "end": {
                              "line": 33,
                              "column": 55
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 988,
                            "end": 1009,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 28
                              },
                              "end": {
                                "line": 33,
                                "column": 49
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 988,
                              "end": 1004,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 28
                                },
                                "end": {
                                  "line": 33,
                                  "column": 44
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 988,
                                "end": 992,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 32
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 993,
                                "end": 1004,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 44
                                  }
                                },
                                "name": "handleEvent"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1005,
                              "end": 1009,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 45
                                },
                                "end": {
                                  "line": 33,
                                  "column": 49
                                }
                              },
                              "name": "bind"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ThisExpression",
                              "start": 1010,
                              "end": 1014,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 50
                                },
                                "end": {
                                  "line": 33,
                                  "column": 54
                                }
                              }
                            }
                          ]
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Add internal dom event handlers",
                          "start": 925,
                          "end": 959,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 8
                            },
                            "end": {
                              "line": 32,
                              "column": 42
                            }
                          },
                          "range": [
                            925,
                            959
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1025,
                      "end": 1087,
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 8
                        },
                        "end": {
                          "line": 34,
                          "column": 70
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1025,
                        "end": 1086,
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 8
                          },
                          "end": {
                            "line": 34,
                            "column": 69
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1025,
                          "end": 1049,
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 8
                            },
                            "end": {
                              "line": 34,
                              "column": 32
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1025,
                            "end": 1029,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 8
                              },
                              "end": {
                                "line": 34,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1030,
                            "end": 1049,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 13
                              },
                              "end": {
                                "line": 34,
                                "column": 32
                              }
                            },
                            "name": "eventHandlerDefault"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 1052,
                          "end": 1086,
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 35
                            },
                            "end": {
                              "line": 34,
                              "column": 69
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1052,
                            "end": 1080,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 35
                              },
                              "end": {
                                "line": 34,
                                "column": 63
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1052,
                              "end": 1075,
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 35
                                },
                                "end": {
                                  "line": 34,
                                  "column": 58
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1052,
                                "end": 1056,
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 39
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1057,
                                "end": 1075,
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 58
                                  }
                                },
                                "name": "handleEventDefault"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1076,
                              "end": 1080,
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 59
                                },
                                "end": {
                                  "line": 34,
                                  "column": 63
                                }
                              },
                              "name": "bind"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ThisExpression",
                              "start": 1081,
                              "end": 1085,
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 64
                                },
                                "end": {
                                  "line": 34,
                                  "column": 68
                                }
                              }
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 1096,
                      "end": 1307,
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 8
                        },
                        "end": {
                          "line": 41,
                          "column": 49
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1100,
                          "end": 1306,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 12
                            },
                            "end": {
                              "line": 41,
                              "column": 48
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1100,
                            "end": 1113,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 12
                              },
                              "end": {
                                "line": 35,
                                "column": 25
                              }
                            },
                            "name": "passiveStates"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 1116,
                            "end": 1306,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 28
                              },
                              "end": {
                                "line": 41,
                                "column": 48
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 1116,
                              "end": 1128,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 28
                                },
                                "end": {
                                  "line": 35,
                                  "column": 40
                                }
                              },
                              "name": "createStates"
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 1129,
                                "end": 1137,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 49
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1129,
                                  "end": 1133,
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 45
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1134,
                                  "end": 1137,
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 49
                                    }
                                  },
                                  "name": "dom"
                                },
                                "computed": false
                              },
                              {
                                "type": "ArrayExpression",
                                "start": 1139,
                                "end": 1267,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 51
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 9
                                  }
                                },
                                "elements": [
                                  {
                                    "type": "Literal",
                                    "start": 1153,
                                    "end": 1164,
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 23
                                      }
                                    },
                                    "value": "mousedown",
                                    "rawValue": "mousedown",
                                    "raw": "'mousedown'"
                                  },
                                  {
                                    "type": "Literal",
                                    "start": 1178,
                                    "end": 1187,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 21
                                      }
                                    },
                                    "value": "mouseup",
                                    "rawValue": "mouseup",
                                    "raw": "'mouseup'"
                                  },
                                  {
                                    "type": "Literal",
                                    "start": 1201,
                                    "end": 1212,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 23
                                      }
                                    },
                                    "value": "mousemove",
                                    "rawValue": "mousemove",
                                    "raw": "'mousemove'"
                                  },
                                  {
                                    "type": "Literal",
                                    "start": 1226,
                                    "end": 1236,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 22
                                      }
                                    },
                                    "value": "mouseout",
                                    "rawValue": "mouseout",
                                    "raw": "'mouseout'"
                                  },
                                  {
                                    "type": "Literal",
                                    "start": 1250,
                                    "end": 1257,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 19
                                      }
                                    },
                                    "value": "wheel",
                                    "rawValue": "wheel",
                                    "raw": "'wheel'"
                                  }
                                ]
                              },
                              {
                                "type": "MemberExpression",
                                "start": 1269,
                                "end": 1286,
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1269,
                                  "end": 1273,
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 15
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1274,
                                  "end": 1286,
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 28
                                    }
                                  },
                                  "name": "eventHandler"
                                },
                                "computed": false
                              },
                              {
                                "type": "ObjectExpression",
                                "start": 1288,
                                "end": 1305,
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 47
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "Property",
                                    "start": 1290,
                                    "end": 1303,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 45
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 1290,
                                      "end": 1297,
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 39
                                        }
                                      },
                                      "name": "passive"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 1299,
                                      "end": 1303,
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 45
                                        }
                                      },
                                      "value": true,
                                      "rawValue": true,
                                      "raw": "true"
                                    },
                                    "kind": "init"
                                  }
                                ]
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 1317,
                      "end": 1494,
                      "loc": {
                        "start": {
                          "line": 43,
                          "column": 8
                        },
                        "end": {
                          "line": 47,
                          "column": 57
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1321,
                          "end": 1493,
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 12
                            },
                            "end": {
                              "line": 47,
                              "column": 56
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1321,
                            "end": 1335,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 12
                              },
                              "end": {
                                "line": 43,
                                "column": 26
                              }
                            },
                            "name": "standardStates"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 1338,
                            "end": 1493,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 29
                              },
                              "end": {
                                "line": 47,
                                "column": 56
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 1338,
                              "end": 1350,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 29
                                },
                                "end": {
                                  "line": 43,
                                  "column": 41
                                }
                              },
                              "name": "createStates"
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 1351,
                                "end": 1359,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 50
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1351,
                                  "end": 1355,
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 43,
                                      "column": 46
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1356,
                                  "end": 1359,
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 43,
                                      "column": 50
                                    }
                                  },
                                  "name": "dom"
                                },
                                "computed": false
                              },
                              {
                                "type": "ArrayExpression",
                                "start": 1361,
                                "end": 1446,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 52
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 9
                                  }
                                },
                                "elements": [
                                  {
                                    "type": "Literal",
                                    "start": 1375,
                                    "end": 1387,
                                    "loc": {
                                      "start": {
                                        "line": 44,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 44,
                                        "column": 24
                                      }
                                    },
                                    "value": "touchstart",
                                    "rawValue": "touchstart",
                                    "raw": "'touchstart'"
                                  },
                                  {
                                    "type": "Literal",
                                    "start": 1401,
                                    "end": 1412,
                                    "loc": {
                                      "start": {
                                        "line": 45,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 45,
                                        "column": 23
                                      }
                                    },
                                    "value": "touchmove",
                                    "rawValue": "touchmove",
                                    "raw": "'touchmove'"
                                  },
                                  {
                                    "type": "Literal",
                                    "start": 1426,
                                    "end": 1436,
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 22
                                      }
                                    },
                                    "value": "touchend",
                                    "rawValue": "touchend",
                                    "raw": "'touchend'"
                                  }
                                ]
                              },
                              {
                                "type": "MemberExpression",
                                "start": 1448,
                                "end": 1472,
                                "loc": {
                                  "start": {
                                    "line": 47,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 35
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1448,
                                  "end": 1452,
                                  "loc": {
                                    "start": {
                                      "line": 47,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 47,
                                      "column": 15
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1453,
                                  "end": 1472,
                                  "loc": {
                                    "start": {
                                      "line": 47,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 47,
                                      "column": 35
                                    }
                                  },
                                  "name": "eventHandlerDefault"
                                },
                                "computed": false
                              },
                              {
                                "type": "ObjectExpression",
                                "start": 1474,
                                "end": 1492,
                                "loc": {
                                  "start": {
                                    "line": 47,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 55
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "Property",
                                    "start": 1476,
                                    "end": 1490,
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 53
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 1476,
                                      "end": 1483,
                                      "loc": {
                                        "start": {
                                          "line": 47,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 47,
                                          "column": 46
                                        }
                                      },
                                      "name": "passive"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 1485,
                                      "end": 1490,
                                      "loc": {
                                        "start": {
                                          "line": 47,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 47,
                                          "column": 53
                                        }
                                      },
                                      "value": false,
                                      "rawValue": false,
                                      "raw": "false"
                                    },
                                    "kind": "init"
                                  }
                                ]
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1504,
                      "end": 1558,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 8
                        },
                        "end": {
                          "line": 49,
                          "column": 62
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1504,
                        "end": 1557,
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 8
                          },
                          "end": {
                            "line": 49,
                            "column": 61
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1504,
                          "end": 1515,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 8
                            },
                            "end": {
                              "line": 49,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1504,
                            "end": 1508,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 8
                              },
                              "end": {
                                "line": 49,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1509,
                            "end": 1515,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 13
                              },
                              "end": {
                                "line": 49,
                                "column": 19
                              }
                            },
                            "name": "states"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 1518,
                          "end": 1557,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 22
                            },
                            "end": {
                              "line": 49,
                              "column": 61
                            }
                          },
                          "properties": [
                            {
                              "type": "SpreadProperty",
                              "start": 1520,
                              "end": 1536,
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 24
                                },
                                "end": {
                                  "line": 49,
                                  "column": 40
                                }
                              },
                              "argument": {
                                "type": "Identifier",
                                "start": 1523,
                                "end": 1536,
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 40
                                  }
                                },
                                "name": "passiveStates"
                              }
                            },
                            {
                              "type": "SpreadProperty",
                              "start": 1538,
                              "end": 1555,
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 42
                                },
                                "end": {
                                  "line": 49,
                                  "column": 59
                                }
                              },
                              "argument": {
                                "type": "Identifier",
                                "start": 1541,
                                "end": 1555,
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 45
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 59
                                  }
                                },
                                "name": "standardStates"
                              }
                            }
                          ]
                        }
                      },
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Common last-state-data can be accessed here",
                          "start": 1568,
                          "end": 1614,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 8
                            },
                            "end": {
                              "line": 51,
                              "column": 54
                            }
                          },
                          "range": [
                            1568,
                            1614
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1623,
                      "end": 1639,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 8
                        },
                        "end": {
                          "line": 52,
                          "column": 24
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1623,
                        "end": 1638,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 8
                          },
                          "end": {
                            "line": 52,
                            "column": 23
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1623,
                          "end": 1633,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 8
                            },
                            "end": {
                              "line": 52,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1623,
                            "end": 1627,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 8
                              },
                              "end": {
                                "line": 52,
                                "column": 12
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1628,
                            "end": 1633,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 13
                              },
                              "end": {
                                "line": 52,
                                "column": 18
                              }
                            },
                            "name": "mouse"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 1636,
                          "end": 1638,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 21
                            },
                            "end": {
                              "line": 52,
                              "column": 23
                            }
                          },
                          "properties": []
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Common last-state-data can be accessed here",
                          "start": 1568,
                          "end": 1614,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 8
                            },
                            "end": {
                              "line": 51,
                              "column": 54
                            }
                          },
                          "range": [
                            1568,
                            1614
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1648,
                      "end": 1664,
                      "loc": {
                        "start": {
                          "line": 53,
                          "column": 8
                        },
                        "end": {
                          "line": 53,
                          "column": 24
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1648,
                        "end": 1663,
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 8
                          },
                          "end": {
                            "line": 53,
                            "column": 23
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1648,
                          "end": 1658,
                          "loc": {
                            "start": {
                              "line": 53,
                              "column": 8
                            },
                            "end": {
                              "line": 53,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1648,
                            "end": 1652,
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 8
                              },
                              "end": {
                                "line": 53,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1653,
                            "end": 1658,
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 13
                              },
                              "end": {
                                "line": 53,
                                "column": 18
                              }
                            },
                            "name": "wheel"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 1661,
                          "end": 1663,
                          "loc": {
                            "start": {
                              "line": 53,
                              "column": 21
                            },
                            "end": {
                              "line": 53,
                              "column": 23
                            }
                          },
                          "properties": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1673,
                      "end": 1689,
                      "loc": {
                        "start": {
                          "line": 54,
                          "column": 8
                        },
                        "end": {
                          "line": 54,
                          "column": 24
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1673,
                        "end": 1688,
                        "loc": {
                          "start": {
                            "line": 54,
                            "column": 8
                          },
                          "end": {
                            "line": 54,
                            "column": 23
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1673,
                          "end": 1683,
                          "loc": {
                            "start": {
                              "line": 54,
                              "column": 8
                            },
                            "end": {
                              "line": 54,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1673,
                            "end": 1677,
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 8
                              },
                              "end": {
                                "line": 54,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1678,
                            "end": 1683,
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 13
                              },
                              "end": {
                                "line": 54,
                                "column": 18
                              }
                            },
                            "name": "touch"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 1686,
                          "end": 1688,
                          "loc": {
                            "start": {
                              "line": 54,
                              "column": 21
                            },
                            "end": {
                              "line": 54,
                              "column": 23
                            }
                          },
                          "properties": []
                        }
                      },
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Array of changes to be called on next update",
                          "start": 1699,
                          "end": 1746,
                          "loc": {
                            "start": {
                              "line": 56,
                              "column": 8
                            },
                            "end": {
                              "line": 56,
                              "column": 55
                            }
                          },
                          "range": [
                            1699,
                            1746
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1755,
                      "end": 1773,
                      "loc": {
                        "start": {
                          "line": 57,
                          "column": 8
                        },
                        "end": {
                          "line": 57,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1755,
                        "end": 1772,
                        "loc": {
                          "start": {
                            "line": 57,
                            "column": 8
                          },
                          "end": {
                            "line": 57,
                            "column": 25
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1755,
                          "end": 1767,
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 8
                            },
                            "end": {
                              "line": 57,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1755,
                            "end": 1759,
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 8
                              },
                              "end": {
                                "line": 57,
                                "column": 12
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1760,
                            "end": 1767,
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 13
                              },
                              "end": {
                                "line": 57,
                                "column": 20
                              }
                            },
                            "name": "changes"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "ArrayExpression",
                          "start": 1770,
                          "end": 1772,
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 23
                            },
                            "end": {
                              "line": 57,
                              "column": 25
                            }
                          },
                          "elements": []
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Array of changes to be called on next update",
                          "start": 1699,
                          "end": 1746,
                          "loc": {
                            "start": {
                              "line": 56,
                              "column": 8
                            },
                            "end": {
                              "line": 56,
                              "column": 55
                            }
                          },
                          "range": [
                            1699,
                            1746
                          ]
                        }
                      ]
                    }
                  ],
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "trailingComments": [
                {
                  "type": "CommentLine",
                  "value": " This seems to be buggy, doesn't detach mouse event handlers for some weird reason",
                  "start": 1785,
                  "end": 1869,
                  "loc": {
                    "start": {
                      "line": 60,
                      "column": 4
                    },
                    "end": {
                      "line": 60,
                      "column": 88
                    }
                  },
                  "range": [
                    1785,
                    1869
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 1874,
              "end": 1966,
              "loc": {
                "start": {
                  "line": 61,
                  "column": 4
                },
                "end": {
                  "line": 64,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1874,
                "end": 1880,
                "loc": {
                  "start": {
                    "line": 61,
                    "column": 4
                  },
                  "end": {
                    "line": 61,
                    "column": 10
                  }
                },
                "name": "detach",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1880,
                "end": 1966,
                "loc": {
                  "start": {
                    "line": 61,
                    "column": 10
                  },
                  "end": {
                    "line": 64,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 1883,
                  "end": 1966,
                  "loc": {
                    "start": {
                      "line": 61,
                      "column": 13
                    },
                    "end": {
                      "line": 64,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ForInStatement",
                      "start": 1893,
                      "end": 1960,
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 8
                        },
                        "end": {
                          "line": 63,
                          "column": 38
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 1898,
                        "end": 1905,
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 13
                          },
                          "end": {
                            "line": 62,
                            "column": 20
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 1902,
                            "end": 1905,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 17
                              },
                              "end": {
                                "line": 62,
                                "column": 20
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 1902,
                              "end": 1905,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 17
                                },
                                "end": {
                                  "line": 62,
                                  "column": 20
                                }
                              },
                              "name": "key"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 1909,
                        "end": 1920,
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 24
                          },
                          "end": {
                            "line": 62,
                            "column": 35
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 1909,
                          "end": 1913,
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 24
                            },
                            "end": {
                              "line": 62,
                              "column": 28
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1914,
                          "end": 1920,
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 29
                            },
                            "end": {
                              "line": 62,
                              "column": 35
                            }
                          },
                          "name": "states"
                        },
                        "computed": false
                      },
                      "body": {
                        "type": "ExpressionStatement",
                        "start": 1934,
                        "end": 1960,
                        "loc": {
                          "start": {
                            "line": 63,
                            "column": 12
                          },
                          "end": {
                            "line": 63,
                            "column": 38
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 1934,
                          "end": 1959,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 12
                            },
                            "end": {
                              "line": 63,
                              "column": 37
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1934,
                            "end": 1957,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 12
                              },
                              "end": {
                                "line": 63,
                                "column": 35
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1934,
                              "end": 1950,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 12
                                },
                                "end": {
                                  "line": 63,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 1934,
                                "end": 1945,
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 23
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1934,
                                  "end": 1938,
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1939,
                                  "end": 1945,
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 23
                                    }
                                  },
                                  "name": "states"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1946,
                                "end": 1949,
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 27
                                  }
                                },
                                "name": "key"
                              },
                              "computed": true
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1951,
                              "end": 1957,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 29
                                },
                                "end": {
                                  "line": 63,
                                  "column": 35
                                }
                              },
                              "name": "detach"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      }
                    }
                  ]
                }
              },
              "leadingComments": [
                {
                  "type": "CommentLine",
                  "value": " This seems to be buggy, doesn't detach mouse event handlers for some weird reason",
                  "start": 1785,
                  "end": 1869,
                  "loc": {
                    "start": {
                      "line": 60,
                      "column": 4
                    },
                    "end": {
                      "line": 60,
                      "column": 88
                    }
                  },
                  "range": [
                    1785,
                    1869
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 1972,
              "end": 2219,
              "loc": {
                "start": {
                  "line": 66,
                  "column": 4
                },
                "end": {
                  "line": 74,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1972,
                "end": 1978,
                "loc": {
                  "start": {
                    "line": 66,
                    "column": 4
                  },
                  "end": {
                    "line": 66,
                    "column": 10
                  }
                },
                "name": "update"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1978,
                "end": 2219,
                "loc": {
                  "start": {
                    "line": 66,
                    "column": 10
                  },
                  "end": {
                    "line": 74,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 1981,
                  "end": 2219,
                  "loc": {
                    "start": {
                      "line": 66,
                      "column": 13
                    },
                    "end": {
                      "line": 74,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 1991,
                      "end": 2213,
                      "loc": {
                        "start": {
                          "line": 67,
                          "column": 8
                        },
                        "end": {
                          "line": 73,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 1995,
                        "end": 2018,
                        "loc": {
                          "start": {
                            "line": 67,
                            "column": 12
                          },
                          "end": {
                            "line": 67,
                            "column": 35
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 1995,
                          "end": 2014,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 12
                            },
                            "end": {
                              "line": 67,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1995,
                            "end": 2007,
                            "loc": {
                              "start": {
                                "line": 67,
                                "column": 12
                              },
                              "end": {
                                "line": 67,
                                "column": 24
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1995,
                              "end": 1999,
                              "loc": {
                                "start": {
                                  "line": 67,
                                  "column": 12
                                },
                                "end": {
                                  "line": 67,
                                  "column": 16
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2000,
                              "end": 2007,
                              "loc": {
                                "start": {
                                  "line": 67,
                                  "column": 17
                                },
                                "end": {
                                  "line": 67,
                                  "column": 24
                                }
                              },
                              "name": "changes"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2008,
                            "end": 2014,
                            "loc": {
                              "start": {
                                "line": 67,
                                "column": 25
                              },
                              "end": {
                                "line": 67,
                                "column": 31
                              }
                            },
                            "name": "length"
                          },
                          "computed": false
                        },
                        "operator": ">",
                        "right": {
                          "type": "Literal",
                          "start": 2017,
                          "end": 2018,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 34
                            },
                            "end": {
                              "line": 67,
                              "column": 35
                            }
                          },
                          "value": 0,
                          "rawValue": 0,
                          "raw": "0"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 2020,
                        "end": 2213,
                        "loc": {
                          "start": {
                            "line": 67,
                            "column": 37
                          },
                          "end": {
                            "line": 73,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ForOfStatement",
                            "start": 2034,
                            "end": 2172,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 12
                              },
                              "end": {
                                "line": 71,
                                "column": 13
                              }
                            },
                            "left": {
                              "type": "VariableDeclaration",
                              "start": 2039,
                              "end": 2049,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 17
                                },
                                "end": {
                                  "line": 68,
                                  "column": 27
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 2043,
                                  "end": 2049,
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 27
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 2043,
                                    "end": 2049,
                                    "loc": {
                                      "start": {
                                        "line": 68,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 68,
                                        "column": 27
                                      }
                                    },
                                    "name": "change"
                                  },
                                  "init": null
                                }
                              ],
                              "kind": "let"
                            },
                            "right": {
                              "type": "MemberExpression",
                              "start": 2053,
                              "end": 2065,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 31
                                },
                                "end": {
                                  "line": 68,
                                  "column": 43
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2053,
                                "end": 2057,
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 35
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2058,
                                "end": 2065,
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 43
                                  }
                                },
                                "name": "changes"
                              },
                              "computed": false
                            },
                            "body": {
                              "type": "BlockStatement",
                              "start": 2067,
                              "end": 2172,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 45
                                },
                                "end": {
                                  "line": 71,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2085,
                                  "end": 2116,
                                  "loc": {
                                    "start": {
                                      "line": 69,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 69,
                                      "column": 47
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 2085,
                                    "end": 2115,
                                    "loc": {
                                      "start": {
                                        "line": 69,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 69,
                                        "column": 46
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2085,
                                      "end": 2094,
                                      "loc": {
                                        "start": {
                                          "line": 69,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 69,
                                          "column": 25
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 2085,
                                        "end": 2089,
                                        "loc": {
                                          "start": {
                                            "line": 69,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 69,
                                            "column": 20
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2090,
                                        "end": 2094,
                                        "loc": {
                                          "start": {
                                            "line": 69,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 69,
                                            "column": 25
                                          }
                                        },
                                        "name": "emit"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 2095,
                                        "end": 2106,
                                        "loc": {
                                          "start": {
                                            "line": 69,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 69,
                                            "column": 37
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 2095,
                                          "end": 2101,
                                          "loc": {
                                            "start": {
                                              "line": 69,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 69,
                                              "column": 32
                                            }
                                          },
                                          "name": "change"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2102,
                                          "end": 2106,
                                          "loc": {
                                            "start": {
                                              "line": 69,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 69,
                                              "column": 37
                                            }
                                          },
                                          "name": "type"
                                        },
                                        "computed": false
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 2108,
                                        "end": 2114,
                                        "loc": {
                                          "start": {
                                            "line": 69,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 69,
                                            "column": 45
                                          }
                                        },
                                        "name": "change"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2133,
                                  "end": 2158,
                                  "loc": {
                                    "start": {
                                      "line": 70,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 70,
                                      "column": 41
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 2133,
                                    "end": 2157,
                                    "loc": {
                                      "start": {
                                        "line": 70,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 70,
                                        "column": 40
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 2133,
                                      "end": 2149,
                                      "loc": {
                                        "start": {
                                          "line": 70,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 70,
                                          "column": 32
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2133,
                                        "end": 2139,
                                        "loc": {
                                          "start": {
                                            "line": 70,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 70,
                                            "column": 22
                                          }
                                        },
                                        "name": "change"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2140,
                                        "end": 2149,
                                        "loc": {
                                          "start": {
                                            "line": 70,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 70,
                                            "column": 32
                                          }
                                        },
                                        "name": "fulfilled"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "start": 2152,
                                      "end": 2157,
                                      "loc": {
                                        "start": {
                                          "line": 70,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 70,
                                          "column": 40
                                        }
                                      },
                                      "value": false,
                                      "rawValue": false,
                                      "raw": "false"
                                    }
                                  }
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 2185,
                            "end": 2203,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 12
                              },
                              "end": {
                                "line": 72,
                                "column": 30
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 2185,
                              "end": 2202,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 12
                                },
                                "end": {
                                  "line": 72,
                                  "column": 29
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 2185,
                                "end": 2197,
                                "loc": {
                                  "start": {
                                    "line": 72,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 72,
                                    "column": 24
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2185,
                                  "end": 2189,
                                  "loc": {
                                    "start": {
                                      "line": 72,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 72,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2190,
                                  "end": 2197,
                                  "loc": {
                                    "start": {
                                      "line": 72,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 72,
                                      "column": 24
                                    }
                                  },
                                  "name": "changes"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "ArrayExpression",
                                "start": 2200,
                                "end": 2202,
                                "loc": {
                                  "start": {
                                    "line": 72,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 72,
                                    "column": 29
                                  }
                                },
                                "elements": []
                              }
                            }
                          }
                        ]
                      },
                      "alternate": null
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2225,
              "end": 2323,
              "loc": {
                "start": {
                  "line": 76,
                  "column": 4
                },
                "end": {
                  "line": 79,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2225,
                "end": 2243,
                "loc": {
                  "start": {
                    "line": 76,
                    "column": 4
                  },
                  "end": {
                    "line": 76,
                    "column": 22
                  }
                },
                "name": "handleEventDefault"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2243,
                "end": 2323,
                "loc": {
                  "start": {
                    "line": 76,
                    "column": 22
                  },
                  "end": {
                    "line": 79,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2244,
                    "end": 2249,
                    "loc": {
                      "start": {
                        "line": 76,
                        "column": 23
                      },
                      "end": {
                        "line": 76,
                        "column": 28
                      }
                    },
                    "name": "event"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2251,
                  "end": 2323,
                  "loc": {
                    "start": {
                      "line": 76,
                      "column": 30
                    },
                    "end": {
                      "line": 79,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 2261,
                      "end": 2284,
                      "loc": {
                        "start": {
                          "line": 77,
                          "column": 8
                        },
                        "end": {
                          "line": 77,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2261,
                        "end": 2283,
                        "loc": {
                          "start": {
                            "line": 77,
                            "column": 8
                          },
                          "end": {
                            "line": 77,
                            "column": 30
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2261,
                          "end": 2281,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 8
                            },
                            "end": {
                              "line": 77,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2261,
                            "end": 2266,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 8
                              },
                              "end": {
                                "line": 77,
                                "column": 13
                              }
                            },
                            "name": "event"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2267,
                            "end": 2281,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 14
                              },
                              "end": {
                                "line": 77,
                                "column": 28
                              }
                            },
                            "name": "preventDefault"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2293,
                      "end": 2317,
                      "loc": {
                        "start": {
                          "line": 78,
                          "column": 8
                        },
                        "end": {
                          "line": 78,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2293,
                        "end": 2316,
                        "loc": {
                          "start": {
                            "line": 78,
                            "column": 8
                          },
                          "end": {
                            "line": 78,
                            "column": 31
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2293,
                          "end": 2309,
                          "loc": {
                            "start": {
                              "line": 78,
                              "column": 8
                            },
                            "end": {
                              "line": 78,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2293,
                            "end": 2297,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 8
                              },
                              "end": {
                                "line": 78,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2298,
                            "end": 2309,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 13
                              },
                              "end": {
                                "line": 78,
                                "column": 24
                              }
                            },
                            "name": "handleEvent"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 2310,
                            "end": 2315,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 25
                              },
                              "end": {
                                "line": 78,
                                "column": 30
                              }
                            },
                            "name": "event"
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2329,
              "end": 5388,
              "loc": {
                "start": {
                  "line": 81,
                  "column": 4
                },
                "end": {
                  "line": 159,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2329,
                "end": 2340,
                "loc": {
                  "start": {
                    "line": 81,
                    "column": 4
                  },
                  "end": {
                    "line": 81,
                    "column": 15
                  }
                },
                "name": "handleEvent"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2340,
                "end": 5388,
                "loc": {
                  "start": {
                    "line": 81,
                    "column": 15
                  },
                  "end": {
                    "line": 159,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2341,
                    "end": 2346,
                    "loc": {
                      "start": {
                        "line": 81,
                        "column": 16
                      },
                      "end": {
                        "line": 81,
                        "column": 21
                      }
                    },
                    "name": "event"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2348,
                  "end": 5388,
                  "loc": {
                    "start": {
                      "line": 81,
                      "column": 23
                    },
                    "end": {
                      "line": 159,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 2358,
                      "end": 2396,
                      "loc": {
                        "start": {
                          "line": 82,
                          "column": 8
                        },
                        "end": {
                          "line": 83,
                          "column": 19
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 2362,
                        "end": 2375,
                        "loc": {
                          "start": {
                            "line": 82,
                            "column": 12
                          },
                          "end": {
                            "line": 82,
                            "column": 25
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 2363,
                          "end": 2375,
                          "loc": {
                            "start": {
                              "line": 82,
                              "column": 13
                            },
                            "end": {
                              "line": 82,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2363,
                            "end": 2367,
                            "loc": {
                              "start": {
                                "line": 82,
                                "column": 13
                              },
                              "end": {
                                "line": 82,
                                "column": 17
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2368,
                            "end": 2375,
                            "loc": {
                              "start": {
                                "line": 82,
                                "column": 18
                              },
                              "end": {
                                "line": 82,
                                "column": 25
                              }
                            },
                            "name": "enabled"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 2389,
                        "end": 2396,
                        "loc": {
                          "start": {
                            "line": 83,
                            "column": 12
                          },
                          "end": {
                            "line": 83,
                            "column": 19
                          }
                        },
                        "argument": null
                      },
                      "alternate": null
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 2405,
                      "end": 2492,
                      "loc": {
                        "start": {
                          "line": 84,
                          "column": 8
                        },
                        "end": {
                          "line": 84,
                          "column": 95
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2409,
                          "end": 2491,
                          "loc": {
                            "start": {
                              "line": 84,
                              "column": 12
                            },
                            "end": {
                              "line": 84,
                              "column": 94
                            }
                          },
                          "id": {
                            "type": "ObjectPattern",
                            "start": 2409,
                            "end": 2483,
                            "loc": {
                              "start": {
                                "line": 84,
                                "column": 12
                              },
                              "end": {
                                "line": 84,
                                "column": 86
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 2411,
                                "end": 2415,
                                "loc": {
                                  "start": {
                                    "line": 84,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 84,
                                    "column": 18
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2411,
                                  "end": 2415,
                                  "loc": {
                                    "start": {
                                      "line": 84,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 84,
                                      "column": 18
                                    }
                                  },
                                  "name": "type"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 2411,
                                  "end": 2415,
                                  "loc": {
                                    "start": {
                                      "line": 84,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 84,
                                      "column": 18
                                    }
                                  },
                                  "name": "type"
                                }
                              },
                              {
                                "type": "Property",
                                "start": 2417,
                                "end": 2422,
                                "loc": {
                                  "start": {
                                    "line": 84,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 84,
                                    "column": 25
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2417,
                                  "end": 2422,
                                  "loc": {
                                    "start": {
                                      "line": 84,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 84,
                                      "column": 25
                                    }
                                  },
                                  "name": "pageX"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 2417,
                                  "end": 2422,
                                  "loc": {
                                    "start": {
                                      "line": 84,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 84,
                                      "column": 25
                                    }
                                  },
                                  "name": "pageX"
                                }
                              },
                              {
                                "type": "Property",
                                "start": 2424,
                                "end": 2429,
                                "loc": {
                                  "start": {
                                    "line": 84,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 84,
                                    "column": 32
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2424,
                                  "end": 2429,
                                  "loc": {
                                    "start": {
                                      "line": 84,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 84,
                                      "column": 32
                                    }
                                  },
                                  "name": "pageY"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 2424,
                                  "end": 2429,
                                  "loc": {
                                    "start": {
                                      "line": 84,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 84,
                                      "column": 32
                                    }
                                  },
                                  "name": "pageY"
                                }
                              },
                              {
                                "type": "Property",
                                "start": 2431,
                                "end": 2438,
                                "loc": {
                                  "start": {
                                    "line": 84,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 84,
                                    "column": 41
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2431,
                                  "end": 2438,
                                  "loc": {
                                    "start": {
                                      "line": 84,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 84,
                                      "column": 41
                                    }
                                  },
                                  "name": "clientX"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 2431,
                                  "end": 2438,
                                  "loc": {
                                    "start": {
                                      "line": 84,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 84,
                                      "column": 41
                                    }
                                  },
                                  "name": "clientX"
                                }
                              },
                              {
                                "type": "Property",
                                "start": 2440,
                                "end": 2447,
                                "loc": {
                                  "start": {
                                    "line": 84,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 84,
                                    "column": 50
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2440,
                                  "end": 2447,
                                  "loc": {
                                    "start": {
                                      "line": 84,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 84,
                                      "column": 50
                                    }
                                  },
                                  "name": "clientY"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 2440,
                                  "end": 2447,
                                  "loc": {
                                    "start": {
                                      "line": 84,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 84,
                                      "column": 50
                                    }
                                  },
                                  "name": "clientY"
                                }
                              },
                              {
                                "type": "Property",
                                "start": 2449,
                                "end": 2455,
                                "loc": {
                                  "start": {
                                    "line": 84,
                                    "column": 52
                                  },
                                  "end": {
                                    "line": 84,
                                    "column": 58
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2449,
                                  "end": 2455,
                                  "loc": {
                                    "start": {
                                      "line": 84,
                                      "column": 52
                                    },
                                    "end": {
                                      "line": 84,
                                      "column": 58
                                    }
                                  },
                                  "name": "button"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 2449,
                                  "end": 2455,
                                  "loc": {
                                    "start": {
                                      "line": 84,
                                      "column": 52
                                    },
                                    "end": {
                                      "line": 84,
                                      "column": 58
                                    }
                                  },
                                  "name": "button"
                                }
                              },
                              {
                                "type": "Property",
                                "start": 2457,
                                "end": 2462,
                                "loc": {
                                  "start": {
                                    "line": 84,
                                    "column": 60
                                  },
                                  "end": {
                                    "line": 84,
                                    "column": 65
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2457,
                                  "end": 2462,
                                  "loc": {
                                    "start": {
                                      "line": 84,
                                      "column": 60
                                    },
                                    "end": {
                                      "line": 84,
                                      "column": 65
                                    }
                                  },
                                  "name": "which"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 2457,
                                  "end": 2462,
                                  "loc": {
                                    "start": {
                                      "line": 84,
                                      "column": 60
                                    },
                                    "end": {
                                      "line": 84,
                                      "column": 65
                                    }
                                  },
                                  "name": "which"
                                }
                              },
                              {
                                "type": "Property",
                                "start": 2464,
                                "end": 2473,
                                "loc": {
                                  "start": {
                                    "line": 84,
                                    "column": 67
                                  },
                                  "end": {
                                    "line": 84,
                                    "column": 76
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2464,
                                  "end": 2473,
                                  "loc": {
                                    "start": {
                                      "line": 84,
                                      "column": 67
                                    },
                                    "end": {
                                      "line": 84,
                                      "column": 76
                                    }
                                  },
                                  "name": "deltaMode"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 2464,
                                  "end": 2473,
                                  "loc": {
                                    "start": {
                                      "line": 84,
                                      "column": 67
                                    },
                                    "end": {
                                      "line": 84,
                                      "column": 76
                                    }
                                  },
                                  "name": "deltaMode"
                                }
                              },
                              {
                                "type": "Property",
                                "start": 2475,
                                "end": 2481,
                                "loc": {
                                  "start": {
                                    "line": 84,
                                    "column": 78
                                  },
                                  "end": {
                                    "line": 84,
                                    "column": 84
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2475,
                                  "end": 2481,
                                  "loc": {
                                    "start": {
                                      "line": 84,
                                      "column": 78
                                    },
                                    "end": {
                                      "line": 84,
                                      "column": 84
                                    }
                                  },
                                  "name": "deltaY"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 2475,
                                  "end": 2481,
                                  "loc": {
                                    "start": {
                                      "line": 84,
                                      "column": 78
                                    },
                                    "end": {
                                      "line": 84,
                                      "column": 84
                                    }
                                  },
                                  "name": "deltaY"
                                }
                              }
                            ]
                          },
                          "init": {
                            "type": "Identifier",
                            "start": 2486,
                            "end": 2491,
                            "loc": {
                              "start": {
                                "line": 84,
                                "column": 89
                              },
                              "end": {
                                "line": 84,
                                "column": 94
                              }
                            },
                            "name": "event"
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 2501,
                      "end": 2531,
                      "loc": {
                        "start": {
                          "line": 85,
                          "column": 8
                        },
                        "end": {
                          "line": 85,
                          "column": 38
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2505,
                          "end": 2530,
                          "loc": {
                            "start": {
                              "line": 85,
                              "column": 12
                            },
                            "end": {
                              "line": 85,
                              "column": 37
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2505,
                            "end": 2510,
                            "loc": {
                              "start": {
                                "line": 85,
                                "column": 12
                              },
                              "end": {
                                "line": 85,
                                "column": 17
                              }
                            },
                            "name": "state"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 2513,
                            "end": 2530,
                            "loc": {
                              "start": {
                                "line": 85,
                                "column": 20
                              },
                              "end": {
                                "line": 85,
                                "column": 37
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2513,
                              "end": 2524,
                              "loc": {
                                "start": {
                                  "line": 85,
                                  "column": 20
                                },
                                "end": {
                                  "line": 85,
                                  "column": 31
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2513,
                                "end": 2517,
                                "loc": {
                                  "start": {
                                    "line": 85,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 85,
                                    "column": 24
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2518,
                                "end": 2524,
                                "loc": {
                                  "start": {
                                    "line": 85,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 85,
                                    "column": 31
                                  }
                                },
                                "name": "states"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2525,
                              "end": 2529,
                              "loc": {
                                "start": {
                                  "line": 85,
                                  "column": 32
                                },
                                "end": {
                                  "line": 85,
                                  "column": 36
                                }
                              },
                              "name": "type"
                            },
                            "computed": true
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 2541,
                      "end": 2598,
                      "loc": {
                        "start": {
                          "line": 87,
                          "column": 8
                        },
                        "end": {
                          "line": 88,
                          "column": 19
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 2545,
                        "end": 2577,
                        "loc": {
                          "start": {
                            "line": 87,
                            "column": 12
                          },
                          "end": {
                            "line": 87,
                            "column": 44
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 2545,
                          "end": 2558,
                          "loc": {
                            "start": {
                              "line": 87,
                              "column": 12
                            },
                            "end": {
                              "line": 87,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2545,
                            "end": 2549,
                            "loc": {
                              "start": {
                                "line": 87,
                                "column": 12
                              },
                              "end": {
                                "line": 87,
                                "column": 16
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2550,
                            "end": 2558,
                            "loc": {
                              "start": {
                                "line": 87,
                                "column": 17
                              },
                              "end": {
                                "line": 87,
                                "column": 25
                              }
                            },
                            "name": "debounce"
                          },
                          "computed": false
                        },
                        "operator": "&&",
                        "right": {
                          "type": "MemberExpression",
                          "start": 2562,
                          "end": 2577,
                          "loc": {
                            "start": {
                              "line": 87,
                              "column": 29
                            },
                            "end": {
                              "line": 87,
                              "column": 44
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2562,
                            "end": 2567,
                            "loc": {
                              "start": {
                                "line": 87,
                                "column": 29
                              },
                              "end": {
                                "line": 87,
                                "column": 34
                              }
                            },
                            "name": "state"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2568,
                            "end": 2577,
                            "loc": {
                              "start": {
                                "line": 87,
                                "column": 35
                              },
                              "end": {
                                "line": 87,
                                "column": 44
                              }
                            },
                            "name": "fulfilled"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 2591,
                        "end": 2598,
                        "loc": {
                          "start": {
                            "line": 88,
                            "column": 12
                          },
                          "end": {
                            "line": 88,
                            "column": 19
                          }
                        },
                        "argument": null,
                        "leadingComments": null,
                        "trailingComments": null
                      },
                      "alternate": null,
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Wheel",
                          "start": 2608,
                          "end": 2616,
                          "loc": {
                            "start": {
                              "line": 90,
                              "column": 8
                            },
                            "end": {
                              "line": 90,
                              "column": 16
                            }
                          },
                          "range": [
                            2608,
                            2616
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2625,
                      "end": 2673,
                      "loc": {
                        "start": {
                          "line": 91,
                          "column": 8
                        },
                        "end": {
                          "line": 91,
                          "column": 56
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2625,
                        "end": 2672,
                        "loc": {
                          "start": {
                            "line": 91,
                            "column": 8
                          },
                          "end": {
                            "line": 91,
                            "column": 55
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2625,
                          "end": 2636,
                          "loc": {
                            "start": {
                              "line": 91,
                              "column": 8
                            },
                            "end": {
                              "line": 91,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2625,
                            "end": 2630,
                            "loc": {
                              "start": {
                                "line": 91,
                                "column": 8
                              },
                              "end": {
                                "line": 91,
                                "column": 13
                              }
                            },
                            "name": "state",
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2631,
                            "end": 2636,
                            "loc": {
                              "start": {
                                "line": 91,
                                "column": 14
                              },
                              "end": {
                                "line": 91,
                                "column": 19
                              }
                            },
                            "name": "delta"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "BinaryExpression",
                          "start": 2639,
                          "end": 2672,
                          "loc": {
                            "start": {
                              "line": 91,
                              "column": 22
                            },
                            "end": {
                              "line": 91,
                              "column": 55
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 2639,
                            "end": 2645,
                            "loc": {
                              "start": {
                                "line": 91,
                                "column": 22
                              },
                              "end": {
                                "line": 91,
                                "column": 28
                              }
                            },
                            "name": "deltaY"
                          },
                          "operator": "*",
                          "right": {
                            "type": "ConditionalExpression",
                            "start": 2649,
                            "end": 2671,
                            "loc": {
                              "start": {
                                "line": 91,
                                "column": 32
                              },
                              "end": {
                                "line": 91,
                                "column": 54
                              }
                            },
                            "test": {
                              "type": "Identifier",
                              "start": 2649,
                              "end": 2658,
                              "loc": {
                                "start": {
                                  "line": 91,
                                  "column": 32
                                },
                                "end": {
                                  "line": 91,
                                  "column": 41
                                }
                              },
                              "name": "deltaMode"
                            },
                            "consequent": {
                              "type": "UnaryExpression",
                              "start": 2661,
                              "end": 2663,
                              "loc": {
                                "start": {
                                  "line": 91,
                                  "column": 44
                                },
                                "end": {
                                  "line": 91,
                                  "column": 46
                                }
                              },
                              "operator": "-",
                              "prefix": true,
                              "argument": {
                                "type": "Literal",
                                "start": 2662,
                                "end": 2663,
                                "loc": {
                                  "start": {
                                    "line": 91,
                                    "column": 45
                                  },
                                  "end": {
                                    "line": 91,
                                    "column": 46
                                  }
                                },
                                "value": 1,
                                "rawValue": 1,
                                "raw": "1"
                              }
                            },
                            "alternate": {
                              "type": "UnaryExpression",
                              "start": 2666,
                              "end": 2671,
                              "loc": {
                                "start": {
                                  "line": 91,
                                  "column": 49
                                },
                                "end": {
                                  "line": 91,
                                  "column": 54
                                }
                              },
                              "operator": "-",
                              "prefix": true,
                              "argument": {
                                "type": "Literal",
                                "start": 2667,
                                "end": 2671,
                                "loc": {
                                  "start": {
                                    "line": 91,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 91,
                                    "column": 54
                                  }
                                },
                                "value": 0.03,
                                "rawValue": 0.03,
                                "raw": "0.03"
                              }
                            },
                            "parenthesizedExpression": true
                          }
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Wheel",
                          "start": 2608,
                          "end": 2616,
                          "loc": {
                            "start": {
                              "line": 90,
                              "column": 8
                            },
                            "end": {
                              "line": 90,
                              "column": 16
                            }
                          },
                          "range": [
                            2608,
                            2616
                          ]
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Generic",
                          "start": 2683,
                          "end": 2693,
                          "loc": {
                            "start": {
                              "line": 93,
                              "column": 8
                            },
                            "end": {
                              "line": 93,
                              "column": 18
                            }
                          },
                          "range": [
                            2683,
                            2693
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2702,
                      "end": 2725,
                      "loc": {
                        "start": {
                          "line": 94,
                          "column": 8
                        },
                        "end": {
                          "line": 94,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2702,
                        "end": 2724,
                        "loc": {
                          "start": {
                            "line": 94,
                            "column": 8
                          },
                          "end": {
                            "line": 94,
                            "column": 30
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2702,
                          "end": 2717,
                          "loc": {
                            "start": {
                              "line": 94,
                              "column": 8
                            },
                            "end": {
                              "line": 94,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2702,
                            "end": 2707,
                            "loc": {
                              "start": {
                                "line": 94,
                                "column": 8
                              },
                              "end": {
                                "line": 94,
                                "column": 13
                              }
                            },
                            "name": "state",
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2708,
                            "end": 2717,
                            "loc": {
                              "start": {
                                "line": 94,
                                "column": 14
                              },
                              "end": {
                                "line": 94,
                                "column": 23
                              }
                            },
                            "name": "fulfilled"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "Literal",
                          "start": 2720,
                          "end": 2724,
                          "loc": {
                            "start": {
                              "line": 94,
                              "column": 26
                            },
                            "end": {
                              "line": 94,
                              "column": 30
                            }
                          },
                          "value": true,
                          "rawValue": true,
                          "raw": "true"
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Generic",
                          "start": 2683,
                          "end": 2693,
                          "loc": {
                            "start": {
                              "line": 93,
                              "column": 8
                            },
                            "end": {
                              "line": 93,
                              "column": 18
                            }
                          },
                          "range": [
                            2683,
                            2693
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2734,
                      "end": 2754,
                      "loc": {
                        "start": {
                          "line": 95,
                          "column": 8
                        },
                        "end": {
                          "line": 95,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2734,
                        "end": 2753,
                        "loc": {
                          "start": {
                            "line": 95,
                            "column": 8
                          },
                          "end": {
                            "line": 95,
                            "column": 27
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2734,
                          "end": 2745,
                          "loc": {
                            "start": {
                              "line": 95,
                              "column": 8
                            },
                            "end": {
                              "line": 95,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2734,
                            "end": 2739,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 8
                              },
                              "end": {
                                "line": 95,
                                "column": 13
                              }
                            },
                            "name": "state"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2740,
                            "end": 2745,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 14
                              },
                              "end": {
                                "line": 95,
                                "column": 19
                              }
                            },
                            "name": "pageX"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 2748,
                          "end": 2753,
                          "loc": {
                            "start": {
                              "line": 95,
                              "column": 22
                            },
                            "end": {
                              "line": 95,
                              "column": 27
                            }
                          },
                          "name": "pageX"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2763,
                      "end": 2783,
                      "loc": {
                        "start": {
                          "line": 96,
                          "column": 8
                        },
                        "end": {
                          "line": 96,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2763,
                        "end": 2782,
                        "loc": {
                          "start": {
                            "line": 96,
                            "column": 8
                          },
                          "end": {
                            "line": 96,
                            "column": 27
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2763,
                          "end": 2774,
                          "loc": {
                            "start": {
                              "line": 96,
                              "column": 8
                            },
                            "end": {
                              "line": 96,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2763,
                            "end": 2768,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 8
                              },
                              "end": {
                                "line": 96,
                                "column": 13
                              }
                            },
                            "name": "state"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2769,
                            "end": 2774,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 14
                              },
                              "end": {
                                "line": 96,
                                "column": 19
                              }
                            },
                            "name": "pageY"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 2777,
                          "end": 2782,
                          "loc": {
                            "start": {
                              "line": 96,
                              "column": 22
                            },
                            "end": {
                              "line": 96,
                              "column": 27
                            }
                          },
                          "name": "pageY"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2792,
                      "end": 2816,
                      "loc": {
                        "start": {
                          "line": 97,
                          "column": 8
                        },
                        "end": {
                          "line": 97,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2792,
                        "end": 2815,
                        "loc": {
                          "start": {
                            "line": 97,
                            "column": 8
                          },
                          "end": {
                            "line": 97,
                            "column": 31
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2792,
                          "end": 2805,
                          "loc": {
                            "start": {
                              "line": 97,
                              "column": 8
                            },
                            "end": {
                              "line": 97,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2792,
                            "end": 2797,
                            "loc": {
                              "start": {
                                "line": 97,
                                "column": 8
                              },
                              "end": {
                                "line": 97,
                                "column": 13
                              }
                            },
                            "name": "state"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2798,
                            "end": 2805,
                            "loc": {
                              "start": {
                                "line": 97,
                                "column": 14
                              },
                              "end": {
                                "line": 97,
                                "column": 21
                              }
                            },
                            "name": "clientX"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 2808,
                          "end": 2815,
                          "loc": {
                            "start": {
                              "line": 97,
                              "column": 24
                            },
                            "end": {
                              "line": 97,
                              "column": 31
                            }
                          },
                          "name": "clientX"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2825,
                      "end": 2849,
                      "loc": {
                        "start": {
                          "line": 98,
                          "column": 8
                        },
                        "end": {
                          "line": 98,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2825,
                        "end": 2848,
                        "loc": {
                          "start": {
                            "line": 98,
                            "column": 8
                          },
                          "end": {
                            "line": 98,
                            "column": 31
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2825,
                          "end": 2838,
                          "loc": {
                            "start": {
                              "line": 98,
                              "column": 8
                            },
                            "end": {
                              "line": 98,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2825,
                            "end": 2830,
                            "loc": {
                              "start": {
                                "line": 98,
                                "column": 8
                              },
                              "end": {
                                "line": 98,
                                "column": 13
                              }
                            },
                            "name": "state"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2831,
                            "end": 2838,
                            "loc": {
                              "start": {
                                "line": 98,
                                "column": 14
                              },
                              "end": {
                                "line": 98,
                                "column": 21
                              }
                            },
                            "name": "clientY"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 2841,
                          "end": 2848,
                          "loc": {
                            "start": {
                              "line": 98,
                              "column": 24
                            },
                            "end": {
                              "line": 98,
                              "column": 31
                            }
                          },
                          "name": "clientY"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2858,
                      "end": 2925,
                      "loc": {
                        "start": {
                          "line": 99,
                          "column": 8
                        },
                        "end": {
                          "line": 99,
                          "column": 75
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2858,
                        "end": 2924,
                        "loc": {
                          "start": {
                            "line": 99,
                            "column": 8
                          },
                          "end": {
                            "line": 99,
                            "column": 74
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2858,
                          "end": 2871,
                          "loc": {
                            "start": {
                              "line": 99,
                              "column": 8
                            },
                            "end": {
                              "line": 99,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2858,
                            "end": 2863,
                            "loc": {
                              "start": {
                                "line": 99,
                                "column": 8
                              },
                              "end": {
                                "line": 99,
                                "column": 13
                              }
                            },
                            "name": "state"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2864,
                            "end": 2871,
                            "loc": {
                              "start": {
                                "line": 99,
                                "column": 14
                              },
                              "end": {
                                "line": 99,
                                "column": 21
                              }
                            },
                            "name": "offsetX"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "BinaryExpression",
                          "start": 2874,
                          "end": 2924,
                          "loc": {
                            "start": {
                              "line": 99,
                              "column": 24
                            },
                            "end": {
                              "line": 99,
                              "column": 74
                            }
                          },
                          "left": {
                            "type": "BinaryExpression",
                            "start": 2874,
                            "end": 2907,
                            "loc": {
                              "start": {
                                "line": 99,
                                "column": 24
                              },
                              "end": {
                                "line": 99,
                                "column": 57
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 2874,
                              "end": 2879,
                              "loc": {
                                "start": {
                                  "line": 99,
                                  "column": 24
                                },
                                "end": {
                                  "line": 99,
                                  "column": 29
                                }
                              },
                              "name": "pageX"
                            },
                            "operator": "-",
                            "right": {
                              "type": "MemberExpression",
                              "start": 2882,
                              "end": 2907,
                              "loc": {
                                "start": {
                                  "line": 99,
                                  "column": 32
                                },
                                "end": {
                                  "line": 99,
                                  "column": 57
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2882,
                                "end": 2902,
                                "loc": {
                                  "start": {
                                    "line": 99,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 99,
                                    "column": 52
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 2882,
                                  "end": 2895,
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 45
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 2882,
                                    "end": 2886,
                                    "loc": {
                                      "start": {
                                        "line": 99,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 99,
                                        "column": 36
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2887,
                                    "end": 2895,
                                    "loc": {
                                      "start": {
                                        "line": 99,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 99,
                                        "column": 45
                                      }
                                    },
                                    "name": "renderer"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2896,
                                  "end": 2902,
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 52
                                    }
                                  },
                                  "name": "offset"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2903,
                                "end": 2907,
                                "loc": {
                                  "start": {
                                    "line": 99,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 99,
                                    "column": 57
                                  }
                                },
                                "name": "left"
                              },
                              "computed": false
                            }
                          },
                          "operator": "-",
                          "right": {
                            "type": "MemberExpression",
                            "start": 2910,
                            "end": 2924,
                            "loc": {
                              "start": {
                                "line": 99,
                                "column": 60
                              },
                              "end": {
                                "line": 99,
                                "column": 74
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2910,
                              "end": 2919,
                              "loc": {
                                "start": {
                                  "line": 99,
                                  "column": 60
                                },
                                "end": {
                                  "line": 99,
                                  "column": 69
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2910,
                                "end": 2914,
                                "loc": {
                                  "start": {
                                    "line": 99,
                                    "column": 60
                                  },
                                  "end": {
                                    "line": 99,
                                    "column": 64
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2915,
                                "end": 2919,
                                "loc": {
                                  "start": {
                                    "line": 99,
                                    "column": 65
                                  },
                                  "end": {
                                    "line": 99,
                                    "column": 69
                                  }
                                },
                                "name": "view"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2920,
                              "end": 2924,
                              "loc": {
                                "start": {
                                  "line": 99,
                                  "column": 70
                                },
                                "end": {
                                  "line": 99,
                                  "column": 74
                                }
                              },
                              "name": "left"
                            },
                            "computed": false
                          }
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2934,
                      "end": 2999,
                      "loc": {
                        "start": {
                          "line": 100,
                          "column": 8
                        },
                        "end": {
                          "line": 100,
                          "column": 73
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2934,
                        "end": 2998,
                        "loc": {
                          "start": {
                            "line": 100,
                            "column": 8
                          },
                          "end": {
                            "line": 100,
                            "column": 72
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2934,
                          "end": 2947,
                          "loc": {
                            "start": {
                              "line": 100,
                              "column": 8
                            },
                            "end": {
                              "line": 100,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2934,
                            "end": 2939,
                            "loc": {
                              "start": {
                                "line": 100,
                                "column": 8
                              },
                              "end": {
                                "line": 100,
                                "column": 13
                              }
                            },
                            "name": "state"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2940,
                            "end": 2947,
                            "loc": {
                              "start": {
                                "line": 100,
                                "column": 14
                              },
                              "end": {
                                "line": 100,
                                "column": 21
                              }
                            },
                            "name": "offsetY"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "BinaryExpression",
                          "start": 2950,
                          "end": 2998,
                          "loc": {
                            "start": {
                              "line": 100,
                              "column": 24
                            },
                            "end": {
                              "line": 100,
                              "column": 72
                            }
                          },
                          "left": {
                            "type": "BinaryExpression",
                            "start": 2950,
                            "end": 2982,
                            "loc": {
                              "start": {
                                "line": 100,
                                "column": 24
                              },
                              "end": {
                                "line": 100,
                                "column": 56
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 2950,
                              "end": 2955,
                              "loc": {
                                "start": {
                                  "line": 100,
                                  "column": 24
                                },
                                "end": {
                                  "line": 100,
                                  "column": 29
                                }
                              },
                              "name": "pageY"
                            },
                            "operator": "-",
                            "right": {
                              "type": "MemberExpression",
                              "start": 2958,
                              "end": 2982,
                              "loc": {
                                "start": {
                                  "line": 100,
                                  "column": 32
                                },
                                "end": {
                                  "line": 100,
                                  "column": 56
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2958,
                                "end": 2978,
                                "loc": {
                                  "start": {
                                    "line": 100,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 100,
                                    "column": 52
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 2958,
                                  "end": 2971,
                                  "loc": {
                                    "start": {
                                      "line": 100,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 100,
                                      "column": 45
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 2958,
                                    "end": 2962,
                                    "loc": {
                                      "start": {
                                        "line": 100,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 100,
                                        "column": 36
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2963,
                                    "end": 2971,
                                    "loc": {
                                      "start": {
                                        "line": 100,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 100,
                                        "column": 45
                                      }
                                    },
                                    "name": "renderer"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2972,
                                  "end": 2978,
                                  "loc": {
                                    "start": {
                                      "line": 100,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 100,
                                      "column": 52
                                    }
                                  },
                                  "name": "offset"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2979,
                                "end": 2982,
                                "loc": {
                                  "start": {
                                    "line": 100,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 100,
                                    "column": 56
                                  }
                                },
                                "name": "top"
                              },
                              "computed": false
                            }
                          },
                          "operator": "-",
                          "right": {
                            "type": "MemberExpression",
                            "start": 2985,
                            "end": 2998,
                            "loc": {
                              "start": {
                                "line": 100,
                                "column": 59
                              },
                              "end": {
                                "line": 100,
                                "column": 72
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2985,
                              "end": 2994,
                              "loc": {
                                "start": {
                                  "line": 100,
                                  "column": 59
                                },
                                "end": {
                                  "line": 100,
                                  "column": 68
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2985,
                                "end": 2989,
                                "loc": {
                                  "start": {
                                    "line": 100,
                                    "column": 59
                                  },
                                  "end": {
                                    "line": 100,
                                    "column": 63
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2990,
                                "end": 2994,
                                "loc": {
                                  "start": {
                                    "line": 100,
                                    "column": 64
                                  },
                                  "end": {
                                    "line": 100,
                                    "column": 68
                                  }
                                },
                                "name": "view"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2995,
                              "end": 2998,
                              "loc": {
                                "start": {
                                  "line": 100,
                                  "column": 69
                                },
                                "end": {
                                  "line": 100,
                                  "column": 72
                                }
                              },
                              "name": "top"
                            },
                            "computed": false
                          }
                        }
                      },
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Touch",
                          "start": 3009,
                          "end": 3017,
                          "loc": {
                            "start": {
                              "line": 102,
                              "column": 8
                            },
                            "end": {
                              "line": 102,
                              "column": 16
                            }
                          },
                          "range": [
                            3009,
                            3017
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3026,
                      "end": 3045,
                      "loc": {
                        "start": {
                          "line": 103,
                          "column": 8
                        },
                        "end": {
                          "line": 103,
                          "column": 27
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3026,
                        "end": 3044,
                        "loc": {
                          "start": {
                            "line": 103,
                            "column": 8
                          },
                          "end": {
                            "line": 103,
                            "column": 26
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3026,
                          "end": 3039,
                          "loc": {
                            "start": {
                              "line": 103,
                              "column": 8
                            },
                            "end": {
                              "line": 103,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3026,
                            "end": 3031,
                            "loc": {
                              "start": {
                                "line": 103,
                                "column": 8
                              },
                              "end": {
                                "line": 103,
                                "column": 13
                              }
                            },
                            "name": "state",
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3032,
                            "end": 3039,
                            "loc": {
                              "start": {
                                "line": 103,
                                "column": 14
                              },
                              "end": {
                                "line": 103,
                                "column": 21
                              }
                            },
                            "name": "touches"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "ArrayExpression",
                          "start": 3042,
                          "end": 3044,
                          "loc": {
                            "start": {
                              "line": 103,
                              "column": 24
                            },
                            "end": {
                              "line": 103,
                              "column": 26
                            }
                          },
                          "elements": []
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Touch",
                          "start": 3009,
                          "end": 3017,
                          "loc": {
                            "start": {
                              "line": 102,
                              "column": 8
                            },
                            "end": {
                              "line": 102,
                              "column": 16
                            }
                          },
                          "range": [
                            3009,
                            3017
                          ]
                        }
                      ]
                    },
                    {
                      "type": "IfStatement",
                      "start": 3054,
                      "end": 4102,
                      "loc": {
                        "start": {
                          "line": 104,
                          "column": 8
                        },
                        "end": {
                          "line": 128,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 3058,
                        "end": 3073,
                        "loc": {
                          "start": {
                            "line": 104,
                            "column": 12
                          },
                          "end": {
                            "line": 104,
                            "column": 27
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "UnaryExpression",
                          "start": 3059,
                          "end": 3073,
                          "loc": {
                            "start": {
                              "line": 104,
                              "column": 13
                            },
                            "end": {
                              "line": 104,
                              "column": 27
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "MemberExpression",
                            "start": 3060,
                            "end": 3073,
                            "loc": {
                              "start": {
                                "line": 104,
                                "column": 14
                              },
                              "end": {
                                "line": 104,
                                "column": 27
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 3060,
                              "end": 3065,
                              "loc": {
                                "start": {
                                  "line": 104,
                                  "column": 14
                                },
                                "end": {
                                  "line": 104,
                                  "column": 19
                                }
                              },
                              "name": "event"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3066,
                              "end": 3073,
                              "loc": {
                                "start": {
                                  "line": 104,
                                  "column": 20
                                },
                                "end": {
                                  "line": 104,
                                  "column": 27
                                }
                              },
                              "name": "touches"
                            },
                            "computed": false
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 3075,
                        "end": 4102,
                        "loc": {
                          "start": {
                            "line": 104,
                            "column": 29
                          },
                          "end": {
                            "line": 128,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ForOfStatement",
                            "start": 3089,
                            "end": 3662,
                            "loc": {
                              "start": {
                                "line": 105,
                                "column": 12
                              },
                              "end": {
                                "line": 118,
                                "column": 13
                              }
                            },
                            "left": {
                              "type": "VariableDeclaration",
                              "start": 3093,
                              "end": 3101,
                              "loc": {
                                "start": {
                                  "line": 105,
                                  "column": 16
                                },
                                "end": {
                                  "line": 105,
                                  "column": 24
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 3097,
                                  "end": 3101,
                                  "loc": {
                                    "start": {
                                      "line": 105,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 105,
                                      "column": 24
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 3097,
                                    "end": 3101,
                                    "loc": {
                                      "start": {
                                        "line": 105,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 105,
                                        "column": 24
                                      }
                                    },
                                    "name": "item"
                                  },
                                  "init": null
                                }
                              ],
                              "kind": "let"
                            },
                            "right": {
                              "type": "CallExpression",
                              "start": 3105,
                              "end": 3133,
                              "loc": {
                                "start": {
                                  "line": 105,
                                  "column": 28
                                },
                                "end": {
                                  "line": 105,
                                  "column": 56
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3105,
                                "end": 3118,
                                "loc": {
                                  "start": {
                                    "line": 105,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 105,
                                    "column": 41
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3105,
                                  "end": 3113,
                                  "loc": {
                                    "start": {
                                      "line": 105,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 105,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "ArrayExpression",
                                    "start": 3105,
                                    "end": 3107,
                                    "loc": {
                                      "start": {
                                        "line": 105,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 105,
                                        "column": 30
                                      }
                                    },
                                    "elements": []
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3108,
                                    "end": 3113,
                                    "loc": {
                                      "start": {
                                        "line": 105,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 105,
                                        "column": 36
                                      }
                                    },
                                    "name": "slice"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3114,
                                  "end": 3118,
                                  "loc": {
                                    "start": {
                                      "line": 105,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 105,
                                      "column": 41
                                    }
                                  },
                                  "name": "call"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 3119,
                                  "end": 3132,
                                  "loc": {
                                    "start": {
                                      "line": 105,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 105,
                                      "column": 55
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3119,
                                    "end": 3124,
                                    "loc": {
                                      "start": {
                                        "line": 105,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 105,
                                        "column": 47
                                      }
                                    },
                                    "name": "event"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3125,
                                    "end": 3132,
                                    "loc": {
                                      "start": {
                                        "line": 105,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 105,
                                        "column": 55
                                      }
                                    },
                                    "name": "touches"
                                  },
                                  "computed": false
                                }
                              ]
                            },
                            "body": {
                              "type": "BlockStatement",
                              "start": 3135,
                              "end": 3662,
                              "loc": {
                                "start": {
                                  "line": 105,
                                  "column": 58
                                },
                                "end": {
                                  "line": 118,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3153,
                                  "end": 3172,
                                  "loc": {
                                    "start": {
                                      "line": 106,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 106,
                                      "column": 35
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 3153,
                                    "end": 3171,
                                    "loc": {
                                      "start": {
                                        "line": 106,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 106,
                                        "column": 34
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 3153,
                                      "end": 3158,
                                      "loc": {
                                        "start": {
                                          "line": 106,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 106,
                                          "column": 21
                                        }
                                      },
                                      "name": "pageX"
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 3161,
                                      "end": 3171,
                                      "loc": {
                                        "start": {
                                          "line": 106,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 106,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3161,
                                        "end": 3165,
                                        "loc": {
                                          "start": {
                                            "line": 106,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 106,
                                            "column": 28
                                          }
                                        },
                                        "name": "item"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3166,
                                        "end": 3171,
                                        "loc": {
                                          "start": {
                                            "line": 106,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 106,
                                            "column": 34
                                          }
                                        },
                                        "name": "pageX"
                                      },
                                      "computed": false
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3189,
                                  "end": 3208,
                                  "loc": {
                                    "start": {
                                      "line": 107,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 107,
                                      "column": 35
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 3189,
                                    "end": 3207,
                                    "loc": {
                                      "start": {
                                        "line": 107,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 107,
                                        "column": 34
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 3189,
                                      "end": 3194,
                                      "loc": {
                                        "start": {
                                          "line": 107,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 107,
                                          "column": 21
                                        }
                                      },
                                      "name": "pageY"
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 3197,
                                      "end": 3207,
                                      "loc": {
                                        "start": {
                                          "line": 107,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 107,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3197,
                                        "end": 3201,
                                        "loc": {
                                          "start": {
                                            "line": 107,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 107,
                                            "column": 28
                                          }
                                        },
                                        "name": "item"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3202,
                                        "end": 3207,
                                        "loc": {
                                          "start": {
                                            "line": 107,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 107,
                                            "column": 34
                                          }
                                        },
                                        "name": "pageY"
                                      },
                                      "computed": false
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3225,
                                  "end": 3248,
                                  "loc": {
                                    "start": {
                                      "line": 108,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 108,
                                      "column": 39
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 3225,
                                    "end": 3247,
                                    "loc": {
                                      "start": {
                                        "line": 108,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 108,
                                        "column": 38
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 3225,
                                      "end": 3232,
                                      "loc": {
                                        "start": {
                                          "line": 108,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 108,
                                          "column": 23
                                        }
                                      },
                                      "name": "clientX"
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 3235,
                                      "end": 3247,
                                      "loc": {
                                        "start": {
                                          "line": 108,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 108,
                                          "column": 38
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3235,
                                        "end": 3239,
                                        "loc": {
                                          "start": {
                                            "line": 108,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 108,
                                            "column": 30
                                          }
                                        },
                                        "name": "item"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3240,
                                        "end": 3247,
                                        "loc": {
                                          "start": {
                                            "line": 108,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 108,
                                            "column": 38
                                          }
                                        },
                                        "name": "clientX"
                                      },
                                      "computed": false
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3265,
                                  "end": 3288,
                                  "loc": {
                                    "start": {
                                      "line": 109,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 109,
                                      "column": 39
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 3265,
                                    "end": 3287,
                                    "loc": {
                                      "start": {
                                        "line": 109,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 109,
                                        "column": 38
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 3265,
                                      "end": 3272,
                                      "loc": {
                                        "start": {
                                          "line": 109,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 109,
                                          "column": 23
                                        }
                                      },
                                      "name": "clientY"
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 3275,
                                      "end": 3287,
                                      "loc": {
                                        "start": {
                                          "line": 109,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 109,
                                          "column": 38
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3275,
                                        "end": 3279,
                                        "loc": {
                                          "start": {
                                            "line": 109,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 109,
                                            "column": 30
                                          }
                                        },
                                        "name": "item"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3280,
                                        "end": 3287,
                                        "loc": {
                                          "start": {
                                            "line": 109,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 109,
                                            "column": 38
                                          }
                                        },
                                        "name": "clientY"
                                      },
                                      "computed": false
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3305,
                                  "end": 3648,
                                  "loc": {
                                    "start": {
                                      "line": 110,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 117,
                                      "column": 19
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 3305,
                                    "end": 3647,
                                    "loc": {
                                      "start": {
                                        "line": 110,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 117,
                                        "column": 18
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 3305,
                                      "end": 3323,
                                      "loc": {
                                        "start": {
                                          "line": 110,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 110,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3305,
                                        "end": 3318,
                                        "loc": {
                                          "start": {
                                            "line": 110,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 110,
                                            "column": 29
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 3305,
                                          "end": 3310,
                                          "loc": {
                                            "start": {
                                              "line": 110,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 110,
                                              "column": 21
                                            }
                                          },
                                          "name": "state"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3311,
                                          "end": 3318,
                                          "loc": {
                                            "start": {
                                              "line": 110,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 110,
                                              "column": 29
                                            }
                                          },
                                          "name": "touches"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3319,
                                        "end": 3323,
                                        "loc": {
                                          "start": {
                                            "line": 110,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 110,
                                            "column": 34
                                          }
                                        },
                                        "name": "push"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "ObjectExpression",
                                        "start": 3324,
                                        "end": 3646,
                                        "loc": {
                                          "start": {
                                            "line": 110,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 117,
                                            "column": 17
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "start": 3346,
                                            "end": 3362,
                                            "loc": {
                                              "start": {
                                                "line": 111,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 111,
                                                "column": 36
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 3346,
                                              "end": 3353,
                                              "loc": {
                                                "start": {
                                                  "line": 111,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 111,
                                                  "column": 27
                                                }
                                              },
                                              "name": "clientX"
                                            },
                                            "value": {
                                              "type": "Identifier",
                                              "start": 3355,
                                              "end": 3362,
                                              "loc": {
                                                "start": {
                                                  "line": 111,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 111,
                                                  "column": 36
                                                }
                                              },
                                              "name": "clientX"
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 3384,
                                            "end": 3400,
                                            "loc": {
                                              "start": {
                                                "line": 112,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 112,
                                                "column": 36
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 3384,
                                              "end": 3391,
                                              "loc": {
                                                "start": {
                                                  "line": 112,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 112,
                                                  "column": 27
                                                }
                                              },
                                              "name": "clientY"
                                            },
                                            "value": {
                                              "type": "Identifier",
                                              "start": 3393,
                                              "end": 3400,
                                              "loc": {
                                                "start": {
                                                  "line": 112,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 112,
                                                  "column": 36
                                                }
                                              },
                                              "name": "clientY"
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 3422,
                                            "end": 3481,
                                            "loc": {
                                              "start": {
                                                "line": 113,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 113,
                                                "column": 79
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 3422,
                                              "end": 3429,
                                              "loc": {
                                                "start": {
                                                  "line": 113,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 113,
                                                  "column": 27
                                                }
                                              },
                                              "name": "offsetX"
                                            },
                                            "value": {
                                              "type": "BinaryExpression",
                                              "start": 3431,
                                              "end": 3481,
                                              "loc": {
                                                "start": {
                                                  "line": 113,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 113,
                                                  "column": 79
                                                }
                                              },
                                              "left": {
                                                "type": "BinaryExpression",
                                                "start": 3431,
                                                "end": 3464,
                                                "loc": {
                                                  "start": {
                                                    "line": 113,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 113,
                                                    "column": 62
                                                  }
                                                },
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 3431,
                                                  "end": 3436,
                                                  "loc": {
                                                    "start": {
                                                      "line": 113,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 113,
                                                      "column": 34
                                                    }
                                                  },
                                                  "name": "pageX"
                                                },
                                                "operator": "-",
                                                "right": {
                                                  "type": "MemberExpression",
                                                  "start": 3439,
                                                  "end": 3464,
                                                  "loc": {
                                                    "start": {
                                                      "line": 113,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 113,
                                                      "column": 62
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 3439,
                                                    "end": 3459,
                                                    "loc": {
                                                      "start": {
                                                        "line": 113,
                                                        "column": 37
                                                      },
                                                      "end": {
                                                        "line": 113,
                                                        "column": 57
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 3439,
                                                      "end": 3452,
                                                      "loc": {
                                                        "start": {
                                                          "line": 113,
                                                          "column": 37
                                                        },
                                                        "end": {
                                                          "line": 113,
                                                          "column": 50
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "start": 3439,
                                                        "end": 3443,
                                                        "loc": {
                                                          "start": {
                                                            "line": 113,
                                                            "column": 37
                                                          },
                                                          "end": {
                                                            "line": 113,
                                                            "column": 41
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3444,
                                                        "end": 3452,
                                                        "loc": {
                                                          "start": {
                                                            "line": 113,
                                                            "column": 42
                                                          },
                                                          "end": {
                                                            "line": 113,
                                                            "column": 50
                                                          }
                                                        },
                                                        "name": "renderer"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3453,
                                                      "end": 3459,
                                                      "loc": {
                                                        "start": {
                                                          "line": 113,
                                                          "column": 51
                                                        },
                                                        "end": {
                                                          "line": 113,
                                                          "column": 57
                                                        }
                                                      },
                                                      "name": "offset"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3460,
                                                    "end": 3464,
                                                    "loc": {
                                                      "start": {
                                                        "line": 113,
                                                        "column": 58
                                                      },
                                                      "end": {
                                                        "line": 113,
                                                        "column": 62
                                                      }
                                                    },
                                                    "name": "left"
                                                  },
                                                  "computed": false
                                                }
                                              },
                                              "operator": "-",
                                              "right": {
                                                "type": "MemberExpression",
                                                "start": 3467,
                                                "end": 3481,
                                                "loc": {
                                                  "start": {
                                                    "line": 113,
                                                    "column": 65
                                                  },
                                                  "end": {
                                                    "line": 113,
                                                    "column": 79
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3467,
                                                  "end": 3476,
                                                  "loc": {
                                                    "start": {
                                                      "line": 113,
                                                      "column": 65
                                                    },
                                                    "end": {
                                                      "line": 113,
                                                      "column": 74
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 3467,
                                                    "end": 3471,
                                                    "loc": {
                                                      "start": {
                                                        "line": 113,
                                                        "column": 65
                                                      },
                                                      "end": {
                                                        "line": 113,
                                                        "column": 69
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3472,
                                                    "end": 3476,
                                                    "loc": {
                                                      "start": {
                                                        "line": 113,
                                                        "column": 70
                                                      },
                                                      "end": {
                                                        "line": 113,
                                                        "column": 74
                                                      }
                                                    },
                                                    "name": "view"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3477,
                                                  "end": 3481,
                                                  "loc": {
                                                    "start": {
                                                      "line": 113,
                                                      "column": 75
                                                    },
                                                    "end": {
                                                      "line": 113,
                                                      "column": 79
                                                    }
                                                  },
                                                  "name": "left"
                                                },
                                                "computed": false
                                              }
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 3503,
                                            "end": 3560,
                                            "loc": {
                                              "start": {
                                                "line": 114,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 114,
                                                "column": 77
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 3503,
                                              "end": 3510,
                                              "loc": {
                                                "start": {
                                                  "line": 114,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 114,
                                                  "column": 27
                                                }
                                              },
                                              "name": "offsetY"
                                            },
                                            "value": {
                                              "type": "BinaryExpression",
                                              "start": 3512,
                                              "end": 3560,
                                              "loc": {
                                                "start": {
                                                  "line": 114,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 114,
                                                  "column": 77
                                                }
                                              },
                                              "left": {
                                                "type": "BinaryExpression",
                                                "start": 3512,
                                                "end": 3544,
                                                "loc": {
                                                  "start": {
                                                    "line": 114,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 114,
                                                    "column": 61
                                                  }
                                                },
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 3512,
                                                  "end": 3517,
                                                  "loc": {
                                                    "start": {
                                                      "line": 114,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 114,
                                                      "column": 34
                                                    }
                                                  },
                                                  "name": "pageY"
                                                },
                                                "operator": "-",
                                                "right": {
                                                  "type": "MemberExpression",
                                                  "start": 3520,
                                                  "end": 3544,
                                                  "loc": {
                                                    "start": {
                                                      "line": 114,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 114,
                                                      "column": 61
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 3520,
                                                    "end": 3540,
                                                    "loc": {
                                                      "start": {
                                                        "line": 114,
                                                        "column": 37
                                                      },
                                                      "end": {
                                                        "line": 114,
                                                        "column": 57
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 3520,
                                                      "end": 3533,
                                                      "loc": {
                                                        "start": {
                                                          "line": 114,
                                                          "column": 37
                                                        },
                                                        "end": {
                                                          "line": 114,
                                                          "column": 50
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "start": 3520,
                                                        "end": 3524,
                                                        "loc": {
                                                          "start": {
                                                            "line": 114,
                                                            "column": 37
                                                          },
                                                          "end": {
                                                            "line": 114,
                                                            "column": 41
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3525,
                                                        "end": 3533,
                                                        "loc": {
                                                          "start": {
                                                            "line": 114,
                                                            "column": 42
                                                          },
                                                          "end": {
                                                            "line": 114,
                                                            "column": 50
                                                          }
                                                        },
                                                        "name": "renderer"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3534,
                                                      "end": 3540,
                                                      "loc": {
                                                        "start": {
                                                          "line": 114,
                                                          "column": 51
                                                        },
                                                        "end": {
                                                          "line": 114,
                                                          "column": 57
                                                        }
                                                      },
                                                      "name": "offset"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3541,
                                                    "end": 3544,
                                                    "loc": {
                                                      "start": {
                                                        "line": 114,
                                                        "column": 58
                                                      },
                                                      "end": {
                                                        "line": 114,
                                                        "column": 61
                                                      }
                                                    },
                                                    "name": "top"
                                                  },
                                                  "computed": false
                                                }
                                              },
                                              "operator": "-",
                                              "right": {
                                                "type": "MemberExpression",
                                                "start": 3547,
                                                "end": 3560,
                                                "loc": {
                                                  "start": {
                                                    "line": 114,
                                                    "column": 64
                                                  },
                                                  "end": {
                                                    "line": 114,
                                                    "column": 77
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3547,
                                                  "end": 3556,
                                                  "loc": {
                                                    "start": {
                                                      "line": 114,
                                                      "column": 64
                                                    },
                                                    "end": {
                                                      "line": 114,
                                                      "column": 73
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 3547,
                                                    "end": 3551,
                                                    "loc": {
                                                      "start": {
                                                        "line": 114,
                                                        "column": 64
                                                      },
                                                      "end": {
                                                        "line": 114,
                                                        "column": 68
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3552,
                                                    "end": 3556,
                                                    "loc": {
                                                      "start": {
                                                        "line": 114,
                                                        "column": 69
                                                      },
                                                      "end": {
                                                        "line": 114,
                                                        "column": 73
                                                      }
                                                    },
                                                    "name": "view"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3557,
                                                  "end": 3560,
                                                  "loc": {
                                                    "start": {
                                                      "line": 114,
                                                      "column": 74
                                                    },
                                                    "end": {
                                                      "line": 114,
                                                      "column": 77
                                                    }
                                                  },
                                                  "name": "top"
                                                },
                                                "computed": false
                                              }
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 3582,
                                            "end": 3594,
                                            "loc": {
                                              "start": {
                                                "line": 115,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 115,
                                                "column": 32
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 3582,
                                              "end": 3587,
                                              "loc": {
                                                "start": {
                                                  "line": 115,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 115,
                                                  "column": 25
                                                }
                                              },
                                              "name": "pageX"
                                            },
                                            "value": {
                                              "type": "Identifier",
                                              "start": 3589,
                                              "end": 3594,
                                              "loc": {
                                                "start": {
                                                  "line": 115,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 115,
                                                  "column": 32
                                                }
                                              },
                                              "name": "pageX"
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 3616,
                                            "end": 3628,
                                            "loc": {
                                              "start": {
                                                "line": 116,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 116,
                                                "column": 32
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 3616,
                                              "end": 3621,
                                              "loc": {
                                                "start": {
                                                  "line": 116,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 116,
                                                  "column": 25
                                                }
                                              },
                                              "name": "pageY"
                                            },
                                            "value": {
                                              "type": "Identifier",
                                              "start": 3623,
                                              "end": 3628,
                                              "loc": {
                                                "start": {
                                                  "line": 116,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 116,
                                                  "column": 32
                                                }
                                              },
                                              "name": "pageY"
                                            },
                                            "kind": "init"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 3675,
                            "end": 3694,
                            "loc": {
                              "start": {
                                "line": 119,
                                "column": 12
                              },
                              "end": {
                                "line": 119,
                                "column": 31
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 3675,
                              "end": 3693,
                              "loc": {
                                "start": {
                                  "line": 119,
                                  "column": 12
                                },
                                "end": {
                                  "line": 119,
                                  "column": 30
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 3675,
                                "end": 3686,
                                "loc": {
                                  "start": {
                                    "line": 119,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 119,
                                    "column": 23
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3675,
                                  "end": 3680,
                                  "loc": {
                                    "start": {
                                      "line": 119,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 119,
                                      "column": 17
                                    }
                                  },
                                  "name": "state"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3681,
                                  "end": 3686,
                                  "loc": {
                                    "start": {
                                      "line": 119,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 119,
                                      "column": 23
                                    }
                                  },
                                  "name": "touch"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "Literal",
                                "start": 3689,
                                "end": 3693,
                                "loc": {
                                  "start": {
                                    "line": 119,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 119,
                                    "column": 30
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 3707,
                            "end": 3751,
                            "loc": {
                              "start": {
                                "line": 120,
                                "column": 12
                              },
                              "end": {
                                "line": 120,
                                "column": 56
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 3707,
                              "end": 3750,
                              "loc": {
                                "start": {
                                  "line": 120,
                                  "column": 12
                                },
                                "end": {
                                  "line": 120,
                                  "column": 55
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 3707,
                                "end": 3723,
                                "loc": {
                                  "start": {
                                    "line": 120,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 120,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3707,
                                  "end": 3712,
                                  "loc": {
                                    "start": {
                                      "line": 120,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 120,
                                      "column": 17
                                    }
                                  },
                                  "name": "state"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3713,
                                  "end": 3723,
                                  "loc": {
                                    "start": {
                                      "line": 120,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 120,
                                      "column": 28
                                    }
                                  },
                                  "name": "multitouch"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "BinaryExpression",
                                "start": 3726,
                                "end": 3750,
                                "loc": {
                                  "start": {
                                    "line": 120,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 120,
                                    "column": 55
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 3726,
                                  "end": 3746,
                                  "loc": {
                                    "start": {
                                      "line": 120,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 120,
                                      "column": 51
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 3726,
                                    "end": 3739,
                                    "loc": {
                                      "start": {
                                        "line": 120,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 120,
                                        "column": 44
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 3726,
                                      "end": 3731,
                                      "loc": {
                                        "start": {
                                          "line": 120,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 120,
                                          "column": 36
                                        }
                                      },
                                      "name": "state"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3732,
                                      "end": 3739,
                                      "loc": {
                                        "start": {
                                          "line": 120,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 120,
                                          "column": 44
                                        }
                                      },
                                      "name": "touches"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3740,
                                    "end": 3746,
                                    "loc": {
                                      "start": {
                                        "line": 120,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 120,
                                        "column": 51
                                      }
                                    },
                                    "name": "length"
                                  },
                                  "computed": false
                                },
                                "operator": ">",
                                "right": {
                                  "type": "Literal",
                                  "start": 3749,
                                  "end": 3750,
                                  "loc": {
                                    "start": {
                                      "line": 120,
                                      "column": 54
                                    },
                                    "end": {
                                      "line": 120,
                                      "column": 55
                                    }
                                  },
                                  "value": 1,
                                  "rawValue": 1,
                                  "raw": "1"
                                }
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "start": 3764,
                            "end": 4092,
                            "loc": {
                              "start": {
                                "line": 121,
                                "column": 12
                              },
                              "end": {
                                "line": 127,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 3768,
                              "end": 3792,
                              "loc": {
                                "start": {
                                  "line": 121,
                                  "column": 16
                                },
                                "end": {
                                  "line": 121,
                                  "column": 40
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 3768,
                                "end": 3788,
                                "loc": {
                                  "start": {
                                    "line": 121,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 121,
                                    "column": 36
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3768,
                                  "end": 3781,
                                  "loc": {
                                    "start": {
                                      "line": 121,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 121,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3768,
                                    "end": 3773,
                                    "loc": {
                                      "start": {
                                        "line": 121,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 121,
                                        "column": 21
                                      }
                                    },
                                    "name": "state"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3774,
                                    "end": 3781,
                                    "loc": {
                                      "start": {
                                        "line": 121,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 121,
                                        "column": 29
                                      }
                                    },
                                    "name": "touches"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3782,
                                  "end": 3788,
                                  "loc": {
                                    "start": {
                                      "line": 121,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 121,
                                      "column": 36
                                    }
                                  },
                                  "name": "length"
                                },
                                "computed": false
                              },
                              "operator": ">",
                              "right": {
                                "type": "Literal",
                                "start": 3791,
                                "end": 3792,
                                "loc": {
                                  "start": {
                                    "line": 121,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 121,
                                    "column": 40
                                  }
                                },
                                "value": 0,
                                "rawValue": 0,
                                "raw": "0"
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 3794,
                              "end": 3967,
                              "loc": {
                                "start": {
                                  "line": 121,
                                  "column": 42
                                },
                                "end": {
                                  "line": 124,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3812,
                                  "end": 3874,
                                  "loc": {
                                    "start": {
                                      "line": 122,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 122,
                                      "column": 78
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 3812,
                                    "end": 3873,
                                    "loc": {
                                      "start": {
                                        "line": 122,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 122,
                                        "column": 77
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 3812,
                                      "end": 3825,
                                      "loc": {
                                        "start": {
                                          "line": 122,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 122,
                                          "column": 29
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3812,
                                        "end": 3817,
                                        "loc": {
                                          "start": {
                                            "line": 122,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 122,
                                            "column": 21
                                          }
                                        },
                                        "name": "state"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3818,
                                        "end": 3825,
                                        "loc": {
                                          "start": {
                                            "line": 122,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 122,
                                            "column": 29
                                          }
                                        },
                                        "name": "offsetX"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "AssignmentExpression",
                                      "start": 3828,
                                      "end": 3873,
                                      "loc": {
                                        "start": {
                                          "line": 122,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 122,
                                          "column": 77
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 3828,
                                        "end": 3846,
                                        "loc": {
                                          "start": {
                                            "line": 122,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 122,
                                            "column": 50
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3828,
                                          "end": 3838,
                                          "loc": {
                                            "start": {
                                              "line": 122,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 122,
                                              "column": 42
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 3828,
                                            "end": 3832,
                                            "loc": {
                                              "start": {
                                                "line": 122,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 122,
                                                "column": 36
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3833,
                                            "end": 3838,
                                            "loc": {
                                              "start": {
                                                "line": 122,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 122,
                                                "column": 42
                                              }
                                            },
                                            "name": "touch"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3839,
                                          "end": 3846,
                                          "loc": {
                                            "start": {
                                              "line": 122,
                                              "column": 43
                                            },
                                            "end": {
                                              "line": 122,
                                              "column": 50
                                            }
                                          },
                                          "name": "offsetX"
                                        },
                                        "computed": false
                                      },
                                      "right": {
                                        "type": "MemberExpression",
                                        "start": 3849,
                                        "end": 3873,
                                        "loc": {
                                          "start": {
                                            "line": 122,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 122,
                                            "column": 77
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3849,
                                          "end": 3865,
                                          "loc": {
                                            "start": {
                                              "line": 122,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 122,
                                              "column": 69
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 3849,
                                            "end": 3862,
                                            "loc": {
                                              "start": {
                                                "line": 122,
                                                "column": 53
                                              },
                                              "end": {
                                                "line": 122,
                                                "column": 66
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 3849,
                                              "end": 3854,
                                              "loc": {
                                                "start": {
                                                  "line": 122,
                                                  "column": 53
                                                },
                                                "end": {
                                                  "line": 122,
                                                  "column": 58
                                                }
                                              },
                                              "name": "state"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3855,
                                              "end": 3862,
                                              "loc": {
                                                "start": {
                                                  "line": 122,
                                                  "column": 59
                                                },
                                                "end": {
                                                  "line": 122,
                                                  "column": 66
                                                }
                                              },
                                              "name": "touches"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Literal",
                                            "start": 3863,
                                            "end": 3864,
                                            "loc": {
                                              "start": {
                                                "line": 122,
                                                "column": 67
                                              },
                                              "end": {
                                                "line": 122,
                                                "column": 68
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          "computed": true
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3866,
                                          "end": 3873,
                                          "loc": {
                                            "start": {
                                              "line": 122,
                                              "column": 70
                                            },
                                            "end": {
                                              "line": 122,
                                              "column": 77
                                            }
                                          },
                                          "name": "offsetX"
                                        },
                                        "computed": false
                                      }
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3891,
                                  "end": 3953,
                                  "loc": {
                                    "start": {
                                      "line": 123,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 123,
                                      "column": 78
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 3891,
                                    "end": 3952,
                                    "loc": {
                                      "start": {
                                        "line": 123,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 123,
                                        "column": 77
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 3891,
                                      "end": 3904,
                                      "loc": {
                                        "start": {
                                          "line": 123,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 123,
                                          "column": 29
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3891,
                                        "end": 3896,
                                        "loc": {
                                          "start": {
                                            "line": 123,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 123,
                                            "column": 21
                                          }
                                        },
                                        "name": "state"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3897,
                                        "end": 3904,
                                        "loc": {
                                          "start": {
                                            "line": 123,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 123,
                                            "column": 29
                                          }
                                        },
                                        "name": "offsetY"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "AssignmentExpression",
                                      "start": 3907,
                                      "end": 3952,
                                      "loc": {
                                        "start": {
                                          "line": 123,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 123,
                                          "column": 77
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 3907,
                                        "end": 3925,
                                        "loc": {
                                          "start": {
                                            "line": 123,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 123,
                                            "column": 50
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3907,
                                          "end": 3917,
                                          "loc": {
                                            "start": {
                                              "line": 123,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 123,
                                              "column": 42
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 3907,
                                            "end": 3911,
                                            "loc": {
                                              "start": {
                                                "line": 123,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 123,
                                                "column": 36
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3912,
                                            "end": 3917,
                                            "loc": {
                                              "start": {
                                                "line": 123,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 123,
                                                "column": 42
                                              }
                                            },
                                            "name": "touch"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3918,
                                          "end": 3925,
                                          "loc": {
                                            "start": {
                                              "line": 123,
                                              "column": 43
                                            },
                                            "end": {
                                              "line": 123,
                                              "column": 50
                                            }
                                          },
                                          "name": "offsetX"
                                        },
                                        "computed": false
                                      },
                                      "right": {
                                        "type": "MemberExpression",
                                        "start": 3928,
                                        "end": 3952,
                                        "loc": {
                                          "start": {
                                            "line": 123,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 123,
                                            "column": 77
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3928,
                                          "end": 3944,
                                          "loc": {
                                            "start": {
                                              "line": 123,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 123,
                                              "column": 69
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 3928,
                                            "end": 3941,
                                            "loc": {
                                              "start": {
                                                "line": 123,
                                                "column": 53
                                              },
                                              "end": {
                                                "line": 123,
                                                "column": 66
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 3928,
                                              "end": 3933,
                                              "loc": {
                                                "start": {
                                                  "line": 123,
                                                  "column": 53
                                                },
                                                "end": {
                                                  "line": 123,
                                                  "column": 58
                                                }
                                              },
                                              "name": "state"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3934,
                                              "end": 3941,
                                              "loc": {
                                                "start": {
                                                  "line": 123,
                                                  "column": 59
                                                },
                                                "end": {
                                                  "line": 123,
                                                  "column": 66
                                                }
                                              },
                                              "name": "touches"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Literal",
                                            "start": 3942,
                                            "end": 3943,
                                            "loc": {
                                              "start": {
                                                "line": 123,
                                                "column": 67
                                              },
                                              "end": {
                                                "line": 123,
                                                "column": 68
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          "computed": true
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3945,
                                          "end": 3952,
                                          "loc": {
                                            "start": {
                                              "line": 123,
                                              "column": 70
                                            },
                                            "end": {
                                              "line": 123,
                                              "column": 77
                                            }
                                          },
                                          "name": "offsetY"
                                        },
                                        "computed": false
                                      }
                                    }
                                  }
                                }
                              ]
                            },
                            "alternate": {
                              "type": "BlockStatement",
                              "start": 3973,
                              "end": 4092,
                              "loc": {
                                "start": {
                                  "line": 124,
                                  "column": 19
                                },
                                "end": {
                                  "line": 127,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3991,
                                  "end": 4026,
                                  "loc": {
                                    "start": {
                                      "line": 125,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 125,
                                      "column": 51
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 3991,
                                    "end": 4025,
                                    "loc": {
                                      "start": {
                                        "line": 125,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 125,
                                        "column": 50
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 3991,
                                      "end": 4004,
                                      "loc": {
                                        "start": {
                                          "line": 125,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 125,
                                          "column": 29
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3991,
                                        "end": 3996,
                                        "loc": {
                                          "start": {
                                            "line": 125,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 125,
                                            "column": 21
                                          }
                                        },
                                        "name": "state"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3997,
                                        "end": 4004,
                                        "loc": {
                                          "start": {
                                            "line": 125,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 125,
                                            "column": 29
                                          }
                                        },
                                        "name": "offsetX"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 4007,
                                      "end": 4025,
                                      "loc": {
                                        "start": {
                                          "line": 125,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 125,
                                          "column": 50
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4007,
                                        "end": 4017,
                                        "loc": {
                                          "start": {
                                            "line": 125,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 125,
                                            "column": 42
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4007,
                                          "end": 4011,
                                          "loc": {
                                            "start": {
                                              "line": 125,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 125,
                                              "column": 36
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4012,
                                          "end": 4017,
                                          "loc": {
                                            "start": {
                                              "line": 125,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 125,
                                              "column": 42
                                            }
                                          },
                                          "name": "touch"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4018,
                                        "end": 4025,
                                        "loc": {
                                          "start": {
                                            "line": 125,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 125,
                                            "column": 50
                                          }
                                        },
                                        "name": "offsetX"
                                      },
                                      "computed": false
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4043,
                                  "end": 4078,
                                  "loc": {
                                    "start": {
                                      "line": 126,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 126,
                                      "column": 51
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 4043,
                                    "end": 4077,
                                    "loc": {
                                      "start": {
                                        "line": 126,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 126,
                                        "column": 50
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 4043,
                                      "end": 4056,
                                      "loc": {
                                        "start": {
                                          "line": 126,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 126,
                                          "column": 29
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4043,
                                        "end": 4048,
                                        "loc": {
                                          "start": {
                                            "line": 126,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 126,
                                            "column": 21
                                          }
                                        },
                                        "name": "state"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4049,
                                        "end": 4056,
                                        "loc": {
                                          "start": {
                                            "line": 126,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 126,
                                            "column": 29
                                          }
                                        },
                                        "name": "offsetY"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 4059,
                                      "end": 4077,
                                      "loc": {
                                        "start": {
                                          "line": 126,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 126,
                                          "column": 50
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4059,
                                        "end": 4069,
                                        "loc": {
                                          "start": {
                                            "line": 126,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 126,
                                            "column": 42
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4059,
                                          "end": 4063,
                                          "loc": {
                                            "start": {
                                              "line": 126,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 126,
                                              "column": 36
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4064,
                                          "end": 4069,
                                          "loc": {
                                            "start": {
                                              "line": 126,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 126,
                                              "column": 42
                                            }
                                          },
                                          "name": "touch"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4070,
                                        "end": 4077,
                                        "loc": {
                                          "start": {
                                            "line": 126,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 126,
                                            "column": 50
                                          }
                                        },
                                        "name": "offsetX"
                                      },
                                      "computed": false
                                    }
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4112,
                      "end": 4134,
                      "loc": {
                        "start": {
                          "line": 130,
                          "column": 8
                        },
                        "end": {
                          "line": 130,
                          "column": 30
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4112,
                        "end": 4133,
                        "loc": {
                          "start": {
                            "line": 130,
                            "column": 8
                          },
                          "end": {
                            "line": 130,
                            "column": 29
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4112,
                          "end": 4124,
                          "loc": {
                            "start": {
                              "line": 130,
                              "column": 8
                            },
                            "end": {
                              "line": 130,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4112,
                            "end": 4117,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 8
                              },
                              "end": {
                                "line": 130,
                                "column": 13
                              }
                            },
                            "name": "state"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4118,
                            "end": 4124,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 14
                              },
                              "end": {
                                "line": 130,
                                "column": 20
                              }
                            },
                            "name": "button"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 4127,
                          "end": 4133,
                          "loc": {
                            "start": {
                              "line": 130,
                              "column": 23
                            },
                            "end": {
                              "line": 130,
                              "column": 29
                            }
                          },
                          "name": "button"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4143,
                      "end": 4163,
                      "loc": {
                        "start": {
                          "line": 131,
                          "column": 8
                        },
                        "end": {
                          "line": 131,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4143,
                        "end": 4162,
                        "loc": {
                          "start": {
                            "line": 131,
                            "column": 8
                          },
                          "end": {
                            "line": 131,
                            "column": 27
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4143,
                          "end": 4154,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 8
                            },
                            "end": {
                              "line": 131,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4143,
                            "end": 4148,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 8
                              },
                              "end": {
                                "line": 131,
                                "column": 13
                              }
                            },
                            "name": "state"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4149,
                            "end": 4154,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 14
                              },
                              "end": {
                                "line": 131,
                                "column": 19
                              }
                            },
                            "name": "which"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 4157,
                          "end": 4162,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 22
                            },
                            "end": {
                              "line": 131,
                              "column": 27
                            }
                          },
                          "name": "which"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4172,
                      "end": 4192,
                      "loc": {
                        "start": {
                          "line": 132,
                          "column": 8
                        },
                        "end": {
                          "line": 132,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4172,
                        "end": 4191,
                        "loc": {
                          "start": {
                            "line": 132,
                            "column": 8
                          },
                          "end": {
                            "line": 132,
                            "column": 27
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4172,
                          "end": 4183,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 8
                            },
                            "end": {
                              "line": 132,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4172,
                            "end": 4177,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 8
                              },
                              "end": {
                                "line": 132,
                                "column": 13
                              }
                            },
                            "name": "state"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4178,
                            "end": 4183,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 14
                              },
                              "end": {
                                "line": 132,
                                "column": 19
                              }
                            },
                            "name": "event"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 4186,
                          "end": 4191,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 22
                            },
                            "end": {
                              "line": 132,
                              "column": 27
                            }
                          },
                          "name": "event"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4201,
                      "end": 4226,
                      "loc": {
                        "start": {
                          "line": 133,
                          "column": 8
                        },
                        "end": {
                          "line": 133,
                          "column": 33
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4201,
                        "end": 4225,
                        "loc": {
                          "start": {
                            "line": 133,
                            "column": 8
                          },
                          "end": {
                            "line": 133,
                            "column": 32
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4201,
                          "end": 4218,
                          "loc": {
                            "start": {
                              "line": 133,
                              "column": 8
                            },
                            "end": {
                              "line": 133,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4201,
                            "end": 4213,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 8
                              },
                              "end": {
                                "line": 133,
                                "column": 20
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 4201,
                              "end": 4205,
                              "loc": {
                                "start": {
                                  "line": 133,
                                  "column": 8
                                },
                                "end": {
                                  "line": 133,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4206,
                              "end": 4213,
                              "loc": {
                                "start": {
                                  "line": 133,
                                  "column": 13
                                },
                                "end": {
                                  "line": 133,
                                  "column": 20
                                }
                              },
                              "name": "changes"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4214,
                            "end": 4218,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 21
                              },
                              "end": {
                                "line": 133,
                                "column": 25
                              }
                            },
                            "name": "push"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 4219,
                            "end": 4224,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 26
                              },
                              "end": {
                                "line": 133,
                                "column": 31
                              }
                            },
                            "name": "state"
                          }
                        ]
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 4236,
                      "end": 5284,
                      "loc": {
                        "start": {
                          "line": 135,
                          "column": 8
                        },
                        "end": {
                          "line": 153,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 4240,
                        "end": 4260,
                        "loc": {
                          "start": {
                            "line": 135,
                            "column": 12
                          },
                          "end": {
                            "line": 135,
                            "column": 32
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 4240,
                          "end": 4244,
                          "loc": {
                            "start": {
                              "line": 135,
                              "column": 12
                            },
                            "end": {
                              "line": 135,
                              "column": 16
                            }
                          },
                          "name": "type"
                        },
                        "operator": "===",
                        "right": {
                          "type": "Literal",
                          "start": 4249,
                          "end": 4260,
                          "loc": {
                            "start": {
                              "line": 135,
                              "column": 21
                            },
                            "end": {
                              "line": 135,
                              "column": 32
                            }
                          },
                          "value": "mousedown",
                          "rawValue": "mousedown",
                          "raw": "'mousedown'"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 4262,
                        "end": 4517,
                        "loc": {
                          "start": {
                            "line": 135,
                            "column": 34
                          },
                          "end": {
                            "line": 140,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 4276,
                            "end": 4299,
                            "loc": {
                              "start": {
                                "line": 136,
                                "column": 12
                              },
                              "end": {
                                "line": 136,
                                "column": 35
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 4276,
                              "end": 4298,
                              "loc": {
                                "start": {
                                  "line": 136,
                                  "column": 12
                                },
                                "end": {
                                  "line": 136,
                                  "column": 34
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 4276,
                                "end": 4291,
                                "loc": {
                                  "start": {
                                    "line": 136,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 136,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 4276,
                                  "end": 4286,
                                  "loc": {
                                    "start": {
                                      "line": 136,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 136,
                                      "column": 22
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 4276,
                                    "end": 4280,
                                    "loc": {
                                      "start": {
                                        "line": 136,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 136,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4281,
                                    "end": 4286,
                                    "loc": {
                                      "start": {
                                        "line": 136,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 136,
                                        "column": 22
                                      }
                                    },
                                    "name": "mouse"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4287,
                                  "end": 4291,
                                  "loc": {
                                    "start": {
                                      "line": 136,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 136,
                                      "column": 27
                                    }
                                  },
                                  "name": "down"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "Literal",
                                "start": 4294,
                                "end": 4298,
                                "loc": {
                                  "start": {
                                    "line": 136,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 136,
                                    "column": 34
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 4312,
                            "end": 4339,
                            "loc": {
                              "start": {
                                "line": 137,
                                "column": 12
                              },
                              "end": {
                                "line": 137,
                                "column": 39
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 4312,
                              "end": 4338,
                              "loc": {
                                "start": {
                                  "line": 137,
                                  "column": 12
                                },
                                "end": {
                                  "line": 137,
                                  "column": 38
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 4312,
                                "end": 4329,
                                "loc": {
                                  "start": {
                                    "line": 137,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 137,
                                    "column": 29
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 4312,
                                  "end": 4322,
                                  "loc": {
                                    "start": {
                                      "line": 137,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 137,
                                      "column": 22
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 4312,
                                    "end": 4316,
                                    "loc": {
                                      "start": {
                                        "line": 137,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 137,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4317,
                                    "end": 4322,
                                    "loc": {
                                      "start": {
                                        "line": 137,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 137,
                                        "column": 22
                                      }
                                    },
                                    "name": "mouse"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4323,
                                  "end": 4329,
                                  "loc": {
                                    "start": {
                                      "line": 137,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 137,
                                      "column": 29
                                    }
                                  },
                                  "name": "button"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 4332,
                                "end": 4338,
                                "loc": {
                                  "start": {
                                    "line": 137,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 137,
                                    "column": 38
                                  }
                                },
                                "name": "button"
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 4352,
                            "end": 4422,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 12
                              },
                              "end": {
                                "line": 138,
                                "column": 82
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 4352,
                              "end": 4421,
                              "loc": {
                                "start": {
                                  "line": 138,
                                  "column": 12
                                },
                                "end": {
                                  "line": 138,
                                  "column": 81
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 4352,
                                "end": 4377,
                                "loc": {
                                  "start": {
                                    "line": 138,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 138,
                                    "column": 37
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4352,
                                  "end": 4360,
                                  "loc": {
                                    "start": {
                                      "line": 138,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 138,
                                      "column": 20
                                    }
                                  },
                                  "name": "document"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4361,
                                  "end": 4377,
                                  "loc": {
                                    "start": {
                                      "line": 138,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 138,
                                      "column": 37
                                    }
                                  },
                                  "name": "addEventListener"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Literal",
                                  "start": 4378,
                                  "end": 4387,
                                  "loc": {
                                    "start": {
                                      "line": 138,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 138,
                                      "column": 47
                                    }
                                  },
                                  "value": "mouseup",
                                  "rawValue": "mouseup",
                                  "raw": "'mouseup'"
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 4389,
                                  "end": 4413,
                                  "loc": {
                                    "start": {
                                      "line": 138,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 138,
                                      "column": 73
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 4389,
                                    "end": 4393,
                                    "loc": {
                                      "start": {
                                        "line": 138,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 138,
                                        "column": 53
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4394,
                                    "end": 4413,
                                    "loc": {
                                      "start": {
                                        "line": 138,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 138,
                                        "column": 73
                                      }
                                    },
                                    "name": "eventHandlerDefault"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "Literal",
                                  "start": 4415,
                                  "end": 4420,
                                  "loc": {
                                    "start": {
                                      "line": 138,
                                      "column": 75
                                    },
                                    "end": {
                                      "line": 138,
                                      "column": 80
                                    }
                                  },
                                  "value": false,
                                  "rawValue": false,
                                  "raw": "false"
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 4435,
                            "end": 4507,
                            "loc": {
                              "start": {
                                "line": 139,
                                "column": 12
                              },
                              "end": {
                                "line": 139,
                                "column": 84
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 4435,
                              "end": 4506,
                              "loc": {
                                "start": {
                                  "line": 139,
                                  "column": 12
                                },
                                "end": {
                                  "line": 139,
                                  "column": 83
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 4435,
                                "end": 4460,
                                "loc": {
                                  "start": {
                                    "line": 139,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 139,
                                    "column": 37
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4435,
                                  "end": 4443,
                                  "loc": {
                                    "start": {
                                      "line": 139,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 139,
                                      "column": 20
                                    }
                                  },
                                  "name": "document"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4444,
                                  "end": 4460,
                                  "loc": {
                                    "start": {
                                      "line": 139,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 139,
                                      "column": 37
                                    }
                                  },
                                  "name": "addEventListener"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Literal",
                                  "start": 4461,
                                  "end": 4472,
                                  "loc": {
                                    "start": {
                                      "line": 139,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 139,
                                      "column": 49
                                    }
                                  },
                                  "value": "mousemove",
                                  "rawValue": "mousemove",
                                  "raw": "'mousemove'"
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 4474,
                                  "end": 4498,
                                  "loc": {
                                    "start": {
                                      "line": 139,
                                      "column": 51
                                    },
                                    "end": {
                                      "line": 139,
                                      "column": 75
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 4474,
                                    "end": 4478,
                                    "loc": {
                                      "start": {
                                        "line": 139,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 139,
                                        "column": 55
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4479,
                                    "end": 4498,
                                    "loc": {
                                      "start": {
                                        "line": 139,
                                        "column": 56
                                      },
                                      "end": {
                                        "line": 139,
                                        "column": 75
                                      }
                                    },
                                    "name": "eventHandlerDefault"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "Literal",
                                  "start": 4500,
                                  "end": 4505,
                                  "loc": {
                                    "start": {
                                      "line": 139,
                                      "column": 77
                                    },
                                    "end": {
                                      "line": 139,
                                      "column": 82
                                    }
                                  },
                                  "value": false,
                                  "rawValue": false,
                                  "raw": "false"
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": {
                        "type": "IfStatement",
                        "start": 4523,
                        "end": 5284,
                        "loc": {
                          "start": {
                            "line": 140,
                            "column": 15
                          },
                          "end": {
                            "line": 153,
                            "column": 9
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 4527,
                          "end": 4545,
                          "loc": {
                            "start": {
                              "line": 140,
                              "column": 19
                            },
                            "end": {
                              "line": 140,
                              "column": 37
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 4527,
                            "end": 4531,
                            "loc": {
                              "start": {
                                "line": 140,
                                "column": 19
                              },
                              "end": {
                                "line": 140,
                                "column": 23
                              }
                            },
                            "name": "type"
                          },
                          "operator": "===",
                          "right": {
                            "type": "Literal",
                            "start": 4536,
                            "end": 4545,
                            "loc": {
                              "start": {
                                "line": 140,
                                "column": 28
                              },
                              "end": {
                                "line": 140,
                                "column": 37
                              }
                            },
                            "value": "mouseup",
                            "rawValue": "mouseup",
                            "raw": "'mouseup'"
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 4547,
                          "end": 4795,
                          "loc": {
                            "start": {
                              "line": 140,
                              "column": 39
                            },
                            "end": {
                              "line": 145,
                              "column": 9
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 4561,
                              "end": 4585,
                              "loc": {
                                "start": {
                                  "line": 141,
                                  "column": 12
                                },
                                "end": {
                                  "line": 141,
                                  "column": 36
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 4561,
                                "end": 4584,
                                "loc": {
                                  "start": {
                                    "line": 141,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 141,
                                    "column": 35
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 4561,
                                  "end": 4576,
                                  "loc": {
                                    "start": {
                                      "line": 141,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 141,
                                      "column": 27
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 4561,
                                    "end": 4571,
                                    "loc": {
                                      "start": {
                                        "line": 141,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 141,
                                        "column": 22
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 4561,
                                      "end": 4565,
                                      "loc": {
                                        "start": {
                                          "line": 141,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 141,
                                          "column": 16
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4566,
                                      "end": 4571,
                                      "loc": {
                                        "start": {
                                          "line": 141,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 141,
                                          "column": 22
                                        }
                                      },
                                      "name": "mouse"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4572,
                                    "end": 4576,
                                    "loc": {
                                      "start": {
                                        "line": 141,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 141,
                                        "column": 27
                                      }
                                    },
                                    "name": "down"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "Literal",
                                  "start": 4579,
                                  "end": 4584,
                                  "loc": {
                                    "start": {
                                      "line": 141,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 141,
                                      "column": 35
                                    }
                                  },
                                  "value": false,
                                  "rawValue": false,
                                  "raw": "false"
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 4598,
                              "end": 4625,
                              "loc": {
                                "start": {
                                  "line": 142,
                                  "column": 12
                                },
                                "end": {
                                  "line": 142,
                                  "column": 39
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 4598,
                                "end": 4624,
                                "loc": {
                                  "start": {
                                    "line": 142,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 142,
                                    "column": 38
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 4598,
                                  "end": 4615,
                                  "loc": {
                                    "start": {
                                      "line": 142,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 142,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 4598,
                                    "end": 4608,
                                    "loc": {
                                      "start": {
                                        "line": 142,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 142,
                                        "column": 22
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 4598,
                                      "end": 4602,
                                      "loc": {
                                        "start": {
                                          "line": 142,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 142,
                                          "column": 16
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4603,
                                      "end": 4608,
                                      "loc": {
                                        "start": {
                                          "line": 142,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 142,
                                          "column": 22
                                        }
                                      },
                                      "name": "mouse"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4609,
                                    "end": 4615,
                                    "loc": {
                                      "start": {
                                        "line": 142,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 142,
                                        "column": 29
                                      }
                                    },
                                    "name": "button"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "Identifier",
                                  "start": 4618,
                                  "end": 4624,
                                  "loc": {
                                    "start": {
                                      "line": 142,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 142,
                                      "column": 38
                                    }
                                  },
                                  "name": "button"
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 4638,
                              "end": 4704,
                              "loc": {
                                "start": {
                                  "line": 143,
                                  "column": 12
                                },
                                "end": {
                                  "line": 143,
                                  "column": 78
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 4638,
                                "end": 4703,
                                "loc": {
                                  "start": {
                                    "line": 143,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 143,
                                    "column": 77
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 4638,
                                  "end": 4666,
                                  "loc": {
                                    "start": {
                                      "line": 143,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 143,
                                      "column": 40
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 4638,
                                    "end": 4646,
                                    "loc": {
                                      "start": {
                                        "line": 143,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 143,
                                        "column": 20
                                      }
                                    },
                                    "name": "document"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4647,
                                    "end": 4666,
                                    "loc": {
                                      "start": {
                                        "line": 143,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 143,
                                        "column": 40
                                      }
                                    },
                                    "name": "removeEventListener"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "start": 4667,
                                    "end": 4676,
                                    "loc": {
                                      "start": {
                                        "line": 143,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 143,
                                        "column": 50
                                      }
                                    },
                                    "value": "mouseup",
                                    "rawValue": "mouseup",
                                    "raw": "'mouseup'"
                                  },
                                  {
                                    "type": "MemberExpression",
                                    "start": 4678,
                                    "end": 4702,
                                    "loc": {
                                      "start": {
                                        "line": 143,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 143,
                                        "column": 76
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 4678,
                                      "end": 4682,
                                      "loc": {
                                        "start": {
                                          "line": 143,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 143,
                                          "column": 56
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4683,
                                      "end": 4702,
                                      "loc": {
                                        "start": {
                                          "line": 143,
                                          "column": 57
                                        },
                                        "end": {
                                          "line": 143,
                                          "column": 76
                                        }
                                      },
                                      "name": "eventHandlerDefault"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 4717,
                              "end": 4785,
                              "loc": {
                                "start": {
                                  "line": 144,
                                  "column": 12
                                },
                                "end": {
                                  "line": 144,
                                  "column": 80
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 4717,
                                "end": 4784,
                                "loc": {
                                  "start": {
                                    "line": 144,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 144,
                                    "column": 79
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 4717,
                                  "end": 4745,
                                  "loc": {
                                    "start": {
                                      "line": 144,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 144,
                                      "column": 40
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 4717,
                                    "end": 4725,
                                    "loc": {
                                      "start": {
                                        "line": 144,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 144,
                                        "column": 20
                                      }
                                    },
                                    "name": "document"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4726,
                                    "end": 4745,
                                    "loc": {
                                      "start": {
                                        "line": 144,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 144,
                                        "column": 40
                                      }
                                    },
                                    "name": "removeEventListener"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "start": 4746,
                                    "end": 4757,
                                    "loc": {
                                      "start": {
                                        "line": 144,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 144,
                                        "column": 52
                                      }
                                    },
                                    "value": "mousemove",
                                    "rawValue": "mousemove",
                                    "raw": "'mousemove'"
                                  },
                                  {
                                    "type": "MemberExpression",
                                    "start": 4759,
                                    "end": 4783,
                                    "loc": {
                                      "start": {
                                        "line": 144,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 144,
                                        "column": 78
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 4759,
                                      "end": 4763,
                                      "loc": {
                                        "start": {
                                          "line": 144,
                                          "column": 54
                                        },
                                        "end": {
                                          "line": 144,
                                          "column": 58
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4764,
                                      "end": 4783,
                                      "loc": {
                                        "start": {
                                          "line": 144,
                                          "column": 59
                                        },
                                        "end": {
                                          "line": 144,
                                          "column": 78
                                        }
                                      },
                                      "name": "eventHandlerDefault"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            }
                          ]
                        },
                        "alternate": {
                          "type": "IfStatement",
                          "start": 4801,
                          "end": 5284,
                          "loc": {
                            "start": {
                              "line": 145,
                              "column": 15
                            },
                            "end": {
                              "line": 153,
                              "column": 9
                            }
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 4805,
                            "end": 4826,
                            "loc": {
                              "start": {
                                "line": 145,
                                "column": 19
                              },
                              "end": {
                                "line": 145,
                                "column": 40
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 4805,
                              "end": 4809,
                              "loc": {
                                "start": {
                                  "line": 145,
                                  "column": 19
                                },
                                "end": {
                                  "line": 145,
                                  "column": 23
                                }
                              },
                              "name": "type"
                            },
                            "operator": "===",
                            "right": {
                              "type": "Literal",
                              "start": 4814,
                              "end": 4826,
                              "loc": {
                                "start": {
                                  "line": 145,
                                  "column": 28
                                },
                                "end": {
                                  "line": 145,
                                  "column": 40
                                }
                              },
                              "value": "touchstart",
                              "rawValue": "touchstart",
                              "raw": "'touchstart'"
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 4828,
                            "end": 5044,
                            "loc": {
                              "start": {
                                "line": 145,
                                "column": 42
                              },
                              "end": {
                                "line": 149,
                                "column": 9
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 4842,
                                "end": 4865,
                                "loc": {
                                  "start": {
                                    "line": 146,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 146,
                                    "column": 35
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 4842,
                                  "end": 4864,
                                  "loc": {
                                    "start": {
                                      "line": 146,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 146,
                                      "column": 34
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 4842,
                                    "end": 4857,
                                    "loc": {
                                      "start": {
                                        "line": 146,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 146,
                                        "column": 27
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 4842,
                                      "end": 4852,
                                      "loc": {
                                        "start": {
                                          "line": 146,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 146,
                                          "column": 22
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 4842,
                                        "end": 4846,
                                        "loc": {
                                          "start": {
                                            "line": 146,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 146,
                                            "column": 16
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4847,
                                        "end": 4852,
                                        "loc": {
                                          "start": {
                                            "line": 146,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 146,
                                            "column": 22
                                          }
                                        },
                                        "name": "touch"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4853,
                                      "end": 4857,
                                      "loc": {
                                        "start": {
                                          "line": 146,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 146,
                                          "column": 27
                                        }
                                      },
                                      "name": "down"
                                    },
                                    "computed": false
                                  },
                                  "right": {
                                    "type": "Literal",
                                    "start": 4860,
                                    "end": 4864,
                                    "loc": {
                                      "start": {
                                        "line": 146,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 146,
                                        "column": 34
                                      }
                                    },
                                    "value": true,
                                    "rawValue": true,
                                    "raw": "true"
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 4878,
                                "end": 4949,
                                "loc": {
                                  "start": {
                                    "line": 147,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 147,
                                    "column": 83
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 4878,
                                  "end": 4948,
                                  "loc": {
                                    "start": {
                                      "line": 147,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 147,
                                      "column": 82
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 4878,
                                    "end": 4903,
                                    "loc": {
                                      "start": {
                                        "line": 147,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 147,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4878,
                                      "end": 4886,
                                      "loc": {
                                        "start": {
                                          "line": 147,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 147,
                                          "column": 20
                                        }
                                      },
                                      "name": "document"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4887,
                                      "end": 4903,
                                      "loc": {
                                        "start": {
                                          "line": 147,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 147,
                                          "column": 37
                                        }
                                      },
                                      "name": "addEventListener"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Literal",
                                      "start": 4904,
                                      "end": 4914,
                                      "loc": {
                                        "start": {
                                          "line": 147,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 147,
                                          "column": 48
                                        }
                                      },
                                      "value": "touchend",
                                      "rawValue": "touchend",
                                      "raw": "'touchend'"
                                    },
                                    {
                                      "type": "MemberExpression",
                                      "start": 4916,
                                      "end": 4940,
                                      "loc": {
                                        "start": {
                                          "line": 147,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 147,
                                          "column": 74
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 4916,
                                        "end": 4920,
                                        "loc": {
                                          "start": {
                                            "line": 147,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 147,
                                            "column": 54
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4921,
                                        "end": 4940,
                                        "loc": {
                                          "start": {
                                            "line": 147,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 147,
                                            "column": 74
                                          }
                                        },
                                        "name": "eventHandlerDefault"
                                      },
                                      "computed": false
                                    },
                                    {
                                      "type": "Literal",
                                      "start": 4942,
                                      "end": 4947,
                                      "loc": {
                                        "start": {
                                          "line": 147,
                                          "column": 76
                                        },
                                        "end": {
                                          "line": 147,
                                          "column": 81
                                        }
                                      },
                                      "value": false,
                                      "rawValue": false,
                                      "raw": "false"
                                    }
                                  ]
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 4962,
                                "end": 5034,
                                "loc": {
                                  "start": {
                                    "line": 148,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 148,
                                    "column": 84
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 4962,
                                  "end": 5033,
                                  "loc": {
                                    "start": {
                                      "line": 148,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 148,
                                      "column": 83
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 4962,
                                    "end": 4987,
                                    "loc": {
                                      "start": {
                                        "line": 148,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 148,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4962,
                                      "end": 4970,
                                      "loc": {
                                        "start": {
                                          "line": 148,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 148,
                                          "column": 20
                                        }
                                      },
                                      "name": "document"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4971,
                                      "end": 4987,
                                      "loc": {
                                        "start": {
                                          "line": 148,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 148,
                                          "column": 37
                                        }
                                      },
                                      "name": "addEventListener"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Literal",
                                      "start": 4988,
                                      "end": 4999,
                                      "loc": {
                                        "start": {
                                          "line": 148,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 148,
                                          "column": 49
                                        }
                                      },
                                      "value": "touchmove",
                                      "rawValue": "touchmove",
                                      "raw": "'touchmove'"
                                    },
                                    {
                                      "type": "MemberExpression",
                                      "start": 5001,
                                      "end": 5025,
                                      "loc": {
                                        "start": {
                                          "line": 148,
                                          "column": 51
                                        },
                                        "end": {
                                          "line": 148,
                                          "column": 75
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 5001,
                                        "end": 5005,
                                        "loc": {
                                          "start": {
                                            "line": 148,
                                            "column": 51
                                          },
                                          "end": {
                                            "line": 148,
                                            "column": 55
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5006,
                                        "end": 5025,
                                        "loc": {
                                          "start": {
                                            "line": 148,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 148,
                                            "column": 75
                                          }
                                        },
                                        "name": "eventHandlerDefault"
                                      },
                                      "computed": false
                                    },
                                    {
                                      "type": "Literal",
                                      "start": 5027,
                                      "end": 5032,
                                      "loc": {
                                        "start": {
                                          "line": 148,
                                          "column": 77
                                        },
                                        "end": {
                                          "line": 148,
                                          "column": 82
                                        }
                                      },
                                      "value": false,
                                      "rawValue": false,
                                      "raw": "false"
                                    }
                                  ]
                                }
                              }
                            ]
                          },
                          "alternate": {
                            "type": "IfStatement",
                            "start": 5050,
                            "end": 5284,
                            "loc": {
                              "start": {
                                "line": 149,
                                "column": 15
                              },
                              "end": {
                                "line": 153,
                                "column": 9
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 5054,
                              "end": 5073,
                              "loc": {
                                "start": {
                                  "line": 149,
                                  "column": 19
                                },
                                "end": {
                                  "line": 149,
                                  "column": 38
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 5054,
                                "end": 5058,
                                "loc": {
                                  "start": {
                                    "line": 149,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 149,
                                    "column": 23
                                  }
                                },
                                "name": "type"
                              },
                              "operator": "===",
                              "right": {
                                "type": "Literal",
                                "start": 5063,
                                "end": 5073,
                                "loc": {
                                  "start": {
                                    "line": 149,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 149,
                                    "column": 38
                                  }
                                },
                                "value": "touchend",
                                "rawValue": "touchend",
                                "raw": "'touchend'"
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 5075,
                              "end": 5284,
                              "loc": {
                                "start": {
                                  "line": 149,
                                  "column": 40
                                },
                                "end": {
                                  "line": 153,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5089,
                                  "end": 5113,
                                  "loc": {
                                    "start": {
                                      "line": 150,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 150,
                                      "column": 36
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 5089,
                                    "end": 5112,
                                    "loc": {
                                      "start": {
                                        "line": 150,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 150,
                                        "column": 35
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 5089,
                                      "end": 5104,
                                      "loc": {
                                        "start": {
                                          "line": 150,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 150,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5089,
                                        "end": 5099,
                                        "loc": {
                                          "start": {
                                            "line": 150,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 150,
                                            "column": 22
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 5089,
                                          "end": 5093,
                                          "loc": {
                                            "start": {
                                              "line": 150,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 150,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5094,
                                          "end": 5099,
                                          "loc": {
                                            "start": {
                                              "line": 150,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 150,
                                              "column": 22
                                            }
                                          },
                                          "name": "touch"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5100,
                                        "end": 5104,
                                        "loc": {
                                          "start": {
                                            "line": 150,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 150,
                                            "column": 27
                                          }
                                        },
                                        "name": "down"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "start": 5107,
                                      "end": 5112,
                                      "loc": {
                                        "start": {
                                          "line": 150,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 150,
                                          "column": 35
                                        }
                                      },
                                      "value": false,
                                      "rawValue": false,
                                      "raw": "false"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5126,
                                  "end": 5193,
                                  "loc": {
                                    "start": {
                                      "line": 151,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 151,
                                      "column": 79
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 5126,
                                    "end": 5192,
                                    "loc": {
                                      "start": {
                                        "line": 151,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 151,
                                        "column": 78
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5126,
                                      "end": 5154,
                                      "loc": {
                                        "start": {
                                          "line": 151,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 151,
                                          "column": 40
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 5126,
                                        "end": 5134,
                                        "loc": {
                                          "start": {
                                            "line": 151,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 151,
                                            "column": 20
                                          }
                                        },
                                        "name": "document"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5135,
                                        "end": 5154,
                                        "loc": {
                                          "start": {
                                            "line": 151,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 151,
                                            "column": 40
                                          }
                                        },
                                        "name": "removeEventListener"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "start": 5155,
                                        "end": 5165,
                                        "loc": {
                                          "start": {
                                            "line": 151,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 151,
                                            "column": 51
                                          }
                                        },
                                        "value": "touchend",
                                        "rawValue": "touchend",
                                        "raw": "'touchend'"
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "start": 5167,
                                        "end": 5191,
                                        "loc": {
                                          "start": {
                                            "line": 151,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 151,
                                            "column": 77
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 5167,
                                          "end": 5171,
                                          "loc": {
                                            "start": {
                                              "line": 151,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 151,
                                              "column": 57
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5172,
                                          "end": 5191,
                                          "loc": {
                                            "start": {
                                              "line": 151,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 151,
                                              "column": 77
                                            }
                                          },
                                          "name": "eventHandlerDefault"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5206,
                                  "end": 5274,
                                  "loc": {
                                    "start": {
                                      "line": 152,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 152,
                                      "column": 80
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 5206,
                                    "end": 5273,
                                    "loc": {
                                      "start": {
                                        "line": 152,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 152,
                                        "column": 79
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5206,
                                      "end": 5234,
                                      "loc": {
                                        "start": {
                                          "line": 152,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 152,
                                          "column": 40
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 5206,
                                        "end": 5214,
                                        "loc": {
                                          "start": {
                                            "line": 152,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 152,
                                            "column": 20
                                          }
                                        },
                                        "name": "document"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5215,
                                        "end": 5234,
                                        "loc": {
                                          "start": {
                                            "line": 152,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 152,
                                            "column": 40
                                          }
                                        },
                                        "name": "removeEventListener"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "start": 5235,
                                        "end": 5246,
                                        "loc": {
                                          "start": {
                                            "line": 152,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 152,
                                            "column": 52
                                          }
                                        },
                                        "value": "touchmove",
                                        "rawValue": "touchmove",
                                        "raw": "'touchmove'"
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "start": 5248,
                                        "end": 5272,
                                        "loc": {
                                          "start": {
                                            "line": 152,
                                            "column": 54
                                          },
                                          "end": {
                                            "line": 152,
                                            "column": 78
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 5248,
                                          "end": 5252,
                                          "loc": {
                                            "start": {
                                              "line": 152,
                                              "column": 54
                                            },
                                            "end": {
                                              "line": 152,
                                              "column": 58
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5253,
                                          "end": 5272,
                                          "loc": {
                                            "start": {
                                              "line": 152,
                                              "column": 59
                                            },
                                            "end": {
                                              "line": 152,
                                              "column": 78
                                            }
                                          },
                                          "name": "eventHandlerDefault"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          }
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5294,
                      "end": 5326,
                      "loc": {
                        "start": {
                          "line": 155,
                          "column": 8
                        },
                        "end": {
                          "line": 155,
                          "column": 40
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5294,
                        "end": 5325,
                        "loc": {
                          "start": {
                            "line": 155,
                            "column": 8
                          },
                          "end": {
                            "line": 155,
                            "column": 39
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5294,
                          "end": 5317,
                          "loc": {
                            "start": {
                              "line": 155,
                              "column": 8
                            },
                            "end": {
                              "line": 155,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 5294,
                            "end": 5305,
                            "loc": {
                              "start": {
                                "line": 155,
                                "column": 8
                              },
                              "end": {
                                "line": 155,
                                "column": 19
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 5294,
                              "end": 5298,
                              "loc": {
                                "start": {
                                  "line": 155,
                                  "column": 8
                                },
                                "end": {
                                  "line": 155,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5299,
                              "end": 5305,
                              "loc": {
                                "start": {
                                  "line": 155,
                                  "column": 13
                                },
                                "end": {
                                  "line": 155,
                                  "column": 19
                                }
                              },
                              "name": "recent"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "MemberExpression",
                            "start": 5306,
                            "end": 5316,
                            "loc": {
                              "start": {
                                "line": 155,
                                "column": 20
                              },
                              "end": {
                                "line": 155,
                                "column": 30
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 5306,
                              "end": 5311,
                              "loc": {
                                "start": {
                                  "line": 155,
                                  "column": 20
                                },
                                "end": {
                                  "line": 155,
                                  "column": 25
                                }
                              },
                              "name": "state"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5312,
                              "end": 5316,
                              "loc": {
                                "start": {
                                  "line": 155,
                                  "column": 26
                                },
                                "end": {
                                  "line": 155,
                                  "column": 30
                                }
                              },
                              "name": "type"
                            },
                            "computed": false
                          },
                          "computed": true
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 5320,
                          "end": 5325,
                          "loc": {
                            "start": {
                              "line": 155,
                              "column": 34
                            },
                            "end": {
                              "line": 155,
                              "column": 39
                            }
                          },
                          "name": "state"
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 5336,
                      "end": 5382,
                      "loc": {
                        "start": {
                          "line": 157,
                          "column": 8
                        },
                        "end": {
                          "line": 158,
                          "column": 26
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 5340,
                        "end": 5354,
                        "loc": {
                          "start": {
                            "line": 157,
                            "column": 12
                          },
                          "end": {
                            "line": 157,
                            "column": 26
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 5341,
                          "end": 5354,
                          "loc": {
                            "start": {
                              "line": 157,
                              "column": 13
                            },
                            "end": {
                              "line": 157,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5341,
                            "end": 5345,
                            "loc": {
                              "start": {
                                "line": 157,
                                "column": 13
                              },
                              "end": {
                                "line": 157,
                                "column": 17
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5346,
                            "end": 5354,
                            "loc": {
                              "start": {
                                "line": 157,
                                "column": 18
                              },
                              "end": {
                                "line": 157,
                                "column": 26
                              }
                            },
                            "name": "debounce"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 5368,
                        "end": 5382,
                        "loc": {
                          "start": {
                            "line": 158,
                            "column": 12
                          },
                          "end": {
                            "line": 158,
                            "column": 26
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 5368,
                          "end": 5381,
                          "loc": {
                            "start": {
                              "line": 158,
                              "column": 12
                            },
                            "end": {
                              "line": 158,
                              "column": 25
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 5368,
                            "end": 5379,
                            "loc": {
                              "start": {
                                "line": 158,
                                "column": 12
                              },
                              "end": {
                                "line": 158,
                                "column": 23
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 5368,
                              "end": 5372,
                              "loc": {
                                "start": {
                                  "line": 158,
                                  "column": 12
                                },
                                "end": {
                                  "line": 158,
                                  "column": 16
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5373,
                              "end": 5379,
                              "loc": {
                                "start": {
                                  "line": 158,
                                  "column": 17
                                },
                                "end": {
                                  "line": 158,
                                  "column": 23
                                }
                              },
                              "name": "update"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      },
                      "alternate": null
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}