{
  "type": "Program",
  "start": 0,
  "end": 4915,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 149,
      "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": 4914,
      "loc": {
        "start": {
          "line": 19,
          "column": 0
        },
        "end": {
          "line": 148,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 542,
        "end": 4914,
        "loc": {
          "start": {
            "line": 19,
            "column": 15
          },
          "end": {
            "line": 148,
            "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": 4914,
          "loc": {
            "start": {
              "line": 19,
              "column": 25
            },
            "end": {
              "line": 148,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 558,
              "end": 1725,
              "loc": {
                "start": {
                  "line": 20,
                  "column": 4
                },
                "end": {
                  "line": 56,
                  "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": 1725,
                "loc": {
                  "start": {
                    "line": 20,
                    "column": 15
                  },
                  "end": {
                    "line": 56,
                    "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": 1725,
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 67
                    },
                    "end": {
                      "line": 56,
                      "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": []
                        }
                      },
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Mix in event generic handler",
                          "start": 787,
                          "end": 818,
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 8
                            },
                            "end": {
                              "line": 27,
                              "column": 39
                            }
                          },
                          "range": [
                            787,
                            818
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 827,
                      "end": 856,
                      "loc": {
                        "start": {
                          "line": 28,
                          "column": 8
                        },
                        "end": {
                          "line": 28,
                          "column": 37
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 827,
                        "end": 855,
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 8
                          },
                          "end": {
                            "line": 28,
                            "column": 36
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 827,
                          "end": 839,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 8
                            },
                            "end": {
                              "line": 28,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 827,
                            "end": 833,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 8
                              },
                              "end": {
                                "line": 28,
                                "column": 14
                              }
                            },
                            "name": "Events",
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 834,
                            "end": 839,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 15
                              },
                              "end": {
                                "line": 28,
                                "column": 20
                              }
                            },
                            "name": "mixin"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "arguments": [
                          {
                            "type": "ThisExpression",
                            "start": 840,
                            "end": 844,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 21
                              },
                              "end": {
                                "line": 28,
                                "column": 25
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "start": 846,
                            "end": 854,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 27
                              },
                              "end": {
                                "line": 28,
                                "column": 35
                              }
                            },
                            "name": "handlers"
                          }
                        ],
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Mix in event generic handler",
                          "start": 787,
                          "end": 818,
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 8
                            },
                            "end": {
                              "line": 27,
                              "column": 39
                            }
                          },
                          "range": [
                            787,
                            818
                          ]
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Add internal dom event handlers",
                          "start": 866,
                          "end": 900,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 8
                            },
                            "end": {
                              "line": 30,
                              "column": 42
                            }
                          },
                          "range": [
                            866,
                            900
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 909,
                      "end": 957,
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 8
                        },
                        "end": {
                          "line": 31,
                          "column": 56
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 909,
                        "end": 956,
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 8
                          },
                          "end": {
                            "line": 31,
                            "column": 55
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 909,
                          "end": 926,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 8
                            },
                            "end": {
                              "line": 31,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 909,
                            "end": 913,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 8
                              },
                              "end": {
                                "line": 31,
                                "column": 12
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 914,
                            "end": 926,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 13
                              },
                              "end": {
                                "line": 31,
                                "column": 25
                              }
                            },
                            "name": "eventHandler"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 929,
                          "end": 956,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 28
                            },
                            "end": {
                              "line": 31,
                              "column": 55
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 929,
                            "end": 950,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 28
                              },
                              "end": {
                                "line": 31,
                                "column": 49
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 929,
                              "end": 945,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 28
                                },
                                "end": {
                                  "line": 31,
                                  "column": 44
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 929,
                                "end": 933,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 32
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 934,
                                "end": 945,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 44
                                  }
                                },
                                "name": "handleEvent"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 946,
                              "end": 950,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 45
                                },
                                "end": {
                                  "line": 31,
                                  "column": 49
                                }
                              },
                              "name": "bind"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ThisExpression",
                              "start": 951,
                              "end": 955,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 50
                                },
                                "end": {
                                  "line": 31,
                                  "column": 54
                                }
                              }
                            }
                          ]
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Add internal dom event handlers",
                          "start": 866,
                          "end": 900,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 8
                            },
                            "end": {
                              "line": 30,
                              "column": 42
                            }
                          },
                          "range": [
                            866,
                            900
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 966,
                      "end": 1028,
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 8
                        },
                        "end": {
                          "line": 32,
                          "column": 70
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 966,
                        "end": 1027,
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 8
                          },
                          "end": {
                            "line": 32,
                            "column": 69
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 966,
                          "end": 990,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 8
                            },
                            "end": {
                              "line": 32,
                              "column": 32
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 966,
                            "end": 970,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 8
                              },
                              "end": {
                                "line": 32,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 971,
                            "end": 990,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 13
                              },
                              "end": {
                                "line": 32,
                                "column": 32
                              }
                            },
                            "name": "eventHandlerDefault"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 993,
                          "end": 1027,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 35
                            },
                            "end": {
                              "line": 32,
                              "column": 69
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 993,
                            "end": 1021,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 35
                              },
                              "end": {
                                "line": 32,
                                "column": 63
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 993,
                              "end": 1016,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 35
                                },
                                "end": {
                                  "line": 32,
                                  "column": 58
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 993,
                                "end": 997,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 39
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 998,
                                "end": 1016,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 58
                                  }
                                },
                                "name": "handleEventDefault"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1017,
                              "end": 1021,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 59
                                },
                                "end": {
                                  "line": 32,
                                  "column": 63
                                }
                              },
                              "name": "bind"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ThisExpression",
                              "start": 1022,
                              "end": 1026,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 64
                                },
                                "end": {
                                  "line": 32,
                                  "column": 68
                                }
                              }
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 1037,
                      "end": 1253,
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 8
                        },
                        "end": {
                          "line": 39,
                          "column": 49
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1041,
                          "end": 1252,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 12
                            },
                            "end": {
                              "line": 39,
                              "column": 48
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1041,
                            "end": 1054,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 12
                              },
                              "end": {
                                "line": 33,
                                "column": 25
                              }
                            },
                            "name": "passiveStates"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 1057,
                            "end": 1252,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 28
                              },
                              "end": {
                                "line": 39,
                                "column": 48
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 1057,
                              "end": 1069,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 28
                                },
                                "end": {
                                  "line": 33,
                                  "column": 40
                                }
                              },
                              "name": "createStates"
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 1070,
                                "end": 1078,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 49
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1070,
                                  "end": 1074,
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 45
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1075,
                                  "end": 1078,
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 49
                                    }
                                  },
                                  "name": "dom"
                                },
                                "computed": false
                              },
                              {
                                "type": "ArrayExpression",
                                "start": 1080,
                                "end": 1213,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 51
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 9
                                  }
                                },
                                "elements": [
                                  {
                                    "type": "Literal",
                                    "start": 1094,
                                    "end": 1105,
                                    "loc": {
                                      "start": {
                                        "line": 34,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 34,
                                        "column": 23
                                      }
                                    },
                                    "value": "mousedown",
                                    "rawValue": "mousedown",
                                    "raw": "'mousedown'"
                                  },
                                  {
                                    "type": "Literal",
                                    "start": 1119,
                                    "end": 1128,
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 21
                                      }
                                    },
                                    "value": "mouseup",
                                    "rawValue": "mouseup",
                                    "raw": "'mouseup'"
                                  },
                                  {
                                    "type": "Literal",
                                    "start": 1142,
                                    "end": 1153,
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 23
                                      }
                                    },
                                    "value": "mousemove",
                                    "rawValue": "mousemove",
                                    "raw": "'mousemove'"
                                  },
                                  {
                                    "type": "Literal",
                                    "start": 1167,
                                    "end": 1177,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 22
                                      }
                                    },
                                    "value": "mouseout",
                                    "rawValue": "mouseout",
                                    "raw": "'mouseout'"
                                  },
                                  {
                                    "type": "Literal",
                                    "start": 1191,
                                    "end": 1203,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 24
                                      }
                                    },
                                    "value": "mousewheel",
                                    "rawValue": "mousewheel",
                                    "raw": "'mousewheel'"
                                  }
                                ]
                              },
                              {
                                "type": "MemberExpression",
                                "start": 1215,
                                "end": 1232,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1215,
                                  "end": 1219,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 15
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1220,
                                  "end": 1232,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 28
                                    }
                                  },
                                  "name": "eventHandler"
                                },
                                "computed": false
                              },
                              {
                                "type": "ObjectExpression",
                                "start": 1234,
                                "end": 1251,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 47
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "Property",
                                    "start": 1236,
                                    "end": 1249,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 45
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 1236,
                                      "end": 1243,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 39
                                        }
                                      },
                                      "name": "passive"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 1245,
                                      "end": 1249,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 45
                                        }
                                      },
                                      "value": true,
                                      "rawValue": true,
                                      "raw": "true"
                                    },
                                    "kind": "init"
                                  }
                                ]
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 1263,
                      "end": 1440,
                      "loc": {
                        "start": {
                          "line": 41,
                          "column": 8
                        },
                        "end": {
                          "line": 45,
                          "column": 57
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1267,
                          "end": 1439,
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 12
                            },
                            "end": {
                              "line": 45,
                              "column": 56
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1267,
                            "end": 1281,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 12
                              },
                              "end": {
                                "line": 41,
                                "column": 26
                              }
                            },
                            "name": "standardStates"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 1284,
                            "end": 1439,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 29
                              },
                              "end": {
                                "line": 45,
                                "column": 56
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 1284,
                              "end": 1296,
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 29
                                },
                                "end": {
                                  "line": 41,
                                  "column": 41
                                }
                              },
                              "name": "createStates"
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 1297,
                                "end": 1305,
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 50
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1297,
                                  "end": 1301,
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 46
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1302,
                                  "end": 1305,
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 50
                                    }
                                  },
                                  "name": "dom"
                                },
                                "computed": false
                              },
                              {
                                "type": "ArrayExpression",
                                "start": 1307,
                                "end": 1392,
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 52
                                  },
                                  "end": {
                                    "line": 45,
                                    "column": 9
                                  }
                                },
                                "elements": [
                                  {
                                    "type": "Literal",
                                    "start": 1321,
                                    "end": 1333,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 24
                                      }
                                    },
                                    "value": "touchstart",
                                    "rawValue": "touchstart",
                                    "raw": "'touchstart'"
                                  },
                                  {
                                    "type": "Literal",
                                    "start": 1347,
                                    "end": 1358,
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 23
                                      }
                                    },
                                    "value": "touchmove",
                                    "rawValue": "touchmove",
                                    "raw": "'touchmove'"
                                  },
                                  {
                                    "type": "Literal",
                                    "start": 1372,
                                    "end": 1382,
                                    "loc": {
                                      "start": {
                                        "line": 44,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 44,
                                        "column": 22
                                      }
                                    },
                                    "value": "touchend",
                                    "rawValue": "touchend",
                                    "raw": "'touchend'"
                                  }
                                ]
                              },
                              {
                                "type": "MemberExpression",
                                "start": 1394,
                                "end": 1418,
                                "loc": {
                                  "start": {
                                    "line": 45,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 45,
                                    "column": 35
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1394,
                                  "end": 1398,
                                  "loc": {
                                    "start": {
                                      "line": 45,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 45,
                                      "column": 15
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1399,
                                  "end": 1418,
                                  "loc": {
                                    "start": {
                                      "line": 45,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 45,
                                      "column": 35
                                    }
                                  },
                                  "name": "eventHandlerDefault"
                                },
                                "computed": false
                              },
                              {
                                "type": "ObjectExpression",
                                "start": 1420,
                                "end": 1438,
                                "loc": {
                                  "start": {
                                    "line": 45,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 45,
                                    "column": 55
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "Property",
                                    "start": 1422,
                                    "end": 1436,
                                    "loc": {
                                      "start": {
                                        "line": 45,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 45,
                                        "column": 53
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 1422,
                                      "end": 1429,
                                      "loc": {
                                        "start": {
                                          "line": 45,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 45,
                                          "column": 46
                                        }
                                      },
                                      "name": "passive"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 1431,
                                      "end": 1436,
                                      "loc": {
                                        "start": {
                                          "line": 45,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 45,
                                          "column": 53
                                        }
                                      },
                                      "value": false,
                                      "rawValue": false,
                                      "raw": "false"
                                    },
                                    "kind": "init"
                                  }
                                ]
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1450,
                      "end": 1504,
                      "loc": {
                        "start": {
                          "line": 47,
                          "column": 8
                        },
                        "end": {
                          "line": 47,
                          "column": 62
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1450,
                        "end": 1503,
                        "loc": {
                          "start": {
                            "line": 47,
                            "column": 8
                          },
                          "end": {
                            "line": 47,
                            "column": 61
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1450,
                          "end": 1461,
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 8
                            },
                            "end": {
                              "line": 47,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1450,
                            "end": 1454,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 8
                              },
                              "end": {
                                "line": 47,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1455,
                            "end": 1461,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 13
                              },
                              "end": {
                                "line": 47,
                                "column": 19
                              }
                            },
                            "name": "states"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 1464,
                          "end": 1503,
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 22
                            },
                            "end": {
                              "line": 47,
                              "column": 61
                            }
                          },
                          "properties": [
                            {
                              "type": "SpreadProperty",
                              "start": 1466,
                              "end": 1482,
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 24
                                },
                                "end": {
                                  "line": 47,
                                  "column": 40
                                }
                              },
                              "argument": {
                                "type": "Identifier",
                                "start": 1469,
                                "end": 1482,
                                "loc": {
                                  "start": {
                                    "line": 47,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 40
                                  }
                                },
                                "name": "passiveStates"
                              }
                            },
                            {
                              "type": "SpreadProperty",
                              "start": 1484,
                              "end": 1501,
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 42
                                },
                                "end": {
                                  "line": 47,
                                  "column": 59
                                }
                              },
                              "argument": {
                                "type": "Identifier",
                                "start": 1487,
                                "end": 1501,
                                "loc": {
                                  "start": {
                                    "line": 47,
                                    "column": 45
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 59
                                  }
                                },
                                "name": "standardStates"
                              }
                            }
                          ]
                        }
                      },
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Common last-state-data can be accessed here",
                          "start": 1514,
                          "end": 1560,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 8
                            },
                            "end": {
                              "line": 49,
                              "column": 54
                            }
                          },
                          "range": [
                            1514,
                            1560
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1569,
                      "end": 1585,
                      "loc": {
                        "start": {
                          "line": 50,
                          "column": 8
                        },
                        "end": {
                          "line": 50,
                          "column": 24
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1569,
                        "end": 1584,
                        "loc": {
                          "start": {
                            "line": 50,
                            "column": 8
                          },
                          "end": {
                            "line": 50,
                            "column": 23
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1569,
                          "end": 1579,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 8
                            },
                            "end": {
                              "line": 50,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1569,
                            "end": 1573,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 8
                              },
                              "end": {
                                "line": 50,
                                "column": 12
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1574,
                            "end": 1579,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 13
                              },
                              "end": {
                                "line": 50,
                                "column": 18
                              }
                            },
                            "name": "mouse"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 1582,
                          "end": 1584,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 21
                            },
                            "end": {
                              "line": 50,
                              "column": 23
                            }
                          },
                          "properties": []
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Common last-state-data can be accessed here",
                          "start": 1514,
                          "end": 1560,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 8
                            },
                            "end": {
                              "line": 49,
                              "column": 54
                            }
                          },
                          "range": [
                            1514,
                            1560
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1594,
                      "end": 1610,
                      "loc": {
                        "start": {
                          "line": 51,
                          "column": 8
                        },
                        "end": {
                          "line": 51,
                          "column": 24
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1594,
                        "end": 1609,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 8
                          },
                          "end": {
                            "line": 51,
                            "column": 23
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1594,
                          "end": 1604,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 8
                            },
                            "end": {
                              "line": 51,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1594,
                            "end": 1598,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 8
                              },
                              "end": {
                                "line": 51,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1599,
                            "end": 1604,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 13
                              },
                              "end": {
                                "line": 51,
                                "column": 18
                              }
                            },
                            "name": "wheel"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 1607,
                          "end": 1609,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 21
                            },
                            "end": {
                              "line": 51,
                              "column": 23
                            }
                          },
                          "properties": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1619,
                      "end": 1635,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 8
                        },
                        "end": {
                          "line": 52,
                          "column": 24
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1619,
                        "end": 1634,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 8
                          },
                          "end": {
                            "line": 52,
                            "column": 23
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1619,
                          "end": 1629,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 8
                            },
                            "end": {
                              "line": 52,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1619,
                            "end": 1623,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 8
                              },
                              "end": {
                                "line": 52,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1624,
                            "end": 1629,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 13
                              },
                              "end": {
                                "line": 52,
                                "column": 18
                              }
                            },
                            "name": "touch"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 1632,
                          "end": 1634,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 21
                            },
                            "end": {
                              "line": 52,
                              "column": 23
                            }
                          },
                          "properties": []
                        }
                      },
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Array of changes to be called on next update",
                          "start": 1645,
                          "end": 1692,
                          "loc": {
                            "start": {
                              "line": 54,
                              "column": 8
                            },
                            "end": {
                              "line": 54,
                              "column": 55
                            }
                          },
                          "range": [
                            1645,
                            1692
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1701,
                      "end": 1719,
                      "loc": {
                        "start": {
                          "line": 55,
                          "column": 8
                        },
                        "end": {
                          "line": 55,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1701,
                        "end": 1718,
                        "loc": {
                          "start": {
                            "line": 55,
                            "column": 8
                          },
                          "end": {
                            "line": 55,
                            "column": 25
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1701,
                          "end": 1713,
                          "loc": {
                            "start": {
                              "line": 55,
                              "column": 8
                            },
                            "end": {
                              "line": 55,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1701,
                            "end": 1705,
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 8
                              },
                              "end": {
                                "line": 55,
                                "column": 12
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1706,
                            "end": 1713,
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 13
                              },
                              "end": {
                                "line": 55,
                                "column": 20
                              }
                            },
                            "name": "changes"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "ArrayExpression",
                          "start": 1716,
                          "end": 1718,
                          "loc": {
                            "start": {
                              "line": 55,
                              "column": 23
                            },
                            "end": {
                              "line": 55,
                              "column": 25
                            }
                          },
                          "elements": []
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Array of changes to be called on next update",
                          "start": 1645,
                          "end": 1692,
                          "loc": {
                            "start": {
                              "line": 54,
                              "column": 8
                            },
                            "end": {
                              "line": 54,
                              "column": 55
                            }
                          },
                          "range": [
                            1645,
                            1692
                          ]
                        }
                      ]
                    }
                  ],
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "trailingComments": [
                {
                  "type": "CommentLine",
                  "value": " This seems to be buggy, doesn't detach mouse event handlers for some weird reason",
                  "start": 1731,
                  "end": 1815,
                  "loc": {
                    "start": {
                      "line": 58,
                      "column": 4
                    },
                    "end": {
                      "line": 58,
                      "column": 88
                    }
                  },
                  "range": [
                    1731,
                    1815
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 1820,
              "end": 1912,
              "loc": {
                "start": {
                  "line": 59,
                  "column": 4
                },
                "end": {
                  "line": 62,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1820,
                "end": 1826,
                "loc": {
                  "start": {
                    "line": 59,
                    "column": 4
                  },
                  "end": {
                    "line": 59,
                    "column": 10
                  }
                },
                "name": "detach",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1826,
                "end": 1912,
                "loc": {
                  "start": {
                    "line": 59,
                    "column": 10
                  },
                  "end": {
                    "line": 62,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 1829,
                  "end": 1912,
                  "loc": {
                    "start": {
                      "line": 59,
                      "column": 13
                    },
                    "end": {
                      "line": 62,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ForInStatement",
                      "start": 1839,
                      "end": 1906,
                      "loc": {
                        "start": {
                          "line": 60,
                          "column": 8
                        },
                        "end": {
                          "line": 61,
                          "column": 38
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 1844,
                        "end": 1851,
                        "loc": {
                          "start": {
                            "line": 60,
                            "column": 13
                          },
                          "end": {
                            "line": 60,
                            "column": 20
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 1848,
                            "end": 1851,
                            "loc": {
                              "start": {
                                "line": 60,
                                "column": 17
                              },
                              "end": {
                                "line": 60,
                                "column": 20
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 1848,
                              "end": 1851,
                              "loc": {
                                "start": {
                                  "line": 60,
                                  "column": 17
                                },
                                "end": {
                                  "line": 60,
                                  "column": 20
                                }
                              },
                              "name": "key"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 1855,
                        "end": 1866,
                        "loc": {
                          "start": {
                            "line": 60,
                            "column": 24
                          },
                          "end": {
                            "line": 60,
                            "column": 35
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 1855,
                          "end": 1859,
                          "loc": {
                            "start": {
                              "line": 60,
                              "column": 24
                            },
                            "end": {
                              "line": 60,
                              "column": 28
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1860,
                          "end": 1866,
                          "loc": {
                            "start": {
                              "line": 60,
                              "column": 29
                            },
                            "end": {
                              "line": 60,
                              "column": 35
                            }
                          },
                          "name": "states"
                        },
                        "computed": false
                      },
                      "body": {
                        "type": "ExpressionStatement",
                        "start": 1880,
                        "end": 1906,
                        "loc": {
                          "start": {
                            "line": 61,
                            "column": 12
                          },
                          "end": {
                            "line": 61,
                            "column": 38
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 1880,
                          "end": 1905,
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 12
                            },
                            "end": {
                              "line": 61,
                              "column": 37
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1880,
                            "end": 1903,
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 12
                              },
                              "end": {
                                "line": 61,
                                "column": 35
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1880,
                              "end": 1896,
                              "loc": {
                                "start": {
                                  "line": 61,
                                  "column": 12
                                },
                                "end": {
                                  "line": 61,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 1880,
                                "end": 1891,
                                "loc": {
                                  "start": {
                                    "line": 61,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 61,
                                    "column": 23
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1880,
                                  "end": 1884,
                                  "loc": {
                                    "start": {
                                      "line": 61,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 61,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1885,
                                  "end": 1891,
                                  "loc": {
                                    "start": {
                                      "line": 61,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 61,
                                      "column": 23
                                    }
                                  },
                                  "name": "states"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1892,
                                "end": 1895,
                                "loc": {
                                  "start": {
                                    "line": 61,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 61,
                                    "column": 27
                                  }
                                },
                                "name": "key"
                              },
                              "computed": true
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1897,
                              "end": 1903,
                              "loc": {
                                "start": {
                                  "line": 61,
                                  "column": 29
                                },
                                "end": {
                                  "line": 61,
                                  "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": 1731,
                  "end": 1815,
                  "loc": {
                    "start": {
                      "line": 58,
                      "column": 4
                    },
                    "end": {
                      "line": 58,
                      "column": 88
                    }
                  },
                  "range": [
                    1731,
                    1815
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 1918,
              "end": 2165,
              "loc": {
                "start": {
                  "line": 64,
                  "column": 4
                },
                "end": {
                  "line": 72,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1918,
                "end": 1924,
                "loc": {
                  "start": {
                    "line": 64,
                    "column": 4
                  },
                  "end": {
                    "line": 64,
                    "column": 10
                  }
                },
                "name": "update"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1924,
                "end": 2165,
                "loc": {
                  "start": {
                    "line": 64,
                    "column": 10
                  },
                  "end": {
                    "line": 72,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 1927,
                  "end": 2165,
                  "loc": {
                    "start": {
                      "line": 64,
                      "column": 13
                    },
                    "end": {
                      "line": 72,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 1937,
                      "end": 2159,
                      "loc": {
                        "start": {
                          "line": 65,
                          "column": 8
                        },
                        "end": {
                          "line": 71,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 1941,
                        "end": 1964,
                        "loc": {
                          "start": {
                            "line": 65,
                            "column": 12
                          },
                          "end": {
                            "line": 65,
                            "column": 35
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 1941,
                          "end": 1960,
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 12
                            },
                            "end": {
                              "line": 65,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1941,
                            "end": 1953,
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 12
                              },
                              "end": {
                                "line": 65,
                                "column": 24
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1941,
                              "end": 1945,
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 12
                                },
                                "end": {
                                  "line": 65,
                                  "column": 16
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1946,
                              "end": 1953,
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 17
                                },
                                "end": {
                                  "line": 65,
                                  "column": 24
                                }
                              },
                              "name": "changes"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1954,
                            "end": 1960,
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 25
                              },
                              "end": {
                                "line": 65,
                                "column": 31
                              }
                            },
                            "name": "length"
                          },
                          "computed": false
                        },
                        "operator": ">",
                        "right": {
                          "type": "Literal",
                          "start": 1963,
                          "end": 1964,
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 34
                            },
                            "end": {
                              "line": 65,
                              "column": 35
                            }
                          },
                          "value": 0,
                          "rawValue": 0,
                          "raw": "0"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 1966,
                        "end": 2159,
                        "loc": {
                          "start": {
                            "line": 65,
                            "column": 37
                          },
                          "end": {
                            "line": 71,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ForOfStatement",
                            "start": 1980,
                            "end": 2118,
                            "loc": {
                              "start": {
                                "line": 66,
                                "column": 12
                              },
                              "end": {
                                "line": 69,
                                "column": 13
                              }
                            },
                            "left": {
                              "type": "VariableDeclaration",
                              "start": 1985,
                              "end": 1995,
                              "loc": {
                                "start": {
                                  "line": 66,
                                  "column": 17
                                },
                                "end": {
                                  "line": 66,
                                  "column": 27
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 1989,
                                  "end": 1995,
                                  "loc": {
                                    "start": {
                                      "line": 66,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 66,
                                      "column": 27
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 1989,
                                    "end": 1995,
                                    "loc": {
                                      "start": {
                                        "line": 66,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 66,
                                        "column": 27
                                      }
                                    },
                                    "name": "change"
                                  },
                                  "init": null
                                }
                              ],
                              "kind": "let"
                            },
                            "right": {
                              "type": "MemberExpression",
                              "start": 1999,
                              "end": 2011,
                              "loc": {
                                "start": {
                                  "line": 66,
                                  "column": 31
                                },
                                "end": {
                                  "line": 66,
                                  "column": 43
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1999,
                                "end": 2003,
                                "loc": {
                                  "start": {
                                    "line": 66,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 66,
                                    "column": 35
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2004,
                                "end": 2011,
                                "loc": {
                                  "start": {
                                    "line": 66,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 66,
                                    "column": 43
                                  }
                                },
                                "name": "changes"
                              },
                              "computed": false
                            },
                            "body": {
                              "type": "BlockStatement",
                              "start": 2013,
                              "end": 2118,
                              "loc": {
                                "start": {
                                  "line": 66,
                                  "column": 45
                                },
                                "end": {
                                  "line": 69,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2031,
                                  "end": 2062,
                                  "loc": {
                                    "start": {
                                      "line": 67,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 67,
                                      "column": 47
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 2031,
                                    "end": 2061,
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 46
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2031,
                                      "end": 2040,
                                      "loc": {
                                        "start": {
                                          "line": 67,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 67,
                                          "column": 25
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 2031,
                                        "end": 2035,
                                        "loc": {
                                          "start": {
                                            "line": 67,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 67,
                                            "column": 20
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2036,
                                        "end": 2040,
                                        "loc": {
                                          "start": {
                                            "line": 67,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 67,
                                            "column": 25
                                          }
                                        },
                                        "name": "emit"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 2041,
                                        "end": 2052,
                                        "loc": {
                                          "start": {
                                            "line": 67,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 67,
                                            "column": 37
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 2041,
                                          "end": 2047,
                                          "loc": {
                                            "start": {
                                              "line": 67,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 67,
                                              "column": 32
                                            }
                                          },
                                          "name": "change"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2048,
                                          "end": 2052,
                                          "loc": {
                                            "start": {
                                              "line": 67,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 67,
                                              "column": 37
                                            }
                                          },
                                          "name": "type"
                                        },
                                        "computed": false
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 2054,
                                        "end": 2060,
                                        "loc": {
                                          "start": {
                                            "line": 67,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 67,
                                            "column": 45
                                          }
                                        },
                                        "name": "change"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2079,
                                  "end": 2104,
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 41
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 2079,
                                    "end": 2103,
                                    "loc": {
                                      "start": {
                                        "line": 68,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 68,
                                        "column": 40
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 2079,
                                      "end": 2095,
                                      "loc": {
                                        "start": {
                                          "line": 68,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 68,
                                          "column": 32
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2079,
                                        "end": 2085,
                                        "loc": {
                                          "start": {
                                            "line": 68,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 68,
                                            "column": 22
                                          }
                                        },
                                        "name": "change"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2086,
                                        "end": 2095,
                                        "loc": {
                                          "start": {
                                            "line": 68,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 68,
                                            "column": 32
                                          }
                                        },
                                        "name": "fulfilled"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "start": 2098,
                                      "end": 2103,
                                      "loc": {
                                        "start": {
                                          "line": 68,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 68,
                                          "column": 40
                                        }
                                      },
                                      "value": false,
                                      "rawValue": false,
                                      "raw": "false"
                                    }
                                  }
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 2131,
                            "end": 2149,
                            "loc": {
                              "start": {
                                "line": 70,
                                "column": 12
                              },
                              "end": {
                                "line": 70,
                                "column": 30
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 2131,
                              "end": 2148,
                              "loc": {
                                "start": {
                                  "line": 70,
                                  "column": 12
                                },
                                "end": {
                                  "line": 70,
                                  "column": 29
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 2131,
                                "end": 2143,
                                "loc": {
                                  "start": {
                                    "line": 70,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 70,
                                    "column": 24
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2131,
                                  "end": 2135,
                                  "loc": {
                                    "start": {
                                      "line": 70,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 70,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2136,
                                  "end": 2143,
                                  "loc": {
                                    "start": {
                                      "line": 70,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 70,
                                      "column": 24
                                    }
                                  },
                                  "name": "changes"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "ArrayExpression",
                                "start": 2146,
                                "end": 2148,
                                "loc": {
                                  "start": {
                                    "line": 70,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 70,
                                    "column": 29
                                  }
                                },
                                "elements": []
                              }
                            }
                          }
                        ]
                      },
                      "alternate": null
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2171,
              "end": 2269,
              "loc": {
                "start": {
                  "line": 74,
                  "column": 4
                },
                "end": {
                  "line": 77,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2171,
                "end": 2189,
                "loc": {
                  "start": {
                    "line": 74,
                    "column": 4
                  },
                  "end": {
                    "line": 74,
                    "column": 22
                  }
                },
                "name": "handleEventDefault"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2189,
                "end": 2269,
                "loc": {
                  "start": {
                    "line": 74,
                    "column": 22
                  },
                  "end": {
                    "line": 77,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2190,
                    "end": 2195,
                    "loc": {
                      "start": {
                        "line": 74,
                        "column": 23
                      },
                      "end": {
                        "line": 74,
                        "column": 28
                      }
                    },
                    "name": "event"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2197,
                  "end": 2269,
                  "loc": {
                    "start": {
                      "line": 74,
                      "column": 30
                    },
                    "end": {
                      "line": 77,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 2207,
                      "end": 2230,
                      "loc": {
                        "start": {
                          "line": 75,
                          "column": 8
                        },
                        "end": {
                          "line": 75,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2207,
                        "end": 2229,
                        "loc": {
                          "start": {
                            "line": 75,
                            "column": 8
                          },
                          "end": {
                            "line": 75,
                            "column": 30
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2207,
                          "end": 2227,
                          "loc": {
                            "start": {
                              "line": 75,
                              "column": 8
                            },
                            "end": {
                              "line": 75,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2207,
                            "end": 2212,
                            "loc": {
                              "start": {
                                "line": 75,
                                "column": 8
                              },
                              "end": {
                                "line": 75,
                                "column": 13
                              }
                            },
                            "name": "event"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2213,
                            "end": 2227,
                            "loc": {
                              "start": {
                                "line": 75,
                                "column": 14
                              },
                              "end": {
                                "line": 75,
                                "column": 28
                              }
                            },
                            "name": "preventDefault"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2239,
                      "end": 2263,
                      "loc": {
                        "start": {
                          "line": 76,
                          "column": 8
                        },
                        "end": {
                          "line": 76,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2239,
                        "end": 2262,
                        "loc": {
                          "start": {
                            "line": 76,
                            "column": 8
                          },
                          "end": {
                            "line": 76,
                            "column": 31
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2239,
                          "end": 2255,
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 8
                            },
                            "end": {
                              "line": 76,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2239,
                            "end": 2243,
                            "loc": {
                              "start": {
                                "line": 76,
                                "column": 8
                              },
                              "end": {
                                "line": 76,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2244,
                            "end": 2255,
                            "loc": {
                              "start": {
                                "line": 76,
                                "column": 13
                              },
                              "end": {
                                "line": 76,
                                "column": 24
                              }
                            },
                            "name": "handleEvent"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 2256,
                            "end": 2261,
                            "loc": {
                              "start": {
                                "line": 76,
                                "column": 25
                              },
                              "end": {
                                "line": 76,
                                "column": 30
                              }
                            },
                            "name": "event"
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2275,
              "end": 4912,
              "loc": {
                "start": {
                  "line": 79,
                  "column": 4
                },
                "end": {
                  "line": 147,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2275,
                "end": 2286,
                "loc": {
                  "start": {
                    "line": 79,
                    "column": 4
                  },
                  "end": {
                    "line": 79,
                    "column": 15
                  }
                },
                "name": "handleEvent"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2286,
                "end": 4912,
                "loc": {
                  "start": {
                    "line": 79,
                    "column": 15
                  },
                  "end": {
                    "line": 147,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2287,
                    "end": 2292,
                    "loc": {
                      "start": {
                        "line": 79,
                        "column": 16
                      },
                      "end": {
                        "line": 79,
                        "column": 21
                      }
                    },
                    "name": "event"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2294,
                  "end": 4912,
                  "loc": {
                    "start": {
                      "line": 79,
                      "column": 23
                    },
                    "end": {
                      "line": 147,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 2304,
                      "end": 2392,
                      "loc": {
                        "start": {
                          "line": 80,
                          "column": 8
                        },
                        "end": {
                          "line": 80,
                          "column": 96
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2308,
                          "end": 2391,
                          "loc": {
                            "start": {
                              "line": 80,
                              "column": 12
                            },
                            "end": {
                              "line": 80,
                              "column": 95
                            }
                          },
                          "id": {
                            "type": "ObjectPattern",
                            "start": 2308,
                            "end": 2383,
                            "loc": {
                              "start": {
                                "line": 80,
                                "column": 12
                              },
                              "end": {
                                "line": 80,
                                "column": 87
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 2310,
                                "end": 2314,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 18
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2310,
                                  "end": 2314,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 18
                                    }
                                  },
                                  "name": "type"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 2310,
                                  "end": 2314,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 18
                                    }
                                  },
                                  "name": "type"
                                }
                              },
                              {
                                "type": "Property",
                                "start": 2316,
                                "end": 2321,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 25
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2316,
                                  "end": 2321,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 25
                                    }
                                  },
                                  "name": "pageX"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 2316,
                                  "end": 2321,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 25
                                    }
                                  },
                                  "name": "pageX"
                                }
                              },
                              {
                                "type": "Property",
                                "start": 2323,
                                "end": 2328,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 32
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2323,
                                  "end": 2328,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 32
                                    }
                                  },
                                  "name": "pageY"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 2323,
                                  "end": 2328,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 32
                                    }
                                  },
                                  "name": "pageY"
                                }
                              },
                              {
                                "type": "Property",
                                "start": 2330,
                                "end": 2337,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 41
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2330,
                                  "end": 2337,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 41
                                    }
                                  },
                                  "name": "clientX"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 2330,
                                  "end": 2337,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 41
                                    }
                                  },
                                  "name": "clientX"
                                }
                              },
                              {
                                "type": "Property",
                                "start": 2339,
                                "end": 2346,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 50
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2339,
                                  "end": 2346,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 50
                                    }
                                  },
                                  "name": "clientY"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 2339,
                                  "end": 2346,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 50
                                    }
                                  },
                                  "name": "clientY"
                                }
                              },
                              {
                                "type": "Property",
                                "start": 2348,
                                "end": 2354,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 52
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 58
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2348,
                                  "end": 2354,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 52
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 58
                                    }
                                  },
                                  "name": "button"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 2348,
                                  "end": 2354,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 52
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 58
                                    }
                                  },
                                  "name": "button"
                                }
                              },
                              {
                                "type": "Property",
                                "start": 2356,
                                "end": 2361,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 60
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 65
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2356,
                                  "end": 2361,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 60
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 65
                                    }
                                  },
                                  "name": "which"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 2356,
                                  "end": 2361,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 60
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 65
                                    }
                                  },
                                  "name": "which"
                                }
                              },
                              {
                                "type": "Property",
                                "start": 2363,
                                "end": 2373,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 67
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 77
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2363,
                                  "end": 2373,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 67
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 77
                                    }
                                  },
                                  "name": "wheelDelta"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 2363,
                                  "end": 2373,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 67
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 77
                                    }
                                  },
                                  "name": "wheelDelta"
                                }
                              },
                              {
                                "type": "Property",
                                "start": 2375,
                                "end": 2381,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 79
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 85
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2375,
                                  "end": 2381,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 79
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 85
                                    }
                                  },
                                  "name": "detail"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 2375,
                                  "end": 2381,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 79
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 85
                                    }
                                  },
                                  "name": "detail"
                                }
                              }
                            ]
                          },
                          "init": {
                            "type": "Identifier",
                            "start": 2386,
                            "end": 2391,
                            "loc": {
                              "start": {
                                "line": 80,
                                "column": 90
                              },
                              "end": {
                                "line": 80,
                                "column": 95
                              }
                            },
                            "name": "event"
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 2401,
                      "end": 2431,
                      "loc": {
                        "start": {
                          "line": 81,
                          "column": 8
                        },
                        "end": {
                          "line": 81,
                          "column": 38
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2405,
                          "end": 2430,
                          "loc": {
                            "start": {
                              "line": 81,
                              "column": 12
                            },
                            "end": {
                              "line": 81,
                              "column": 37
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2405,
                            "end": 2410,
                            "loc": {
                              "start": {
                                "line": 81,
                                "column": 12
                              },
                              "end": {
                                "line": 81,
                                "column": 17
                              }
                            },
                            "name": "state"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 2413,
                            "end": 2430,
                            "loc": {
                              "start": {
                                "line": 81,
                                "column": 20
                              },
                              "end": {
                                "line": 81,
                                "column": 37
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2413,
                              "end": 2424,
                              "loc": {
                                "start": {
                                  "line": 81,
                                  "column": 20
                                },
                                "end": {
                                  "line": 81,
                                  "column": 31
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2413,
                                "end": 2417,
                                "loc": {
                                  "start": {
                                    "line": 81,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 81,
                                    "column": 24
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2418,
                                "end": 2424,
                                "loc": {
                                  "start": {
                                    "line": 81,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 81,
                                    "column": 31
                                  }
                                },
                                "name": "states"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2425,
                              "end": 2429,
                              "loc": {
                                "start": {
                                  "line": 81,
                                  "column": 32
                                },
                                "end": {
                                  "line": 81,
                                  "column": 36
                                }
                              },
                              "name": "type"
                            },
                            "computed": true
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 2441,
                      "end": 2481,
                      "loc": {
                        "start": {
                          "line": 83,
                          "column": 8
                        },
                        "end": {
                          "line": 84,
                          "column": 19
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 2445,
                        "end": 2460,
                        "loc": {
                          "start": {
                            "line": 83,
                            "column": 12
                          },
                          "end": {
                            "line": 83,
                            "column": 27
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 2445,
                          "end": 2450,
                          "loc": {
                            "start": {
                              "line": 83,
                              "column": 12
                            },
                            "end": {
                              "line": 83,
                              "column": 17
                            }
                          },
                          "name": "state"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2451,
                          "end": 2460,
                          "loc": {
                            "start": {
                              "line": 83,
                              "column": 18
                            },
                            "end": {
                              "line": 83,
                              "column": 27
                            }
                          },
                          "name": "fulfilled"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 2474,
                        "end": 2481,
                        "loc": {
                          "start": {
                            "line": 84,
                            "column": 12
                          },
                          "end": {
                            "line": 84,
                            "column": 19
                          }
                        },
                        "argument": null,
                        "leadingComments": null,
                        "trailingComments": null
                      },
                      "alternate": null,
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Wheel",
                          "start": 2491,
                          "end": 2499,
                          "loc": {
                            "start": {
                              "line": 86,
                              "column": 8
                            },
                            "end": {
                              "line": 86,
                              "column": 16
                            }
                          },
                          "range": [
                            2491,
                            2499
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2508,
                      "end": 2524,
                      "loc": {
                        "start": {
                          "line": 87,
                          "column": 8
                        },
                        "end": {
                          "line": 87,
                          "column": 24
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2508,
                        "end": 2523,
                        "loc": {
                          "start": {
                            "line": 87,
                            "column": 8
                          },
                          "end": {
                            "line": 87,
                            "column": 23
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2508,
                          "end": 2519,
                          "loc": {
                            "start": {
                              "line": 87,
                              "column": 8
                            },
                            "end": {
                              "line": 87,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2508,
                            "end": 2513,
                            "loc": {
                              "start": {
                                "line": 87,
                                "column": 8
                              },
                              "end": {
                                "line": 87,
                                "column": 13
                              }
                            },
                            "name": "state",
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2514,
                            "end": 2519,
                            "loc": {
                              "start": {
                                "line": 87,
                                "column": 14
                              },
                              "end": {
                                "line": 87,
                                "column": 19
                              }
                            },
                            "name": "delta"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "Literal",
                          "start": 2522,
                          "end": 2523,
                          "loc": {
                            "start": {
                              "line": 87,
                              "column": 22
                            },
                            "end": {
                              "line": 87,
                              "column": 23
                            }
                          },
                          "value": 0,
                          "rawValue": 0,
                          "raw": "0"
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Wheel",
                          "start": 2491,
                          "end": 2499,
                          "loc": {
                            "start": {
                              "line": 86,
                              "column": 8
                            },
                            "end": {
                              "line": 86,
                              "column": 16
                            }
                          },
                          "range": [
                            2491,
                            2499
                          ]
                        }
                      ]
                    },
                    {
                      "type": "IfStatement",
                      "start": 2533,
                      "end": 2683,
                      "loc": {
                        "start": {
                          "line": 88,
                          "column": 8
                        },
                        "end": {
                          "line": 91,
                          "column": 38
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 2537,
                        "end": 2561,
                        "loc": {
                          "start": {
                            "line": 88,
                            "column": 12
                          },
                          "end": {
                            "line": 88,
                            "column": 36
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 2537,
                          "end": 2547,
                          "loc": {
                            "start": {
                              "line": 88,
                              "column": 12
                            },
                            "end": {
                              "line": 88,
                              "column": 22
                            }
                          },
                          "name": "wheelDelta"
                        },
                        "operator": "!==",
                        "right": {
                          "type": "Identifier",
                          "start": 2552,
                          "end": 2561,
                          "loc": {
                            "start": {
                              "line": 88,
                              "column": 27
                            },
                            "end": {
                              "line": 88,
                              "column": 36
                            }
                          },
                          "name": "undefined"
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 2575,
                        "end": 2605,
                        "loc": {
                          "start": {
                            "line": 89,
                            "column": 12
                          },
                          "end": {
                            "line": 89,
                            "column": 42
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 2575,
                          "end": 2604,
                          "loc": {
                            "start": {
                              "line": 89,
                              "column": 12
                            },
                            "end": {
                              "line": 89,
                              "column": 41
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "MemberExpression",
                            "start": 2575,
                            "end": 2586,
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 12
                              },
                              "end": {
                                "line": 89,
                                "column": 23
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 2575,
                              "end": 2580,
                              "loc": {
                                "start": {
                                  "line": 89,
                                  "column": 12
                                },
                                "end": {
                                  "line": 89,
                                  "column": 17
                                }
                              },
                              "name": "state"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2581,
                              "end": 2586,
                              "loc": {
                                "start": {
                                  "line": 89,
                                  "column": 18
                                },
                                "end": {
                                  "line": 89,
                                  "column": 23
                                }
                              },
                              "name": "delta"
                            },
                            "computed": false
                          },
                          "right": {
                            "type": "BinaryExpression",
                            "start": 2589,
                            "end": 2604,
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 26
                              },
                              "end": {
                                "line": 89,
                                "column": 41
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 2589,
                              "end": 2599,
                              "loc": {
                                "start": {
                                  "line": 89,
                                  "column": 26
                                },
                                "end": {
                                  "line": 89,
                                  "column": 36
                                }
                              },
                              "name": "wheelDelta"
                            },
                            "operator": "/",
                            "right": {
                              "type": "Literal",
                              "start": 2602,
                              "end": 2604,
                              "loc": {
                                "start": {
                                  "line": 89,
                                  "column": 39
                                },
                                "end": {
                                  "line": 89,
                                  "column": 41
                                }
                              },
                              "value": 40,
                              "rawValue": 40,
                              "raw": "40"
                            }
                          }
                        }
                      },
                      "alternate": {
                        "type": "IfStatement",
                        "start": 2619,
                        "end": 2683,
                        "loc": {
                          "start": {
                            "line": 90,
                            "column": 13
                          },
                          "end": {
                            "line": 91,
                            "column": 38
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 2623,
                          "end": 2643,
                          "loc": {
                            "start": {
                              "line": 90,
                              "column": 17
                            },
                            "end": {
                              "line": 90,
                              "column": 37
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 2623,
                            "end": 2629,
                            "loc": {
                              "start": {
                                "line": 90,
                                "column": 17
                              },
                              "end": {
                                "line": 90,
                                "column": 23
                              }
                            },
                            "name": "detail"
                          },
                          "operator": "!==",
                          "right": {
                            "type": "Identifier",
                            "start": 2634,
                            "end": 2643,
                            "loc": {
                              "start": {
                                "line": 90,
                                "column": 28
                              },
                              "end": {
                                "line": 90,
                                "column": 37
                              }
                            },
                            "name": "undefined"
                          }
                        },
                        "consequent": {
                          "type": "ExpressionStatement",
                          "start": 2657,
                          "end": 2683,
                          "loc": {
                            "start": {
                              "line": 91,
                              "column": 12
                            },
                            "end": {
                              "line": 91,
                              "column": 38
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 2657,
                            "end": 2682,
                            "loc": {
                              "start": {
                                "line": 91,
                                "column": 12
                              },
                              "end": {
                                "line": 91,
                                "column": 37
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "start": 2657,
                              "end": 2668,
                              "loc": {
                                "start": {
                                  "line": 91,
                                  "column": 12
                                },
                                "end": {
                                  "line": 91,
                                  "column": 23
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 2657,
                                "end": 2662,
                                "loc": {
                                  "start": {
                                    "line": 91,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 91,
                                    "column": 17
                                  }
                                },
                                "name": "state"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2663,
                                "end": 2668,
                                "loc": {
                                  "start": {
                                    "line": 91,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 91,
                                    "column": 23
                                  }
                                },
                                "name": "delta"
                              },
                              "computed": false
                            },
                            "right": {
                              "type": "BinaryExpression",
                              "start": 2671,
                              "end": 2682,
                              "loc": {
                                "start": {
                                  "line": 91,
                                  "column": 26
                                },
                                "end": {
                                  "line": 91,
                                  "column": 37
                                }
                              },
                              "left": {
                                "type": "UnaryExpression",
                                "start": 2671,
                                "end": 2678,
                                "loc": {
                                  "start": {
                                    "line": 91,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 91,
                                    "column": 33
                                  }
                                },
                                "operator": "-",
                                "prefix": true,
                                "argument": {
                                  "type": "Identifier",
                                  "start": 2672,
                                  "end": 2678,
                                  "loc": {
                                    "start": {
                                      "line": 91,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 91,
                                      "column": 33
                                    }
                                  },
                                  "name": "detail"
                                }
                              },
                              "operator": "/",
                              "right": {
                                "type": "Literal",
                                "start": 2681,
                                "end": 2682,
                                "loc": {
                                  "start": {
                                    "line": 91,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 91,
                                    "column": 37
                                  }
                                },
                                "value": 3,
                                "rawValue": 3,
                                "raw": "3"
                              }
                            }
                          },
                          "trailingComments": null
                        },
                        "alternate": null,
                        "trailingComments": null
                      },
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Touch",
                          "start": 2693,
                          "end": 2701,
                          "loc": {
                            "start": {
                              "line": 93,
                              "column": 8
                            },
                            "end": {
                              "line": 93,
                              "column": 16
                            }
                          },
                          "range": [
                            2693,
                            2701
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2710,
                      "end": 2729,
                      "loc": {
                        "start": {
                          "line": 94,
                          "column": 8
                        },
                        "end": {
                          "line": 94,
                          "column": 27
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2710,
                        "end": 2728,
                        "loc": {
                          "start": {
                            "line": 94,
                            "column": 8
                          },
                          "end": {
                            "line": 94,
                            "column": 26
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2710,
                          "end": 2723,
                          "loc": {
                            "start": {
                              "line": 94,
                              "column": 8
                            },
                            "end": {
                              "line": 94,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2710,
                            "end": 2715,
                            "loc": {
                              "start": {
                                "line": 94,
                                "column": 8
                              },
                              "end": {
                                "line": 94,
                                "column": 13
                              }
                            },
                            "name": "state",
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2716,
                            "end": 2723,
                            "loc": {
                              "start": {
                                "line": 94,
                                "column": 14
                              },
                              "end": {
                                "line": 94,
                                "column": 21
                              }
                            },
                            "name": "touches"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "ArrayExpression",
                          "start": 2726,
                          "end": 2728,
                          "loc": {
                            "start": {
                              "line": 94,
                              "column": 24
                            },
                            "end": {
                              "line": 94,
                              "column": 26
                            }
                          },
                          "elements": []
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Touch",
                          "start": 2693,
                          "end": 2701,
                          "loc": {
                            "start": {
                              "line": 93,
                              "column": 8
                            },
                            "end": {
                              "line": 93,
                              "column": 16
                            }
                          },
                          "range": [
                            2693,
                            2701
                          ]
                        }
                      ]
                    },
                    {
                      "type": "IfStatement",
                      "start": 2738,
                      "end": 3356,
                      "loc": {
                        "start": {
                          "line": 95,
                          "column": 8
                        },
                        "end": {
                          "line": 110,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 2742,
                        "end": 2757,
                        "loc": {
                          "start": {
                            "line": 95,
                            "column": 12
                          },
                          "end": {
                            "line": 95,
                            "column": 27
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "UnaryExpression",
                          "start": 2743,
                          "end": 2757,
                          "loc": {
                            "start": {
                              "line": 95,
                              "column": 13
                            },
                            "end": {
                              "line": 95,
                              "column": 27
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "MemberExpression",
                            "start": 2744,
                            "end": 2757,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 14
                              },
                              "end": {
                                "line": 95,
                                "column": 27
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 2744,
                              "end": 2749,
                              "loc": {
                                "start": {
                                  "line": 95,
                                  "column": 14
                                },
                                "end": {
                                  "line": 95,
                                  "column": 19
                                }
                              },
                              "name": "event"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2750,
                              "end": 2757,
                              "loc": {
                                "start": {
                                  "line": 95,
                                  "column": 20
                                },
                                "end": {
                                  "line": 95,
                                  "column": 27
                                }
                              },
                              "name": "touches"
                            },
                            "computed": false
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 2759,
                        "end": 3356,
                        "loc": {
                          "start": {
                            "line": 95,
                            "column": 29
                          },
                          "end": {
                            "line": 110,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ForOfStatement",
                            "start": 2773,
                            "end": 3346,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 12
                              },
                              "end": {
                                "line": 109,
                                "column": 13
                              }
                            },
                            "left": {
                              "type": "VariableDeclaration",
                              "start": 2777,
                              "end": 2785,
                              "loc": {
                                "start": {
                                  "line": 96,
                                  "column": 16
                                },
                                "end": {
                                  "line": 96,
                                  "column": 24
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 2781,
                                  "end": 2785,
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 24
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 2781,
                                    "end": 2785,
                                    "loc": {
                                      "start": {
                                        "line": 96,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 96,
                                        "column": 24
                                      }
                                    },
                                    "name": "item"
                                  },
                                  "init": null
                                }
                              ],
                              "kind": "let"
                            },
                            "right": {
                              "type": "CallExpression",
                              "start": 2789,
                              "end": 2817,
                              "loc": {
                                "start": {
                                  "line": 96,
                                  "column": 28
                                },
                                "end": {
                                  "line": 96,
                                  "column": 56
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2789,
                                "end": 2802,
                                "loc": {
                                  "start": {
                                    "line": 96,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 96,
                                    "column": 41
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 2789,
                                  "end": 2797,
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "ArrayExpression",
                                    "start": 2789,
                                    "end": 2791,
                                    "loc": {
                                      "start": {
                                        "line": 96,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 96,
                                        "column": 30
                                      }
                                    },
                                    "elements": []
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2792,
                                    "end": 2797,
                                    "loc": {
                                      "start": {
                                        "line": 96,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 96,
                                        "column": 36
                                      }
                                    },
                                    "name": "slice"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2798,
                                  "end": 2802,
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 41
                                    }
                                  },
                                  "name": "call"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 2803,
                                  "end": 2816,
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 55
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2803,
                                    "end": 2808,
                                    "loc": {
                                      "start": {
                                        "line": 96,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 96,
                                        "column": 47
                                      }
                                    },
                                    "name": "event"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2809,
                                    "end": 2816,
                                    "loc": {
                                      "start": {
                                        "line": 96,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 96,
                                        "column": 55
                                      }
                                    },
                                    "name": "touches"
                                  },
                                  "computed": false
                                }
                              ]
                            },
                            "body": {
                              "type": "BlockStatement",
                              "start": 2819,
                              "end": 3346,
                              "loc": {
                                "start": {
                                  "line": 96,
                                  "column": 58
                                },
                                "end": {
                                  "line": 109,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2837,
                                  "end": 2856,
                                  "loc": {
                                    "start": {
                                      "line": 97,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 97,
                                      "column": 35
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 2837,
                                    "end": 2855,
                                    "loc": {
                                      "start": {
                                        "line": 97,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 97,
                                        "column": 34
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 2837,
                                      "end": 2842,
                                      "loc": {
                                        "start": {
                                          "line": 97,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 97,
                                          "column": 21
                                        }
                                      },
                                      "name": "pageX"
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 2845,
                                      "end": 2855,
                                      "loc": {
                                        "start": {
                                          "line": 97,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 97,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2845,
                                        "end": 2849,
                                        "loc": {
                                          "start": {
                                            "line": 97,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 97,
                                            "column": 28
                                          }
                                        },
                                        "name": "item"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2850,
                                        "end": 2855,
                                        "loc": {
                                          "start": {
                                            "line": 97,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 97,
                                            "column": 34
                                          }
                                        },
                                        "name": "pageX"
                                      },
                                      "computed": false
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2873,
                                  "end": 2892,
                                  "loc": {
                                    "start": {
                                      "line": 98,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 98,
                                      "column": 35
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 2873,
                                    "end": 2891,
                                    "loc": {
                                      "start": {
                                        "line": 98,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 98,
                                        "column": 34
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 2873,
                                      "end": 2878,
                                      "loc": {
                                        "start": {
                                          "line": 98,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 98,
                                          "column": 21
                                        }
                                      },
                                      "name": "pageY"
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 2881,
                                      "end": 2891,
                                      "loc": {
                                        "start": {
                                          "line": 98,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 98,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2881,
                                        "end": 2885,
                                        "loc": {
                                          "start": {
                                            "line": 98,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 98,
                                            "column": 28
                                          }
                                        },
                                        "name": "item"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2886,
                                        "end": 2891,
                                        "loc": {
                                          "start": {
                                            "line": 98,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 98,
                                            "column": 34
                                          }
                                        },
                                        "name": "pageY"
                                      },
                                      "computed": false
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2909,
                                  "end": 2932,
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 39
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 2909,
                                    "end": 2931,
                                    "loc": {
                                      "start": {
                                        "line": 99,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 99,
                                        "column": 38
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 2909,
                                      "end": 2916,
                                      "loc": {
                                        "start": {
                                          "line": 99,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 99,
                                          "column": 23
                                        }
                                      },
                                      "name": "clientX"
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 2919,
                                      "end": 2931,
                                      "loc": {
                                        "start": {
                                          "line": 99,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 99,
                                          "column": 38
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2919,
                                        "end": 2923,
                                        "loc": {
                                          "start": {
                                            "line": 99,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 99,
                                            "column": 30
                                          }
                                        },
                                        "name": "item"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2924,
                                        "end": 2931,
                                        "loc": {
                                          "start": {
                                            "line": 99,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 99,
                                            "column": 38
                                          }
                                        },
                                        "name": "clientX"
                                      },
                                      "computed": false
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2949,
                                  "end": 2972,
                                  "loc": {
                                    "start": {
                                      "line": 100,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 100,
                                      "column": 39
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 2949,
                                    "end": 2971,
                                    "loc": {
                                      "start": {
                                        "line": 100,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 100,
                                        "column": 38
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 2949,
                                      "end": 2956,
                                      "loc": {
                                        "start": {
                                          "line": 100,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 100,
                                          "column": 23
                                        }
                                      },
                                      "name": "clientY"
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 2959,
                                      "end": 2971,
                                      "loc": {
                                        "start": {
                                          "line": 100,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 100,
                                          "column": 38
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2959,
                                        "end": 2963,
                                        "loc": {
                                          "start": {
                                            "line": 100,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 100,
                                            "column": 30
                                          }
                                        },
                                        "name": "item"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2964,
                                        "end": 2971,
                                        "loc": {
                                          "start": {
                                            "line": 100,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 100,
                                            "column": 38
                                          }
                                        },
                                        "name": "clientY"
                                      },
                                      "computed": false
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2989,
                                  "end": 3332,
                                  "loc": {
                                    "start": {
                                      "line": 101,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 108,
                                      "column": 19
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 2989,
                                    "end": 3331,
                                    "loc": {
                                      "start": {
                                        "line": 101,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 108,
                                        "column": 18
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2989,
                                      "end": 3007,
                                      "loc": {
                                        "start": {
                                          "line": 101,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 101,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 2989,
                                        "end": 3002,
                                        "loc": {
                                          "start": {
                                            "line": 101,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 101,
                                            "column": 29
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 2989,
                                          "end": 2994,
                                          "loc": {
                                            "start": {
                                              "line": 101,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 101,
                                              "column": 21
                                            }
                                          },
                                          "name": "state"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2995,
                                          "end": 3002,
                                          "loc": {
                                            "start": {
                                              "line": 101,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 101,
                                              "column": 29
                                            }
                                          },
                                          "name": "touches"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3003,
                                        "end": 3007,
                                        "loc": {
                                          "start": {
                                            "line": 101,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 101,
                                            "column": 34
                                          }
                                        },
                                        "name": "push"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "ObjectExpression",
                                        "start": 3008,
                                        "end": 3330,
                                        "loc": {
                                          "start": {
                                            "line": 101,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 108,
                                            "column": 17
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "start": 3030,
                                            "end": 3046,
                                            "loc": {
                                              "start": {
                                                "line": 102,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 102,
                                                "column": 36
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 3030,
                                              "end": 3037,
                                              "loc": {
                                                "start": {
                                                  "line": 102,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 102,
                                                  "column": 27
                                                }
                                              },
                                              "name": "clientX"
                                            },
                                            "value": {
                                              "type": "Identifier",
                                              "start": 3039,
                                              "end": 3046,
                                              "loc": {
                                                "start": {
                                                  "line": 102,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 102,
                                                  "column": 36
                                                }
                                              },
                                              "name": "clientX"
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 3068,
                                            "end": 3084,
                                            "loc": {
                                              "start": {
                                                "line": 103,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 103,
                                                "column": 36
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 3068,
                                              "end": 3075,
                                              "loc": {
                                                "start": {
                                                  "line": 103,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 103,
                                                  "column": 27
                                                }
                                              },
                                              "name": "clientY"
                                            },
                                            "value": {
                                              "type": "Identifier",
                                              "start": 3077,
                                              "end": 3084,
                                              "loc": {
                                                "start": {
                                                  "line": 103,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 103,
                                                  "column": 36
                                                }
                                              },
                                              "name": "clientY"
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 3106,
                                            "end": 3165,
                                            "loc": {
                                              "start": {
                                                "line": 104,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 104,
                                                "column": 79
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 3106,
                                              "end": 3113,
                                              "loc": {
                                                "start": {
                                                  "line": 104,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 104,
                                                  "column": 27
                                                }
                                              },
                                              "name": "offsetX"
                                            },
                                            "value": {
                                              "type": "BinaryExpression",
                                              "start": 3115,
                                              "end": 3165,
                                              "loc": {
                                                "start": {
                                                  "line": 104,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 104,
                                                  "column": 79
                                                }
                                              },
                                              "left": {
                                                "type": "BinaryExpression",
                                                "start": 3115,
                                                "end": 3148,
                                                "loc": {
                                                  "start": {
                                                    "line": 104,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 104,
                                                    "column": 62
                                                  }
                                                },
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 3115,
                                                  "end": 3120,
                                                  "loc": {
                                                    "start": {
                                                      "line": 104,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 104,
                                                      "column": 34
                                                    }
                                                  },
                                                  "name": "pageX"
                                                },
                                                "operator": "-",
                                                "right": {
                                                  "type": "MemberExpression",
                                                  "start": 3123,
                                                  "end": 3148,
                                                  "loc": {
                                                    "start": {
                                                      "line": 104,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 104,
                                                      "column": 62
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 3123,
                                                    "end": 3143,
                                                    "loc": {
                                                      "start": {
                                                        "line": 104,
                                                        "column": 37
                                                      },
                                                      "end": {
                                                        "line": 104,
                                                        "column": 57
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 3123,
                                                      "end": 3136,
                                                      "loc": {
                                                        "start": {
                                                          "line": 104,
                                                          "column": 37
                                                        },
                                                        "end": {
                                                          "line": 104,
                                                          "column": 50
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "start": 3123,
                                                        "end": 3127,
                                                        "loc": {
                                                          "start": {
                                                            "line": 104,
                                                            "column": 37
                                                          },
                                                          "end": {
                                                            "line": 104,
                                                            "column": 41
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3128,
                                                        "end": 3136,
                                                        "loc": {
                                                          "start": {
                                                            "line": 104,
                                                            "column": 42
                                                          },
                                                          "end": {
                                                            "line": 104,
                                                            "column": 50
                                                          }
                                                        },
                                                        "name": "renderer"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3137,
                                                      "end": 3143,
                                                      "loc": {
                                                        "start": {
                                                          "line": 104,
                                                          "column": 51
                                                        },
                                                        "end": {
                                                          "line": 104,
                                                          "column": 57
                                                        }
                                                      },
                                                      "name": "offset"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3144,
                                                    "end": 3148,
                                                    "loc": {
                                                      "start": {
                                                        "line": 104,
                                                        "column": 58
                                                      },
                                                      "end": {
                                                        "line": 104,
                                                        "column": 62
                                                      }
                                                    },
                                                    "name": "left"
                                                  },
                                                  "computed": false
                                                }
                                              },
                                              "operator": "-",
                                              "right": {
                                                "type": "MemberExpression",
                                                "start": 3151,
                                                "end": 3165,
                                                "loc": {
                                                  "start": {
                                                    "line": 104,
                                                    "column": 65
                                                  },
                                                  "end": {
                                                    "line": 104,
                                                    "column": 79
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3151,
                                                  "end": 3160,
                                                  "loc": {
                                                    "start": {
                                                      "line": 104,
                                                      "column": 65
                                                    },
                                                    "end": {
                                                      "line": 104,
                                                      "column": 74
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 3151,
                                                    "end": 3155,
                                                    "loc": {
                                                      "start": {
                                                        "line": 104,
                                                        "column": 65
                                                      },
                                                      "end": {
                                                        "line": 104,
                                                        "column": 69
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3156,
                                                    "end": 3160,
                                                    "loc": {
                                                      "start": {
                                                        "line": 104,
                                                        "column": 70
                                                      },
                                                      "end": {
                                                        "line": 104,
                                                        "column": 74
                                                      }
                                                    },
                                                    "name": "view"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3161,
                                                  "end": 3165,
                                                  "loc": {
                                                    "start": {
                                                      "line": 104,
                                                      "column": 75
                                                    },
                                                    "end": {
                                                      "line": 104,
                                                      "column": 79
                                                    }
                                                  },
                                                  "name": "left"
                                                },
                                                "computed": false
                                              }
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 3187,
                                            "end": 3244,
                                            "loc": {
                                              "start": {
                                                "line": 105,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 105,
                                                "column": 77
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 3187,
                                              "end": 3194,
                                              "loc": {
                                                "start": {
                                                  "line": 105,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 105,
                                                  "column": 27
                                                }
                                              },
                                              "name": "offsetY"
                                            },
                                            "value": {
                                              "type": "BinaryExpression",
                                              "start": 3196,
                                              "end": 3244,
                                              "loc": {
                                                "start": {
                                                  "line": 105,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 105,
                                                  "column": 77
                                                }
                                              },
                                              "left": {
                                                "type": "BinaryExpression",
                                                "start": 3196,
                                                "end": 3228,
                                                "loc": {
                                                  "start": {
                                                    "line": 105,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 105,
                                                    "column": 61
                                                  }
                                                },
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 3196,
                                                  "end": 3201,
                                                  "loc": {
                                                    "start": {
                                                      "line": 105,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 105,
                                                      "column": 34
                                                    }
                                                  },
                                                  "name": "pageY"
                                                },
                                                "operator": "-",
                                                "right": {
                                                  "type": "MemberExpression",
                                                  "start": 3204,
                                                  "end": 3228,
                                                  "loc": {
                                                    "start": {
                                                      "line": 105,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 105,
                                                      "column": 61
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 3204,
                                                    "end": 3224,
                                                    "loc": {
                                                      "start": {
                                                        "line": 105,
                                                        "column": 37
                                                      },
                                                      "end": {
                                                        "line": 105,
                                                        "column": 57
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 3204,
                                                      "end": 3217,
                                                      "loc": {
                                                        "start": {
                                                          "line": 105,
                                                          "column": 37
                                                        },
                                                        "end": {
                                                          "line": 105,
                                                          "column": 50
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "start": 3204,
                                                        "end": 3208,
                                                        "loc": {
                                                          "start": {
                                                            "line": 105,
                                                            "column": 37
                                                          },
                                                          "end": {
                                                            "line": 105,
                                                            "column": 41
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3209,
                                                        "end": 3217,
                                                        "loc": {
                                                          "start": {
                                                            "line": 105,
                                                            "column": 42
                                                          },
                                                          "end": {
                                                            "line": 105,
                                                            "column": 50
                                                          }
                                                        },
                                                        "name": "renderer"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3218,
                                                      "end": 3224,
                                                      "loc": {
                                                        "start": {
                                                          "line": 105,
                                                          "column": 51
                                                        },
                                                        "end": {
                                                          "line": 105,
                                                          "column": 57
                                                        }
                                                      },
                                                      "name": "offset"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3225,
                                                    "end": 3228,
                                                    "loc": {
                                                      "start": {
                                                        "line": 105,
                                                        "column": 58
                                                      },
                                                      "end": {
                                                        "line": 105,
                                                        "column": 61
                                                      }
                                                    },
                                                    "name": "top"
                                                  },
                                                  "computed": false
                                                }
                                              },
                                              "operator": "-",
                                              "right": {
                                                "type": "MemberExpression",
                                                "start": 3231,
                                                "end": 3244,
                                                "loc": {
                                                  "start": {
                                                    "line": 105,
                                                    "column": 64
                                                  },
                                                  "end": {
                                                    "line": 105,
                                                    "column": 77
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3231,
                                                  "end": 3240,
                                                  "loc": {
                                                    "start": {
                                                      "line": 105,
                                                      "column": 64
                                                    },
                                                    "end": {
                                                      "line": 105,
                                                      "column": 73
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 3231,
                                                    "end": 3235,
                                                    "loc": {
                                                      "start": {
                                                        "line": 105,
                                                        "column": 64
                                                      },
                                                      "end": {
                                                        "line": 105,
                                                        "column": 68
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3236,
                                                    "end": 3240,
                                                    "loc": {
                                                      "start": {
                                                        "line": 105,
                                                        "column": 69
                                                      },
                                                      "end": {
                                                        "line": 105,
                                                        "column": 73
                                                      }
                                                    },
                                                    "name": "view"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3241,
                                                  "end": 3244,
                                                  "loc": {
                                                    "start": {
                                                      "line": 105,
                                                      "column": 74
                                                    },
                                                    "end": {
                                                      "line": 105,
                                                      "column": 77
                                                    }
                                                  },
                                                  "name": "top"
                                                },
                                                "computed": false
                                              }
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 3266,
                                            "end": 3278,
                                            "loc": {
                                              "start": {
                                                "line": 106,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 106,
                                                "column": 32
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 3266,
                                              "end": 3271,
                                              "loc": {
                                                "start": {
                                                  "line": 106,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 106,
                                                  "column": 25
                                                }
                                              },
                                              "name": "pageX"
                                            },
                                            "value": {
                                              "type": "Identifier",
                                              "start": 3273,
                                              "end": 3278,
                                              "loc": {
                                                "start": {
                                                  "line": 106,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 106,
                                                  "column": 32
                                                }
                                              },
                                              "name": "pageX"
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 3300,
                                            "end": 3312,
                                            "loc": {
                                              "start": {
                                                "line": 107,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 107,
                                                "column": 32
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 3300,
                                              "end": 3305,
                                              "loc": {
                                                "start": {
                                                  "line": 107,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 107,
                                                  "column": 25
                                                }
                                              },
                                              "name": "pageY"
                                            },
                                            "value": {
                                              "type": "Identifier",
                                              "start": 3307,
                                              "end": 3312,
                                              "loc": {
                                                "start": {
                                                  "line": 107,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 107,
                                                  "column": 32
                                                }
                                              },
                                              "name": "pageY"
                                            },
                                            "kind": "init"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          }
                        ],
                        "trailingComments": null
                      },
                      "alternate": null,
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Generic",
                          "start": 3366,
                          "end": 3376,
                          "loc": {
                            "start": {
                              "line": 112,
                              "column": 8
                            },
                            "end": {
                              "line": 112,
                              "column": 18
                            }
                          },
                          "range": [
                            3366,
                            3376
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3385,
                      "end": 3408,
                      "loc": {
                        "start": {
                          "line": 113,
                          "column": 8
                        },
                        "end": {
                          "line": 113,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3385,
                        "end": 3407,
                        "loc": {
                          "start": {
                            "line": 113,
                            "column": 8
                          },
                          "end": {
                            "line": 113,
                            "column": 30
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3385,
                          "end": 3400,
                          "loc": {
                            "start": {
                              "line": 113,
                              "column": 8
                            },
                            "end": {
                              "line": 113,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3385,
                            "end": 3390,
                            "loc": {
                              "start": {
                                "line": 113,
                                "column": 8
                              },
                              "end": {
                                "line": 113,
                                "column": 13
                              }
                            },
                            "name": "state",
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3391,
                            "end": 3400,
                            "loc": {
                              "start": {
                                "line": 113,
                                "column": 14
                              },
                              "end": {
                                "line": 113,
                                "column": 23
                              }
                            },
                            "name": "fulfilled"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "Literal",
                          "start": 3403,
                          "end": 3407,
                          "loc": {
                            "start": {
                              "line": 113,
                              "column": 26
                            },
                            "end": {
                              "line": 113,
                              "column": 30
                            }
                          },
                          "value": true,
                          "rawValue": true,
                          "raw": "true"
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Generic",
                          "start": 3366,
                          "end": 3376,
                          "loc": {
                            "start": {
                              "line": 112,
                              "column": 8
                            },
                            "end": {
                              "line": 112,
                              "column": 18
                            }
                          },
                          "range": [
                            3366,
                            3376
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3417,
                      "end": 3437,
                      "loc": {
                        "start": {
                          "line": 114,
                          "column": 8
                        },
                        "end": {
                          "line": 114,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3417,
                        "end": 3436,
                        "loc": {
                          "start": {
                            "line": 114,
                            "column": 8
                          },
                          "end": {
                            "line": 114,
                            "column": 27
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3417,
                          "end": 3428,
                          "loc": {
                            "start": {
                              "line": 114,
                              "column": 8
                            },
                            "end": {
                              "line": 114,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3417,
                            "end": 3422,
                            "loc": {
                              "start": {
                                "line": 114,
                                "column": 8
                              },
                              "end": {
                                "line": 114,
                                "column": 13
                              }
                            },
                            "name": "state"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3423,
                            "end": 3428,
                            "loc": {
                              "start": {
                                "line": 114,
                                "column": 14
                              },
                              "end": {
                                "line": 114,
                                "column": 19
                              }
                            },
                            "name": "pageX"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 3431,
                          "end": 3436,
                          "loc": {
                            "start": {
                              "line": 114,
                              "column": 22
                            },
                            "end": {
                              "line": 114,
                              "column": 27
                            }
                          },
                          "name": "pageX"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3446,
                      "end": 3466,
                      "loc": {
                        "start": {
                          "line": 115,
                          "column": 8
                        },
                        "end": {
                          "line": 115,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3446,
                        "end": 3465,
                        "loc": {
                          "start": {
                            "line": 115,
                            "column": 8
                          },
                          "end": {
                            "line": 115,
                            "column": 27
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3446,
                          "end": 3457,
                          "loc": {
                            "start": {
                              "line": 115,
                              "column": 8
                            },
                            "end": {
                              "line": 115,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3446,
                            "end": 3451,
                            "loc": {
                              "start": {
                                "line": 115,
                                "column": 8
                              },
                              "end": {
                                "line": 115,
                                "column": 13
                              }
                            },
                            "name": "state"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3452,
                            "end": 3457,
                            "loc": {
                              "start": {
                                "line": 115,
                                "column": 14
                              },
                              "end": {
                                "line": 115,
                                "column": 19
                              }
                            },
                            "name": "pageY"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 3460,
                          "end": 3465,
                          "loc": {
                            "start": {
                              "line": 115,
                              "column": 22
                            },
                            "end": {
                              "line": 115,
                              "column": 27
                            }
                          },
                          "name": "pageY"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3475,
                      "end": 3499,
                      "loc": {
                        "start": {
                          "line": 116,
                          "column": 8
                        },
                        "end": {
                          "line": 116,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3475,
                        "end": 3498,
                        "loc": {
                          "start": {
                            "line": 116,
                            "column": 8
                          },
                          "end": {
                            "line": 116,
                            "column": 31
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3475,
                          "end": 3488,
                          "loc": {
                            "start": {
                              "line": 116,
                              "column": 8
                            },
                            "end": {
                              "line": 116,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3475,
                            "end": 3480,
                            "loc": {
                              "start": {
                                "line": 116,
                                "column": 8
                              },
                              "end": {
                                "line": 116,
                                "column": 13
                              }
                            },
                            "name": "state"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3481,
                            "end": 3488,
                            "loc": {
                              "start": {
                                "line": 116,
                                "column": 14
                              },
                              "end": {
                                "line": 116,
                                "column": 21
                              }
                            },
                            "name": "clientX"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 3491,
                          "end": 3498,
                          "loc": {
                            "start": {
                              "line": 116,
                              "column": 24
                            },
                            "end": {
                              "line": 116,
                              "column": 31
                            }
                          },
                          "name": "clientX"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3508,
                      "end": 3532,
                      "loc": {
                        "start": {
                          "line": 117,
                          "column": 8
                        },
                        "end": {
                          "line": 117,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3508,
                        "end": 3531,
                        "loc": {
                          "start": {
                            "line": 117,
                            "column": 8
                          },
                          "end": {
                            "line": 117,
                            "column": 31
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3508,
                          "end": 3521,
                          "loc": {
                            "start": {
                              "line": 117,
                              "column": 8
                            },
                            "end": {
                              "line": 117,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3508,
                            "end": 3513,
                            "loc": {
                              "start": {
                                "line": 117,
                                "column": 8
                              },
                              "end": {
                                "line": 117,
                                "column": 13
                              }
                            },
                            "name": "state"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3514,
                            "end": 3521,
                            "loc": {
                              "start": {
                                "line": 117,
                                "column": 14
                              },
                              "end": {
                                "line": 117,
                                "column": 21
                              }
                            },
                            "name": "clientY"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 3524,
                          "end": 3531,
                          "loc": {
                            "start": {
                              "line": 117,
                              "column": 24
                            },
                            "end": {
                              "line": 117,
                              "column": 31
                            }
                          },
                          "name": "clientY"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3541,
                      "end": 3608,
                      "loc": {
                        "start": {
                          "line": 118,
                          "column": 8
                        },
                        "end": {
                          "line": 118,
                          "column": 75
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3541,
                        "end": 3607,
                        "loc": {
                          "start": {
                            "line": 118,
                            "column": 8
                          },
                          "end": {
                            "line": 118,
                            "column": 74
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3541,
                          "end": 3554,
                          "loc": {
                            "start": {
                              "line": 118,
                              "column": 8
                            },
                            "end": {
                              "line": 118,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3541,
                            "end": 3546,
                            "loc": {
                              "start": {
                                "line": 118,
                                "column": 8
                              },
                              "end": {
                                "line": 118,
                                "column": 13
                              }
                            },
                            "name": "state"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3547,
                            "end": 3554,
                            "loc": {
                              "start": {
                                "line": 118,
                                "column": 14
                              },
                              "end": {
                                "line": 118,
                                "column": 21
                              }
                            },
                            "name": "offsetX"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "BinaryExpression",
                          "start": 3557,
                          "end": 3607,
                          "loc": {
                            "start": {
                              "line": 118,
                              "column": 24
                            },
                            "end": {
                              "line": 118,
                              "column": 74
                            }
                          },
                          "left": {
                            "type": "BinaryExpression",
                            "start": 3557,
                            "end": 3590,
                            "loc": {
                              "start": {
                                "line": 118,
                                "column": 24
                              },
                              "end": {
                                "line": 118,
                                "column": 57
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 3557,
                              "end": 3562,
                              "loc": {
                                "start": {
                                  "line": 118,
                                  "column": 24
                                },
                                "end": {
                                  "line": 118,
                                  "column": 29
                                }
                              },
                              "name": "pageX"
                            },
                            "operator": "-",
                            "right": {
                              "type": "MemberExpression",
                              "start": 3565,
                              "end": 3590,
                              "loc": {
                                "start": {
                                  "line": 118,
                                  "column": 32
                                },
                                "end": {
                                  "line": 118,
                                  "column": 57
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 3565,
                                "end": 3585,
                                "loc": {
                                  "start": {
                                    "line": 118,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 118,
                                    "column": 52
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3565,
                                  "end": 3578,
                                  "loc": {
                                    "start": {
                                      "line": 118,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 118,
                                      "column": 45
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 3565,
                                    "end": 3569,
                                    "loc": {
                                      "start": {
                                        "line": 118,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 118,
                                        "column": 36
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3570,
                                    "end": 3578,
                                    "loc": {
                                      "start": {
                                        "line": 118,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 118,
                                        "column": 45
                                      }
                                    },
                                    "name": "renderer"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3579,
                                  "end": 3585,
                                  "loc": {
                                    "start": {
                                      "line": 118,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 118,
                                      "column": 52
                                    }
                                  },
                                  "name": "offset"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3586,
                                "end": 3590,
                                "loc": {
                                  "start": {
                                    "line": 118,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 118,
                                    "column": 57
                                  }
                                },
                                "name": "left"
                              },
                              "computed": false
                            }
                          },
                          "operator": "-",
                          "right": {
                            "type": "MemberExpression",
                            "start": 3593,
                            "end": 3607,
                            "loc": {
                              "start": {
                                "line": 118,
                                "column": 60
                              },
                              "end": {
                                "line": 118,
                                "column": 74
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 3593,
                              "end": 3602,
                              "loc": {
                                "start": {
                                  "line": 118,
                                  "column": 60
                                },
                                "end": {
                                  "line": 118,
                                  "column": 69
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3593,
                                "end": 3597,
                                "loc": {
                                  "start": {
                                    "line": 118,
                                    "column": 60
                                  },
                                  "end": {
                                    "line": 118,
                                    "column": 64
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3598,
                                "end": 3602,
                                "loc": {
                                  "start": {
                                    "line": 118,
                                    "column": 65
                                  },
                                  "end": {
                                    "line": 118,
                                    "column": 69
                                  }
                                },
                                "name": "view"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3603,
                              "end": 3607,
                              "loc": {
                                "start": {
                                  "line": 118,
                                  "column": 70
                                },
                                "end": {
                                  "line": 118,
                                  "column": 74
                                }
                              },
                              "name": "left"
                            },
                            "computed": false
                          }
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3617,
                      "end": 3682,
                      "loc": {
                        "start": {
                          "line": 119,
                          "column": 8
                        },
                        "end": {
                          "line": 119,
                          "column": 73
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3617,
                        "end": 3681,
                        "loc": {
                          "start": {
                            "line": 119,
                            "column": 8
                          },
                          "end": {
                            "line": 119,
                            "column": 72
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3617,
                          "end": 3630,
                          "loc": {
                            "start": {
                              "line": 119,
                              "column": 8
                            },
                            "end": {
                              "line": 119,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3617,
                            "end": 3622,
                            "loc": {
                              "start": {
                                "line": 119,
                                "column": 8
                              },
                              "end": {
                                "line": 119,
                                "column": 13
                              }
                            },
                            "name": "state"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3623,
                            "end": 3630,
                            "loc": {
                              "start": {
                                "line": 119,
                                "column": 14
                              },
                              "end": {
                                "line": 119,
                                "column": 21
                              }
                            },
                            "name": "offsetY"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "BinaryExpression",
                          "start": 3633,
                          "end": 3681,
                          "loc": {
                            "start": {
                              "line": 119,
                              "column": 24
                            },
                            "end": {
                              "line": 119,
                              "column": 72
                            }
                          },
                          "left": {
                            "type": "BinaryExpression",
                            "start": 3633,
                            "end": 3665,
                            "loc": {
                              "start": {
                                "line": 119,
                                "column": 24
                              },
                              "end": {
                                "line": 119,
                                "column": 56
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 3633,
                              "end": 3638,
                              "loc": {
                                "start": {
                                  "line": 119,
                                  "column": 24
                                },
                                "end": {
                                  "line": 119,
                                  "column": 29
                                }
                              },
                              "name": "pageY"
                            },
                            "operator": "-",
                            "right": {
                              "type": "MemberExpression",
                              "start": 3641,
                              "end": 3665,
                              "loc": {
                                "start": {
                                  "line": 119,
                                  "column": 32
                                },
                                "end": {
                                  "line": 119,
                                  "column": 56
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 3641,
                                "end": 3661,
                                "loc": {
                                  "start": {
                                    "line": 119,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 119,
                                    "column": 52
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3641,
                                  "end": 3654,
                                  "loc": {
                                    "start": {
                                      "line": 119,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 119,
                                      "column": 45
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 3641,
                                    "end": 3645,
                                    "loc": {
                                      "start": {
                                        "line": 119,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 119,
                                        "column": 36
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3646,
                                    "end": 3654,
                                    "loc": {
                                      "start": {
                                        "line": 119,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 119,
                                        "column": 45
                                      }
                                    },
                                    "name": "renderer"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3655,
                                  "end": 3661,
                                  "loc": {
                                    "start": {
                                      "line": 119,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 119,
                                      "column": 52
                                    }
                                  },
                                  "name": "offset"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3662,
                                "end": 3665,
                                "loc": {
                                  "start": {
                                    "line": 119,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 119,
                                    "column": 56
                                  }
                                },
                                "name": "top"
                              },
                              "computed": false
                            }
                          },
                          "operator": "-",
                          "right": {
                            "type": "MemberExpression",
                            "start": 3668,
                            "end": 3681,
                            "loc": {
                              "start": {
                                "line": 119,
                                "column": 59
                              },
                              "end": {
                                "line": 119,
                                "column": 72
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 3668,
                              "end": 3677,
                              "loc": {
                                "start": {
                                  "line": 119,
                                  "column": 59
                                },
                                "end": {
                                  "line": 119,
                                  "column": 68
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3668,
                                "end": 3672,
                                "loc": {
                                  "start": {
                                    "line": 119,
                                    "column": 59
                                  },
                                  "end": {
                                    "line": 119,
                                    "column": 63
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3673,
                                "end": 3677,
                                "loc": {
                                  "start": {
                                    "line": 119,
                                    "column": 64
                                  },
                                  "end": {
                                    "line": 119,
                                    "column": 68
                                  }
                                },
                                "name": "view"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3678,
                              "end": 3681,
                              "loc": {
                                "start": {
                                  "line": 119,
                                  "column": 69
                                },
                                "end": {
                                  "line": 119,
                                  "column": 72
                                }
                              },
                              "name": "top"
                            },
                            "computed": false
                          }
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3692,
                      "end": 3714,
                      "loc": {
                        "start": {
                          "line": 121,
                          "column": 8
                        },
                        "end": {
                          "line": 121,
                          "column": 30
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3692,
                        "end": 3713,
                        "loc": {
                          "start": {
                            "line": 121,
                            "column": 8
                          },
                          "end": {
                            "line": 121,
                            "column": 29
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3692,
                          "end": 3704,
                          "loc": {
                            "start": {
                              "line": 121,
                              "column": 8
                            },
                            "end": {
                              "line": 121,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3692,
                            "end": 3697,
                            "loc": {
                              "start": {
                                "line": 121,
                                "column": 8
                              },
                              "end": {
                                "line": 121,
                                "column": 13
                              }
                            },
                            "name": "state"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3698,
                            "end": 3704,
                            "loc": {
                              "start": {
                                "line": 121,
                                "column": 14
                              },
                              "end": {
                                "line": 121,
                                "column": 20
                              }
                            },
                            "name": "button"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 3707,
                          "end": 3713,
                          "loc": {
                            "start": {
                              "line": 121,
                              "column": 23
                            },
                            "end": {
                              "line": 121,
                              "column": 29
                            }
                          },
                          "name": "button"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3723,
                      "end": 3743,
                      "loc": {
                        "start": {
                          "line": 122,
                          "column": 8
                        },
                        "end": {
                          "line": 122,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3723,
                        "end": 3742,
                        "loc": {
                          "start": {
                            "line": 122,
                            "column": 8
                          },
                          "end": {
                            "line": 122,
                            "column": 27
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3723,
                          "end": 3734,
                          "loc": {
                            "start": {
                              "line": 122,
                              "column": 8
                            },
                            "end": {
                              "line": 122,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3723,
                            "end": 3728,
                            "loc": {
                              "start": {
                                "line": 122,
                                "column": 8
                              },
                              "end": {
                                "line": 122,
                                "column": 13
                              }
                            },
                            "name": "state"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3729,
                            "end": 3734,
                            "loc": {
                              "start": {
                                "line": 122,
                                "column": 14
                              },
                              "end": {
                                "line": 122,
                                "column": 19
                              }
                            },
                            "name": "which"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 3737,
                          "end": 3742,
                          "loc": {
                            "start": {
                              "line": 122,
                              "column": 22
                            },
                            "end": {
                              "line": 122,
                              "column": 27
                            }
                          },
                          "name": "which"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3752,
                      "end": 3772,
                      "loc": {
                        "start": {
                          "line": 123,
                          "column": 8
                        },
                        "end": {
                          "line": 123,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3752,
                        "end": 3771,
                        "loc": {
                          "start": {
                            "line": 123,
                            "column": 8
                          },
                          "end": {
                            "line": 123,
                            "column": 27
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3752,
                          "end": 3763,
                          "loc": {
                            "start": {
                              "line": 123,
                              "column": 8
                            },
                            "end": {
                              "line": 123,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3752,
                            "end": 3757,
                            "loc": {
                              "start": {
                                "line": 123,
                                "column": 8
                              },
                              "end": {
                                "line": 123,
                                "column": 13
                              }
                            },
                            "name": "state"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3758,
                            "end": 3763,
                            "loc": {
                              "start": {
                                "line": 123,
                                "column": 14
                              },
                              "end": {
                                "line": 123,
                                "column": 19
                              }
                            },
                            "name": "event"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 3766,
                          "end": 3771,
                          "loc": {
                            "start": {
                              "line": 123,
                              "column": 22
                            },
                            "end": {
                              "line": 123,
                              "column": 27
                            }
                          },
                          "name": "event"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3781,
                      "end": 3806,
                      "loc": {
                        "start": {
                          "line": 124,
                          "column": 8
                        },
                        "end": {
                          "line": 124,
                          "column": 33
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3781,
                        "end": 3805,
                        "loc": {
                          "start": {
                            "line": 124,
                            "column": 8
                          },
                          "end": {
                            "line": 124,
                            "column": 32
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3781,
                          "end": 3798,
                          "loc": {
                            "start": {
                              "line": 124,
                              "column": 8
                            },
                            "end": {
                              "line": 124,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3781,
                            "end": 3793,
                            "loc": {
                              "start": {
                                "line": 124,
                                "column": 8
                              },
                              "end": {
                                "line": 124,
                                "column": 20
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3781,
                              "end": 3785,
                              "loc": {
                                "start": {
                                  "line": 124,
                                  "column": 8
                                },
                                "end": {
                                  "line": 124,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3786,
                              "end": 3793,
                              "loc": {
                                "start": {
                                  "line": 124,
                                  "column": 13
                                },
                                "end": {
                                  "line": 124,
                                  "column": 20
                                }
                              },
                              "name": "changes"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3794,
                            "end": 3798,
                            "loc": {
                              "start": {
                                "line": 124,
                                "column": 21
                              },
                              "end": {
                                "line": 124,
                                "column": 25
                              }
                            },
                            "name": "push"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 3799,
                            "end": 3804,
                            "loc": {
                              "start": {
                                "line": 124,
                                "column": 26
                              },
                              "end": {
                                "line": 124,
                                "column": 31
                              }
                            },
                            "name": "state"
                          }
                        ]
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 3816,
                      "end": 4864,
                      "loc": {
                        "start": {
                          "line": 126,
                          "column": 8
                        },
                        "end": {
                          "line": 144,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 3820,
                        "end": 3840,
                        "loc": {
                          "start": {
                            "line": 126,
                            "column": 12
                          },
                          "end": {
                            "line": 126,
                            "column": 32
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 3820,
                          "end": 3824,
                          "loc": {
                            "start": {
                              "line": 126,
                              "column": 12
                            },
                            "end": {
                              "line": 126,
                              "column": 16
                            }
                          },
                          "name": "type"
                        },
                        "operator": "===",
                        "right": {
                          "type": "Literal",
                          "start": 3829,
                          "end": 3840,
                          "loc": {
                            "start": {
                              "line": 126,
                              "column": 21
                            },
                            "end": {
                              "line": 126,
                              "column": 32
                            }
                          },
                          "value": "mousedown",
                          "rawValue": "mousedown",
                          "raw": "'mousedown'"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 3842,
                        "end": 4097,
                        "loc": {
                          "start": {
                            "line": 126,
                            "column": 34
                          },
                          "end": {
                            "line": 131,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 3856,
                            "end": 3879,
                            "loc": {
                              "start": {
                                "line": 127,
                                "column": 12
                              },
                              "end": {
                                "line": 127,
                                "column": 35
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 3856,
                              "end": 3878,
                              "loc": {
                                "start": {
                                  "line": 127,
                                  "column": 12
                                },
                                "end": {
                                  "line": 127,
                                  "column": 34
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 3856,
                                "end": 3871,
                                "loc": {
                                  "start": {
                                    "line": 127,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 127,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3856,
                                  "end": 3866,
                                  "loc": {
                                    "start": {
                                      "line": 127,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 127,
                                      "column": 22
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 3856,
                                    "end": 3860,
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3861,
                                    "end": 3866,
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 22
                                      }
                                    },
                                    "name": "mouse"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3867,
                                  "end": 3871,
                                  "loc": {
                                    "start": {
                                      "line": 127,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 127,
                                      "column": 27
                                    }
                                  },
                                  "name": "down"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "Literal",
                                "start": 3874,
                                "end": 3878,
                                "loc": {
                                  "start": {
                                    "line": 127,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 127,
                                    "column": 34
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 3892,
                            "end": 3919,
                            "loc": {
                              "start": {
                                "line": 128,
                                "column": 12
                              },
                              "end": {
                                "line": 128,
                                "column": 39
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 3892,
                              "end": 3918,
                              "loc": {
                                "start": {
                                  "line": 128,
                                  "column": 12
                                },
                                "end": {
                                  "line": 128,
                                  "column": 38
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 3892,
                                "end": 3909,
                                "loc": {
                                  "start": {
                                    "line": 128,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 128,
                                    "column": 29
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3892,
                                  "end": 3902,
                                  "loc": {
                                    "start": {
                                      "line": 128,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 128,
                                      "column": 22
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 3892,
                                    "end": 3896,
                                    "loc": {
                                      "start": {
                                        "line": 128,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 128,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3897,
                                    "end": 3902,
                                    "loc": {
                                      "start": {
                                        "line": 128,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 128,
                                        "column": 22
                                      }
                                    },
                                    "name": "mouse"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3903,
                                  "end": 3909,
                                  "loc": {
                                    "start": {
                                      "line": 128,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 128,
                                      "column": 29
                                    }
                                  },
                                  "name": "button"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 3912,
                                "end": 3918,
                                "loc": {
                                  "start": {
                                    "line": 128,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 128,
                                    "column": 38
                                  }
                                },
                                "name": "button"
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 3932,
                            "end": 4002,
                            "loc": {
                              "start": {
                                "line": 129,
                                "column": 12
                              },
                              "end": {
                                "line": 129,
                                "column": 82
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 3932,
                              "end": 4001,
                              "loc": {
                                "start": {
                                  "line": 129,
                                  "column": 12
                                },
                                "end": {
                                  "line": 129,
                                  "column": 81
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3932,
                                "end": 3957,
                                "loc": {
                                  "start": {
                                    "line": 129,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 129,
                                    "column": 37
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3932,
                                  "end": 3940,
                                  "loc": {
                                    "start": {
                                      "line": 129,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 129,
                                      "column": 20
                                    }
                                  },
                                  "name": "document"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3941,
                                  "end": 3957,
                                  "loc": {
                                    "start": {
                                      "line": 129,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 129,
                                      "column": 37
                                    }
                                  },
                                  "name": "addEventListener"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Literal",
                                  "start": 3958,
                                  "end": 3967,
                                  "loc": {
                                    "start": {
                                      "line": 129,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 129,
                                      "column": 47
                                    }
                                  },
                                  "value": "mouseup",
                                  "rawValue": "mouseup",
                                  "raw": "'mouseup'"
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 3969,
                                  "end": 3993,
                                  "loc": {
                                    "start": {
                                      "line": 129,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 129,
                                      "column": 73
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 3969,
                                    "end": 3973,
                                    "loc": {
                                      "start": {
                                        "line": 129,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 129,
                                        "column": 53
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3974,
                                    "end": 3993,
                                    "loc": {
                                      "start": {
                                        "line": 129,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 129,
                                        "column": 73
                                      }
                                    },
                                    "name": "eventHandlerDefault"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "Literal",
                                  "start": 3995,
                                  "end": 4000,
                                  "loc": {
                                    "start": {
                                      "line": 129,
                                      "column": 75
                                    },
                                    "end": {
                                      "line": 129,
                                      "column": 80
                                    }
                                  },
                                  "value": false,
                                  "rawValue": false,
                                  "raw": "false"
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 4015,
                            "end": 4087,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 12
                              },
                              "end": {
                                "line": 130,
                                "column": 84
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 4015,
                              "end": 4086,
                              "loc": {
                                "start": {
                                  "line": 130,
                                  "column": 12
                                },
                                "end": {
                                  "line": 130,
                                  "column": 83
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 4015,
                                "end": 4040,
                                "loc": {
                                  "start": {
                                    "line": 130,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 130,
                                    "column": 37
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4015,
                                  "end": 4023,
                                  "loc": {
                                    "start": {
                                      "line": 130,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 130,
                                      "column": 20
                                    }
                                  },
                                  "name": "document"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4024,
                                  "end": 4040,
                                  "loc": {
                                    "start": {
                                      "line": 130,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 130,
                                      "column": 37
                                    }
                                  },
                                  "name": "addEventListener"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Literal",
                                  "start": 4041,
                                  "end": 4052,
                                  "loc": {
                                    "start": {
                                      "line": 130,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 130,
                                      "column": 49
                                    }
                                  },
                                  "value": "mousemove",
                                  "rawValue": "mousemove",
                                  "raw": "'mousemove'"
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 4054,
                                  "end": 4078,
                                  "loc": {
                                    "start": {
                                      "line": 130,
                                      "column": 51
                                    },
                                    "end": {
                                      "line": 130,
                                      "column": 75
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 4054,
                                    "end": 4058,
                                    "loc": {
                                      "start": {
                                        "line": 130,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 130,
                                        "column": 55
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4059,
                                    "end": 4078,
                                    "loc": {
                                      "start": {
                                        "line": 130,
                                        "column": 56
                                      },
                                      "end": {
                                        "line": 130,
                                        "column": 75
                                      }
                                    },
                                    "name": "eventHandlerDefault"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "Literal",
                                  "start": 4080,
                                  "end": 4085,
                                  "loc": {
                                    "start": {
                                      "line": 130,
                                      "column": 77
                                    },
                                    "end": {
                                      "line": 130,
                                      "column": 82
                                    }
                                  },
                                  "value": false,
                                  "rawValue": false,
                                  "raw": "false"
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": {
                        "type": "IfStatement",
                        "start": 4103,
                        "end": 4864,
                        "loc": {
                          "start": {
                            "line": 131,
                            "column": 15
                          },
                          "end": {
                            "line": 144,
                            "column": 9
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 4107,
                          "end": 4125,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 19
                            },
                            "end": {
                              "line": 131,
                              "column": 37
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 4107,
                            "end": 4111,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 19
                              },
                              "end": {
                                "line": 131,
                                "column": 23
                              }
                            },
                            "name": "type"
                          },
                          "operator": "===",
                          "right": {
                            "type": "Literal",
                            "start": 4116,
                            "end": 4125,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 28
                              },
                              "end": {
                                "line": 131,
                                "column": 37
                              }
                            },
                            "value": "mouseup",
                            "rawValue": "mouseup",
                            "raw": "'mouseup'"
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 4127,
                          "end": 4375,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 39
                            },
                            "end": {
                              "line": 136,
                              "column": 9
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 4141,
                              "end": 4165,
                              "loc": {
                                "start": {
                                  "line": 132,
                                  "column": 12
                                },
                                "end": {
                                  "line": 132,
                                  "column": 36
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 4141,
                                "end": 4164,
                                "loc": {
                                  "start": {
                                    "line": 132,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 132,
                                    "column": 35
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 4141,
                                  "end": 4156,
                                  "loc": {
                                    "start": {
                                      "line": 132,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 132,
                                      "column": 27
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 4141,
                                    "end": 4151,
                                    "loc": {
                                      "start": {
                                        "line": 132,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 132,
                                        "column": 22
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 4141,
                                      "end": 4145,
                                      "loc": {
                                        "start": {
                                          "line": 132,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 132,
                                          "column": 16
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4146,
                                      "end": 4151,
                                      "loc": {
                                        "start": {
                                          "line": 132,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 132,
                                          "column": 22
                                        }
                                      },
                                      "name": "mouse"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4152,
                                    "end": 4156,
                                    "loc": {
                                      "start": {
                                        "line": 132,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 132,
                                        "column": 27
                                      }
                                    },
                                    "name": "down"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "Literal",
                                  "start": 4159,
                                  "end": 4164,
                                  "loc": {
                                    "start": {
                                      "line": 132,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 132,
                                      "column": 35
                                    }
                                  },
                                  "value": false,
                                  "rawValue": false,
                                  "raw": "false"
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 4178,
                              "end": 4205,
                              "loc": {
                                "start": {
                                  "line": 133,
                                  "column": 12
                                },
                                "end": {
                                  "line": 133,
                                  "column": 39
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 4178,
                                "end": 4204,
                                "loc": {
                                  "start": {
                                    "line": 133,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 133,
                                    "column": 38
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 4178,
                                  "end": 4195,
                                  "loc": {
                                    "start": {
                                      "line": 133,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 133,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 4178,
                                    "end": 4188,
                                    "loc": {
                                      "start": {
                                        "line": 133,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 133,
                                        "column": 22
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 4178,
                                      "end": 4182,
                                      "loc": {
                                        "start": {
                                          "line": 133,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 133,
                                          "column": 16
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4183,
                                      "end": 4188,
                                      "loc": {
                                        "start": {
                                          "line": 133,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 133,
                                          "column": 22
                                        }
                                      },
                                      "name": "mouse"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4189,
                                    "end": 4195,
                                    "loc": {
                                      "start": {
                                        "line": 133,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 133,
                                        "column": 29
                                      }
                                    },
                                    "name": "button"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "Identifier",
                                  "start": 4198,
                                  "end": 4204,
                                  "loc": {
                                    "start": {
                                      "line": 133,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 133,
                                      "column": 38
                                    }
                                  },
                                  "name": "button"
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 4218,
                              "end": 4284,
                              "loc": {
                                "start": {
                                  "line": 134,
                                  "column": 12
                                },
                                "end": {
                                  "line": 134,
                                  "column": 78
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 4218,
                                "end": 4283,
                                "loc": {
                                  "start": {
                                    "line": 134,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 134,
                                    "column": 77
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 4218,
                                  "end": 4246,
                                  "loc": {
                                    "start": {
                                      "line": 134,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 134,
                                      "column": 40
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 4218,
                                    "end": 4226,
                                    "loc": {
                                      "start": {
                                        "line": 134,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 134,
                                        "column": 20
                                      }
                                    },
                                    "name": "document"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4227,
                                    "end": 4246,
                                    "loc": {
                                      "start": {
                                        "line": 134,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 134,
                                        "column": 40
                                      }
                                    },
                                    "name": "removeEventListener"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "start": 4247,
                                    "end": 4256,
                                    "loc": {
                                      "start": {
                                        "line": 134,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 134,
                                        "column": 50
                                      }
                                    },
                                    "value": "mouseup",
                                    "rawValue": "mouseup",
                                    "raw": "'mouseup'"
                                  },
                                  {
                                    "type": "MemberExpression",
                                    "start": 4258,
                                    "end": 4282,
                                    "loc": {
                                      "start": {
                                        "line": 134,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 134,
                                        "column": 76
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 4258,
                                      "end": 4262,
                                      "loc": {
                                        "start": {
                                          "line": 134,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 134,
                                          "column": 56
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4263,
                                      "end": 4282,
                                      "loc": {
                                        "start": {
                                          "line": 134,
                                          "column": 57
                                        },
                                        "end": {
                                          "line": 134,
                                          "column": 76
                                        }
                                      },
                                      "name": "eventHandlerDefault"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 4297,
                              "end": 4365,
                              "loc": {
                                "start": {
                                  "line": 135,
                                  "column": 12
                                },
                                "end": {
                                  "line": 135,
                                  "column": 80
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 4297,
                                "end": 4364,
                                "loc": {
                                  "start": {
                                    "line": 135,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 135,
                                    "column": 79
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 4297,
                                  "end": 4325,
                                  "loc": {
                                    "start": {
                                      "line": 135,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 135,
                                      "column": 40
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 4297,
                                    "end": 4305,
                                    "loc": {
                                      "start": {
                                        "line": 135,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 135,
                                        "column": 20
                                      }
                                    },
                                    "name": "document"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4306,
                                    "end": 4325,
                                    "loc": {
                                      "start": {
                                        "line": 135,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 135,
                                        "column": 40
                                      }
                                    },
                                    "name": "removeEventListener"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "start": 4326,
                                    "end": 4337,
                                    "loc": {
                                      "start": {
                                        "line": 135,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 135,
                                        "column": 52
                                      }
                                    },
                                    "value": "mousemove",
                                    "rawValue": "mousemove",
                                    "raw": "'mousemove'"
                                  },
                                  {
                                    "type": "MemberExpression",
                                    "start": 4339,
                                    "end": 4363,
                                    "loc": {
                                      "start": {
                                        "line": 135,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 135,
                                        "column": 78
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 4339,
                                      "end": 4343,
                                      "loc": {
                                        "start": {
                                          "line": 135,
                                          "column": 54
                                        },
                                        "end": {
                                          "line": 135,
                                          "column": 58
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4344,
                                      "end": 4363,
                                      "loc": {
                                        "start": {
                                          "line": 135,
                                          "column": 59
                                        },
                                        "end": {
                                          "line": 135,
                                          "column": 78
                                        }
                                      },
                                      "name": "eventHandlerDefault"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            }
                          ]
                        },
                        "alternate": {
                          "type": "IfStatement",
                          "start": 4381,
                          "end": 4864,
                          "loc": {
                            "start": {
                              "line": 136,
                              "column": 15
                            },
                            "end": {
                              "line": 144,
                              "column": 9
                            }
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 4385,
                            "end": 4406,
                            "loc": {
                              "start": {
                                "line": 136,
                                "column": 19
                              },
                              "end": {
                                "line": 136,
                                "column": 40
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 4385,
                              "end": 4389,
                              "loc": {
                                "start": {
                                  "line": 136,
                                  "column": 19
                                },
                                "end": {
                                  "line": 136,
                                  "column": 23
                                }
                              },
                              "name": "type"
                            },
                            "operator": "===",
                            "right": {
                              "type": "Literal",
                              "start": 4394,
                              "end": 4406,
                              "loc": {
                                "start": {
                                  "line": 136,
                                  "column": 28
                                },
                                "end": {
                                  "line": 136,
                                  "column": 40
                                }
                              },
                              "value": "touchstart",
                              "rawValue": "touchstart",
                              "raw": "'touchstart'"
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 4408,
                            "end": 4624,
                            "loc": {
                              "start": {
                                "line": 136,
                                "column": 42
                              },
                              "end": {
                                "line": 140,
                                "column": 9
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 4422,
                                "end": 4445,
                                "loc": {
                                  "start": {
                                    "line": 137,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 137,
                                    "column": 35
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 4422,
                                  "end": 4444,
                                  "loc": {
                                    "start": {
                                      "line": 137,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 137,
                                      "column": 34
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 4422,
                                    "end": 4437,
                                    "loc": {
                                      "start": {
                                        "line": 137,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 137,
                                        "column": 27
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 4422,
                                      "end": 4432,
                                      "loc": {
                                        "start": {
                                          "line": 137,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 137,
                                          "column": 22
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 4422,
                                        "end": 4426,
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 16
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4427,
                                        "end": 4432,
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 22
                                          }
                                        },
                                        "name": "touch"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4433,
                                      "end": 4437,
                                      "loc": {
                                        "start": {
                                          "line": 137,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 137,
                                          "column": 27
                                        }
                                      },
                                      "name": "down"
                                    },
                                    "computed": false
                                  },
                                  "right": {
                                    "type": "Literal",
                                    "start": 4440,
                                    "end": 4444,
                                    "loc": {
                                      "start": {
                                        "line": 137,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 137,
                                        "column": 34
                                      }
                                    },
                                    "value": true,
                                    "rawValue": true,
                                    "raw": "true"
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 4458,
                                "end": 4529,
                                "loc": {
                                  "start": {
                                    "line": 138,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 138,
                                    "column": 83
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 4458,
                                  "end": 4528,
                                  "loc": {
                                    "start": {
                                      "line": 138,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 138,
                                      "column": 82
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 4458,
                                    "end": 4483,
                                    "loc": {
                                      "start": {
                                        "line": 138,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 138,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4458,
                                      "end": 4466,
                                      "loc": {
                                        "start": {
                                          "line": 138,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 138,
                                          "column": 20
                                        }
                                      },
                                      "name": "document"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4467,
                                      "end": 4483,
                                      "loc": {
                                        "start": {
                                          "line": 138,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 138,
                                          "column": 37
                                        }
                                      },
                                      "name": "addEventListener"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Literal",
                                      "start": 4484,
                                      "end": 4494,
                                      "loc": {
                                        "start": {
                                          "line": 138,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 138,
                                          "column": 48
                                        }
                                      },
                                      "value": "touchend",
                                      "rawValue": "touchend",
                                      "raw": "'touchend'"
                                    },
                                    {
                                      "type": "MemberExpression",
                                      "start": 4496,
                                      "end": 4520,
                                      "loc": {
                                        "start": {
                                          "line": 138,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 138,
                                          "column": 74
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 4496,
                                        "end": 4500,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 54
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4501,
                                        "end": 4520,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 74
                                          }
                                        },
                                        "name": "eventHandlerDefault"
                                      },
                                      "computed": false
                                    },
                                    {
                                      "type": "Literal",
                                      "start": 4522,
                                      "end": 4527,
                                      "loc": {
                                        "start": {
                                          "line": 138,
                                          "column": 76
                                        },
                                        "end": {
                                          "line": 138,
                                          "column": 81
                                        }
                                      },
                                      "value": false,
                                      "rawValue": false,
                                      "raw": "false"
                                    }
                                  ]
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 4542,
                                "end": 4614,
                                "loc": {
                                  "start": {
                                    "line": 139,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 139,
                                    "column": 84
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 4542,
                                  "end": 4613,
                                  "loc": {
                                    "start": {
                                      "line": 139,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 139,
                                      "column": 83
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 4542,
                                    "end": 4567,
                                    "loc": {
                                      "start": {
                                        "line": 139,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 139,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4542,
                                      "end": 4550,
                                      "loc": {
                                        "start": {
                                          "line": 139,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 139,
                                          "column": 20
                                        }
                                      },
                                      "name": "document"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4551,
                                      "end": 4567,
                                      "loc": {
                                        "start": {
                                          "line": 139,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 139,
                                          "column": 37
                                        }
                                      },
                                      "name": "addEventListener"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Literal",
                                      "start": 4568,
                                      "end": 4579,
                                      "loc": {
                                        "start": {
                                          "line": 139,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 139,
                                          "column": 49
                                        }
                                      },
                                      "value": "touchmove",
                                      "rawValue": "touchmove",
                                      "raw": "'touchmove'"
                                    },
                                    {
                                      "type": "MemberExpression",
                                      "start": 4581,
                                      "end": 4605,
                                      "loc": {
                                        "start": {
                                          "line": 139,
                                          "column": 51
                                        },
                                        "end": {
                                          "line": 139,
                                          "column": 75
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 4581,
                                        "end": 4585,
                                        "loc": {
                                          "start": {
                                            "line": 139,
                                            "column": 51
                                          },
                                          "end": {
                                            "line": 139,
                                            "column": 55
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4586,
                                        "end": 4605,
                                        "loc": {
                                          "start": {
                                            "line": 139,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 139,
                                            "column": 75
                                          }
                                        },
                                        "name": "eventHandlerDefault"
                                      },
                                      "computed": false
                                    },
                                    {
                                      "type": "Literal",
                                      "start": 4607,
                                      "end": 4612,
                                      "loc": {
                                        "start": {
                                          "line": 139,
                                          "column": 77
                                        },
                                        "end": {
                                          "line": 139,
                                          "column": 82
                                        }
                                      },
                                      "value": false,
                                      "rawValue": false,
                                      "raw": "false"
                                    }
                                  ]
                                }
                              }
                            ]
                          },
                          "alternate": {
                            "type": "IfStatement",
                            "start": 4630,
                            "end": 4864,
                            "loc": {
                              "start": {
                                "line": 140,
                                "column": 15
                              },
                              "end": {
                                "line": 144,
                                "column": 9
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 4634,
                              "end": 4653,
                              "loc": {
                                "start": {
                                  "line": 140,
                                  "column": 19
                                },
                                "end": {
                                  "line": 140,
                                  "column": 38
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 4634,
                                "end": 4638,
                                "loc": {
                                  "start": {
                                    "line": 140,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 140,
                                    "column": 23
                                  }
                                },
                                "name": "type"
                              },
                              "operator": "===",
                              "right": {
                                "type": "Literal",
                                "start": 4643,
                                "end": 4653,
                                "loc": {
                                  "start": {
                                    "line": 140,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 140,
                                    "column": 38
                                  }
                                },
                                "value": "touchend",
                                "rawValue": "touchend",
                                "raw": "'touchend'"
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 4655,
                              "end": 4864,
                              "loc": {
                                "start": {
                                  "line": 140,
                                  "column": 40
                                },
                                "end": {
                                  "line": 144,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4669,
                                  "end": 4693,
                                  "loc": {
                                    "start": {
                                      "line": 141,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 141,
                                      "column": 36
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 4669,
                                    "end": 4692,
                                    "loc": {
                                      "start": {
                                        "line": 141,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 141,
                                        "column": 35
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 4669,
                                      "end": 4684,
                                      "loc": {
                                        "start": {
                                          "line": 141,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 141,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4669,
                                        "end": 4679,
                                        "loc": {
                                          "start": {
                                            "line": 141,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 141,
                                            "column": 22
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4669,
                                          "end": 4673,
                                          "loc": {
                                            "start": {
                                              "line": 141,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 141,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4674,
                                          "end": 4679,
                                          "loc": {
                                            "start": {
                                              "line": 141,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 141,
                                              "column": 22
                                            }
                                          },
                                          "name": "touch"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4680,
                                        "end": 4684,
                                        "loc": {
                                          "start": {
                                            "line": 141,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 141,
                                            "column": 27
                                          }
                                        },
                                        "name": "down"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "start": 4687,
                                      "end": 4692,
                                      "loc": {
                                        "start": {
                                          "line": 141,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 141,
                                          "column": 35
                                        }
                                      },
                                      "value": false,
                                      "rawValue": false,
                                      "raw": "false"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4706,
                                  "end": 4773,
                                  "loc": {
                                    "start": {
                                      "line": 142,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 142,
                                      "column": 79
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4706,
                                    "end": 4772,
                                    "loc": {
                                      "start": {
                                        "line": 142,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 142,
                                        "column": 78
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4706,
                                      "end": 4734,
                                      "loc": {
                                        "start": {
                                          "line": 142,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 142,
                                          "column": 40
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4706,
                                        "end": 4714,
                                        "loc": {
                                          "start": {
                                            "line": 142,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 142,
                                            "column": 20
                                          }
                                        },
                                        "name": "document"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4715,
                                        "end": 4734,
                                        "loc": {
                                          "start": {
                                            "line": 142,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 142,
                                            "column": 40
                                          }
                                        },
                                        "name": "removeEventListener"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "start": 4735,
                                        "end": 4745,
                                        "loc": {
                                          "start": {
                                            "line": 142,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 142,
                                            "column": 51
                                          }
                                        },
                                        "value": "touchend",
                                        "rawValue": "touchend",
                                        "raw": "'touchend'"
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "start": 4747,
                                        "end": 4771,
                                        "loc": {
                                          "start": {
                                            "line": 142,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 142,
                                            "column": 77
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4747,
                                          "end": 4751,
                                          "loc": {
                                            "start": {
                                              "line": 142,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 142,
                                              "column": 57
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4752,
                                          "end": 4771,
                                          "loc": {
                                            "start": {
                                              "line": 142,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 142,
                                              "column": 77
                                            }
                                          },
                                          "name": "eventHandlerDefault"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4786,
                                  "end": 4854,
                                  "loc": {
                                    "start": {
                                      "line": 143,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 143,
                                      "column": 80
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4786,
                                    "end": 4853,
                                    "loc": {
                                      "start": {
                                        "line": 143,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 143,
                                        "column": 79
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4786,
                                      "end": 4814,
                                      "loc": {
                                        "start": {
                                          "line": 143,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 143,
                                          "column": 40
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4786,
                                        "end": 4794,
                                        "loc": {
                                          "start": {
                                            "line": 143,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 143,
                                            "column": 20
                                          }
                                        },
                                        "name": "document"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4795,
                                        "end": 4814,
                                        "loc": {
                                          "start": {
                                            "line": 143,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 143,
                                            "column": 40
                                          }
                                        },
                                        "name": "removeEventListener"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "start": 4815,
                                        "end": 4826,
                                        "loc": {
                                          "start": {
                                            "line": 143,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 143,
                                            "column": 52
                                          }
                                        },
                                        "value": "touchmove",
                                        "rawValue": "touchmove",
                                        "raw": "'touchmove'"
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "start": 4828,
                                        "end": 4852,
                                        "loc": {
                                          "start": {
                                            "line": 143,
                                            "column": 54
                                          },
                                          "end": {
                                            "line": 143,
                                            "column": 78
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4828,
                                          "end": 4832,
                                          "loc": {
                                            "start": {
                                              "line": 143,
                                              "column": 54
                                            },
                                            "end": {
                                              "line": 143,
                                              "column": 58
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4833,
                                          "end": 4852,
                                          "loc": {
                                            "start": {
                                              "line": 143,
                                              "column": 59
                                            },
                                            "end": {
                                              "line": 143,
                                              "column": 78
                                            }
                                          },
                                          "name": "eventHandlerDefault"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          }
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4874,
                      "end": 4906,
                      "loc": {
                        "start": {
                          "line": 146,
                          "column": 8
                        },
                        "end": {
                          "line": 146,
                          "column": 40
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4874,
                        "end": 4905,
                        "loc": {
                          "start": {
                            "line": 146,
                            "column": 8
                          },
                          "end": {
                            "line": 146,
                            "column": 39
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4874,
                          "end": 4897,
                          "loc": {
                            "start": {
                              "line": 146,
                              "column": 8
                            },
                            "end": {
                              "line": 146,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4874,
                            "end": 4885,
                            "loc": {
                              "start": {
                                "line": 146,
                                "column": 8
                              },
                              "end": {
                                "line": 146,
                                "column": 19
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 4874,
                              "end": 4878,
                              "loc": {
                                "start": {
                                  "line": 146,
                                  "column": 8
                                },
                                "end": {
                                  "line": 146,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4879,
                              "end": 4885,
                              "loc": {
                                "start": {
                                  "line": 146,
                                  "column": 13
                                },
                                "end": {
                                  "line": 146,
                                  "column": 19
                                }
                              },
                              "name": "recent"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "MemberExpression",
                            "start": 4886,
                            "end": 4896,
                            "loc": {
                              "start": {
                                "line": 146,
                                "column": 20
                              },
                              "end": {
                                "line": 146,
                                "column": 30
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4886,
                              "end": 4891,
                              "loc": {
                                "start": {
                                  "line": 146,
                                  "column": 20
                                },
                                "end": {
                                  "line": 146,
                                  "column": 25
                                }
                              },
                              "name": "state"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4892,
                              "end": 4896,
                              "loc": {
                                "start": {
                                  "line": 146,
                                  "column": 26
                                },
                                "end": {
                                  "line": 146,
                                  "column": 30
                                }
                              },
                              "name": "type"
                            },
                            "computed": false
                          },
                          "computed": true
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 4900,
                          "end": 4905,
                          "loc": {
                            "start": {
                              "line": 146,
                              "column": 34
                            },
                            "end": {
                              "line": 146,
                              "column": 39
                            }
                          },
                          "name": "state"
                        }
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}