{
  "type": "Program",
  "start": 0,
  "end": 4782,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 145,
      "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": 4781,
      "loc": {
        "start": {
          "line": 19,
          "column": 0
        },
        "end": {
          "line": 144,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 542,
        "end": 4781,
        "loc": {
          "start": {
            "line": 19,
            "column": 15
          },
          "end": {
            "line": 144,
            "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": 4781,
          "loc": {
            "start": {
              "line": 19,
              "column": 25
            },
            "end": {
              "line": 144,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 558,
              "end": 1720,
              "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": 1720,
                "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": 1720,
                  "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": 1248,
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 8
                        },
                        "end": {
                          "line": 39,
                          "column": 49
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1041,
                          "end": 1247,
                          "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": 1247,
                            "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": 1208,
                                "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": 1198,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 19
                                      }
                                    },
                                    "value": "wheel",
                                    "rawValue": "wheel",
                                    "raw": "'wheel'"
                                  }
                                ]
                              },
                              {
                                "type": "MemberExpression",
                                "start": 1210,
                                "end": 1227,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1210,
                                  "end": 1214,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 15
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1215,
                                  "end": 1227,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 28
                                    }
                                  },
                                  "name": "eventHandler"
                                },
                                "computed": false
                              },
                              {
                                "type": "ObjectExpression",
                                "start": 1229,
                                "end": 1246,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 47
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "Property",
                                    "start": 1231,
                                    "end": 1244,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 45
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 1231,
                                      "end": 1238,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 39
                                        }
                                      },
                                      "name": "passive"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 1240,
                                      "end": 1244,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 45
                                        }
                                      },
                                      "value": true,
                                      "rawValue": true,
                                      "raw": "true"
                                    },
                                    "kind": "init"
                                  }
                                ]
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 1258,
                      "end": 1435,
                      "loc": {
                        "start": {
                          "line": 41,
                          "column": 8
                        },
                        "end": {
                          "line": 45,
                          "column": 57
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1262,
                          "end": 1434,
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 12
                            },
                            "end": {
                              "line": 45,
                              "column": 56
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1262,
                            "end": 1276,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 12
                              },
                              "end": {
                                "line": 41,
                                "column": 26
                              }
                            },
                            "name": "standardStates"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 1279,
                            "end": 1434,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 29
                              },
                              "end": {
                                "line": 45,
                                "column": 56
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 1279,
                              "end": 1291,
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 29
                                },
                                "end": {
                                  "line": 41,
                                  "column": 41
                                }
                              },
                              "name": "createStates"
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 1292,
                                "end": 1300,
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 50
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1292,
                                  "end": 1296,
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 46
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1297,
                                  "end": 1300,
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 50
                                    }
                                  },
                                  "name": "dom"
                                },
                                "computed": false
                              },
                              {
                                "type": "ArrayExpression",
                                "start": 1302,
                                "end": 1387,
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 52
                                  },
                                  "end": {
                                    "line": 45,
                                    "column": 9
                                  }
                                },
                                "elements": [
                                  {
                                    "type": "Literal",
                                    "start": 1316,
                                    "end": 1328,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 24
                                      }
                                    },
                                    "value": "touchstart",
                                    "rawValue": "touchstart",
                                    "raw": "'touchstart'"
                                  },
                                  {
                                    "type": "Literal",
                                    "start": 1342,
                                    "end": 1353,
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 23
                                      }
                                    },
                                    "value": "touchmove",
                                    "rawValue": "touchmove",
                                    "raw": "'touchmove'"
                                  },
                                  {
                                    "type": "Literal",
                                    "start": 1367,
                                    "end": 1377,
                                    "loc": {
                                      "start": {
                                        "line": 44,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 44,
                                        "column": 22
                                      }
                                    },
                                    "value": "touchend",
                                    "rawValue": "touchend",
                                    "raw": "'touchend'"
                                  }
                                ]
                              },
                              {
                                "type": "MemberExpression",
                                "start": 1389,
                                "end": 1413,
                                "loc": {
                                  "start": {
                                    "line": 45,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 45,
                                    "column": 35
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1389,
                                  "end": 1393,
                                  "loc": {
                                    "start": {
                                      "line": 45,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 45,
                                      "column": 15
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1394,
                                  "end": 1413,
                                  "loc": {
                                    "start": {
                                      "line": 45,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 45,
                                      "column": 35
                                    }
                                  },
                                  "name": "eventHandlerDefault"
                                },
                                "computed": false
                              },
                              {
                                "type": "ObjectExpression",
                                "start": 1415,
                                "end": 1433,
                                "loc": {
                                  "start": {
                                    "line": 45,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 45,
                                    "column": 55
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "Property",
                                    "start": 1417,
                                    "end": 1431,
                                    "loc": {
                                      "start": {
                                        "line": 45,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 45,
                                        "column": 53
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 1417,
                                      "end": 1424,
                                      "loc": {
                                        "start": {
                                          "line": 45,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 45,
                                          "column": 46
                                        }
                                      },
                                      "name": "passive"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 1426,
                                      "end": 1431,
                                      "loc": {
                                        "start": {
                                          "line": 45,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 45,
                                          "column": 53
                                        }
                                      },
                                      "value": false,
                                      "rawValue": false,
                                      "raw": "false"
                                    },
                                    "kind": "init"
                                  }
                                ]
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1445,
                      "end": 1499,
                      "loc": {
                        "start": {
                          "line": 47,
                          "column": 8
                        },
                        "end": {
                          "line": 47,
                          "column": 62
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1445,
                        "end": 1498,
                        "loc": {
                          "start": {
                            "line": 47,
                            "column": 8
                          },
                          "end": {
                            "line": 47,
                            "column": 61
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1445,
                          "end": 1456,
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 8
                            },
                            "end": {
                              "line": 47,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1445,
                            "end": 1449,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 8
                              },
                              "end": {
                                "line": 47,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1450,
                            "end": 1456,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 13
                              },
                              "end": {
                                "line": 47,
                                "column": 19
                              }
                            },
                            "name": "states"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 1459,
                          "end": 1498,
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 22
                            },
                            "end": {
                              "line": 47,
                              "column": 61
                            }
                          },
                          "properties": [
                            {
                              "type": "SpreadProperty",
                              "start": 1461,
                              "end": 1477,
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 24
                                },
                                "end": {
                                  "line": 47,
                                  "column": 40
                                }
                              },
                              "argument": {
                                "type": "Identifier",
                                "start": 1464,
                                "end": 1477,
                                "loc": {
                                  "start": {
                                    "line": 47,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 40
                                  }
                                },
                                "name": "passiveStates"
                              }
                            },
                            {
                              "type": "SpreadProperty",
                              "start": 1479,
                              "end": 1496,
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 42
                                },
                                "end": {
                                  "line": 47,
                                  "column": 59
                                }
                              },
                              "argument": {
                                "type": "Identifier",
                                "start": 1482,
                                "end": 1496,
                                "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": 1509,
                          "end": 1555,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 8
                            },
                            "end": {
                              "line": 49,
                              "column": 54
                            }
                          },
                          "range": [
                            1509,
                            1555
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1564,
                      "end": 1580,
                      "loc": {
                        "start": {
                          "line": 50,
                          "column": 8
                        },
                        "end": {
                          "line": 50,
                          "column": 24
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1564,
                        "end": 1579,
                        "loc": {
                          "start": {
                            "line": 50,
                            "column": 8
                          },
                          "end": {
                            "line": 50,
                            "column": 23
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1564,
                          "end": 1574,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 8
                            },
                            "end": {
                              "line": 50,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1564,
                            "end": 1568,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 8
                              },
                              "end": {
                                "line": 50,
                                "column": 12
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1569,
                            "end": 1574,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 13
                              },
                              "end": {
                                "line": 50,
                                "column": 18
                              }
                            },
                            "name": "mouse"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 1577,
                          "end": 1579,
                          "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": 1509,
                          "end": 1555,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 8
                            },
                            "end": {
                              "line": 49,
                              "column": 54
                            }
                          },
                          "range": [
                            1509,
                            1555
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1589,
                      "end": 1605,
                      "loc": {
                        "start": {
                          "line": 51,
                          "column": 8
                        },
                        "end": {
                          "line": 51,
                          "column": 24
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1589,
                        "end": 1604,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 8
                          },
                          "end": {
                            "line": 51,
                            "column": 23
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1589,
                          "end": 1599,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 8
                            },
                            "end": {
                              "line": 51,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1589,
                            "end": 1593,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 8
                              },
                              "end": {
                                "line": 51,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1594,
                            "end": 1599,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 13
                              },
                              "end": {
                                "line": 51,
                                "column": 18
                              }
                            },
                            "name": "wheel"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 1602,
                          "end": 1604,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 21
                            },
                            "end": {
                              "line": 51,
                              "column": 23
                            }
                          },
                          "properties": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1614,
                      "end": 1630,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 8
                        },
                        "end": {
                          "line": 52,
                          "column": 24
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1614,
                        "end": 1629,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 8
                          },
                          "end": {
                            "line": 52,
                            "column": 23
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1614,
                          "end": 1624,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 8
                            },
                            "end": {
                              "line": 52,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1614,
                            "end": 1618,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 8
                              },
                              "end": {
                                "line": 52,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1619,
                            "end": 1624,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 13
                              },
                              "end": {
                                "line": 52,
                                "column": 18
                              }
                            },
                            "name": "touch"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 1627,
                          "end": 1629,
                          "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": 1640,
                          "end": 1687,
                          "loc": {
                            "start": {
                              "line": 54,
                              "column": 8
                            },
                            "end": {
                              "line": 54,
                              "column": 55
                            }
                          },
                          "range": [
                            1640,
                            1687
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1696,
                      "end": 1714,
                      "loc": {
                        "start": {
                          "line": 55,
                          "column": 8
                        },
                        "end": {
                          "line": 55,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1696,
                        "end": 1713,
                        "loc": {
                          "start": {
                            "line": 55,
                            "column": 8
                          },
                          "end": {
                            "line": 55,
                            "column": 25
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1696,
                          "end": 1708,
                          "loc": {
                            "start": {
                              "line": 55,
                              "column": 8
                            },
                            "end": {
                              "line": 55,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1696,
                            "end": 1700,
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 8
                              },
                              "end": {
                                "line": 55,
                                "column": 12
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1701,
                            "end": 1708,
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 13
                              },
                              "end": {
                                "line": 55,
                                "column": 20
                              }
                            },
                            "name": "changes"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "ArrayExpression",
                          "start": 1711,
                          "end": 1713,
                          "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": 1640,
                          "end": 1687,
                          "loc": {
                            "start": {
                              "line": 54,
                              "column": 8
                            },
                            "end": {
                              "line": 54,
                              "column": 55
                            }
                          },
                          "range": [
                            1640,
                            1687
                          ]
                        }
                      ]
                    }
                  ],
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "trailingComments": [
                {
                  "type": "CommentLine",
                  "value": " This seems to be buggy, doesn't detach mouse event handlers for some weird reason",
                  "start": 1726,
                  "end": 1810,
                  "loc": {
                    "start": {
                      "line": 58,
                      "column": 4
                    },
                    "end": {
                      "line": 58,
                      "column": 88
                    }
                  },
                  "range": [
                    1726,
                    1810
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 1815,
              "end": 1907,
              "loc": {
                "start": {
                  "line": 59,
                  "column": 4
                },
                "end": {
                  "line": 62,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1815,
                "end": 1821,
                "loc": {
                  "start": {
                    "line": 59,
                    "column": 4
                  },
                  "end": {
                    "line": 59,
                    "column": 10
                  }
                },
                "name": "detach",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1821,
                "end": 1907,
                "loc": {
                  "start": {
                    "line": 59,
                    "column": 10
                  },
                  "end": {
                    "line": 62,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 1824,
                  "end": 1907,
                  "loc": {
                    "start": {
                      "line": 59,
                      "column": 13
                    },
                    "end": {
                      "line": 62,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ForInStatement",
                      "start": 1834,
                      "end": 1901,
                      "loc": {
                        "start": {
                          "line": 60,
                          "column": 8
                        },
                        "end": {
                          "line": 61,
                          "column": 38
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 1839,
                        "end": 1846,
                        "loc": {
                          "start": {
                            "line": 60,
                            "column": 13
                          },
                          "end": {
                            "line": 60,
                            "column": 20
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 1843,
                            "end": 1846,
                            "loc": {
                              "start": {
                                "line": 60,
                                "column": 17
                              },
                              "end": {
                                "line": 60,
                                "column": 20
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 1843,
                              "end": 1846,
                              "loc": {
                                "start": {
                                  "line": 60,
                                  "column": 17
                                },
                                "end": {
                                  "line": 60,
                                  "column": 20
                                }
                              },
                              "name": "key"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 1850,
                        "end": 1861,
                        "loc": {
                          "start": {
                            "line": 60,
                            "column": 24
                          },
                          "end": {
                            "line": 60,
                            "column": 35
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 1850,
                          "end": 1854,
                          "loc": {
                            "start": {
                              "line": 60,
                              "column": 24
                            },
                            "end": {
                              "line": 60,
                              "column": 28
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1855,
                          "end": 1861,
                          "loc": {
                            "start": {
                              "line": 60,
                              "column": 29
                            },
                            "end": {
                              "line": 60,
                              "column": 35
                            }
                          },
                          "name": "states"
                        },
                        "computed": false
                      },
                      "body": {
                        "type": "ExpressionStatement",
                        "start": 1875,
                        "end": 1901,
                        "loc": {
                          "start": {
                            "line": 61,
                            "column": 12
                          },
                          "end": {
                            "line": 61,
                            "column": 38
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 1875,
                          "end": 1900,
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 12
                            },
                            "end": {
                              "line": 61,
                              "column": 37
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1875,
                            "end": 1898,
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 12
                              },
                              "end": {
                                "line": 61,
                                "column": 35
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1875,
                              "end": 1891,
                              "loc": {
                                "start": {
                                  "line": 61,
                                  "column": 12
                                },
                                "end": {
                                  "line": 61,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 1875,
                                "end": 1886,
                                "loc": {
                                  "start": {
                                    "line": 61,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 61,
                                    "column": 23
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1875,
                                  "end": 1879,
                                  "loc": {
                                    "start": {
                                      "line": 61,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 61,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1880,
                                  "end": 1886,
                                  "loc": {
                                    "start": {
                                      "line": 61,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 61,
                                      "column": 23
                                    }
                                  },
                                  "name": "states"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1887,
                                "end": 1890,
                                "loc": {
                                  "start": {
                                    "line": 61,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 61,
                                    "column": 27
                                  }
                                },
                                "name": "key"
                              },
                              "computed": true
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1892,
                              "end": 1898,
                              "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": 1726,
                  "end": 1810,
                  "loc": {
                    "start": {
                      "line": 58,
                      "column": 4
                    },
                    "end": {
                      "line": 58,
                      "column": 88
                    }
                  },
                  "range": [
                    1726,
                    1810
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 1913,
              "end": 2160,
              "loc": {
                "start": {
                  "line": 64,
                  "column": 4
                },
                "end": {
                  "line": 72,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1913,
                "end": 1919,
                "loc": {
                  "start": {
                    "line": 64,
                    "column": 4
                  },
                  "end": {
                    "line": 64,
                    "column": 10
                  }
                },
                "name": "update"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1919,
                "end": 2160,
                "loc": {
                  "start": {
                    "line": 64,
                    "column": 10
                  },
                  "end": {
                    "line": 72,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 1922,
                  "end": 2160,
                  "loc": {
                    "start": {
                      "line": 64,
                      "column": 13
                    },
                    "end": {
                      "line": 72,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 1932,
                      "end": 2154,
                      "loc": {
                        "start": {
                          "line": 65,
                          "column": 8
                        },
                        "end": {
                          "line": 71,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 1936,
                        "end": 1959,
                        "loc": {
                          "start": {
                            "line": 65,
                            "column": 12
                          },
                          "end": {
                            "line": 65,
                            "column": 35
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 1936,
                          "end": 1955,
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 12
                            },
                            "end": {
                              "line": 65,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1936,
                            "end": 1948,
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 12
                              },
                              "end": {
                                "line": 65,
                                "column": 24
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1936,
                              "end": 1940,
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 12
                                },
                                "end": {
                                  "line": 65,
                                  "column": 16
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1941,
                              "end": 1948,
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 17
                                },
                                "end": {
                                  "line": 65,
                                  "column": 24
                                }
                              },
                              "name": "changes"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1949,
                            "end": 1955,
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 25
                              },
                              "end": {
                                "line": 65,
                                "column": 31
                              }
                            },
                            "name": "length"
                          },
                          "computed": false
                        },
                        "operator": ">",
                        "right": {
                          "type": "Literal",
                          "start": 1958,
                          "end": 1959,
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 34
                            },
                            "end": {
                              "line": 65,
                              "column": 35
                            }
                          },
                          "value": 0,
                          "rawValue": 0,
                          "raw": "0"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 1961,
                        "end": 2154,
                        "loc": {
                          "start": {
                            "line": 65,
                            "column": 37
                          },
                          "end": {
                            "line": 71,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ForOfStatement",
                            "start": 1975,
                            "end": 2113,
                            "loc": {
                              "start": {
                                "line": 66,
                                "column": 12
                              },
                              "end": {
                                "line": 69,
                                "column": 13
                              }
                            },
                            "left": {
                              "type": "VariableDeclaration",
                              "start": 1980,
                              "end": 1990,
                              "loc": {
                                "start": {
                                  "line": 66,
                                  "column": 17
                                },
                                "end": {
                                  "line": 66,
                                  "column": 27
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 1984,
                                  "end": 1990,
                                  "loc": {
                                    "start": {
                                      "line": 66,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 66,
                                      "column": 27
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 1984,
                                    "end": 1990,
                                    "loc": {
                                      "start": {
                                        "line": 66,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 66,
                                        "column": 27
                                      }
                                    },
                                    "name": "change"
                                  },
                                  "init": null
                                }
                              ],
                              "kind": "let"
                            },
                            "right": {
                              "type": "MemberExpression",
                              "start": 1994,
                              "end": 2006,
                              "loc": {
                                "start": {
                                  "line": 66,
                                  "column": 31
                                },
                                "end": {
                                  "line": 66,
                                  "column": 43
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1994,
                                "end": 1998,
                                "loc": {
                                  "start": {
                                    "line": 66,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 66,
                                    "column": 35
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1999,
                                "end": 2006,
                                "loc": {
                                  "start": {
                                    "line": 66,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 66,
                                    "column": 43
                                  }
                                },
                                "name": "changes"
                              },
                              "computed": false
                            },
                            "body": {
                              "type": "BlockStatement",
                              "start": 2008,
                              "end": 2113,
                              "loc": {
                                "start": {
                                  "line": 66,
                                  "column": 45
                                },
                                "end": {
                                  "line": 69,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2026,
                                  "end": 2057,
                                  "loc": {
                                    "start": {
                                      "line": 67,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 67,
                                      "column": 47
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 2026,
                                    "end": 2056,
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 46
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2026,
                                      "end": 2035,
                                      "loc": {
                                        "start": {
                                          "line": 67,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 67,
                                          "column": 25
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 2026,
                                        "end": 2030,
                                        "loc": {
                                          "start": {
                                            "line": 67,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 67,
                                            "column": 20
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2031,
                                        "end": 2035,
                                        "loc": {
                                          "start": {
                                            "line": 67,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 67,
                                            "column": 25
                                          }
                                        },
                                        "name": "emit"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 2036,
                                        "end": 2047,
                                        "loc": {
                                          "start": {
                                            "line": 67,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 67,
                                            "column": 37
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 2036,
                                          "end": 2042,
                                          "loc": {
                                            "start": {
                                              "line": 67,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 67,
                                              "column": 32
                                            }
                                          },
                                          "name": "change"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2043,
                                          "end": 2047,
                                          "loc": {
                                            "start": {
                                              "line": 67,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 67,
                                              "column": 37
                                            }
                                          },
                                          "name": "type"
                                        },
                                        "computed": false
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 2049,
                                        "end": 2055,
                                        "loc": {
                                          "start": {
                                            "line": 67,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 67,
                                            "column": 45
                                          }
                                        },
                                        "name": "change"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2074,
                                  "end": 2099,
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 41
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 2074,
                                    "end": 2098,
                                    "loc": {
                                      "start": {
                                        "line": 68,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 68,
                                        "column": 40
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 2074,
                                      "end": 2090,
                                      "loc": {
                                        "start": {
                                          "line": 68,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 68,
                                          "column": 32
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2074,
                                        "end": 2080,
                                        "loc": {
                                          "start": {
                                            "line": 68,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 68,
                                            "column": 22
                                          }
                                        },
                                        "name": "change"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2081,
                                        "end": 2090,
                                        "loc": {
                                          "start": {
                                            "line": 68,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 68,
                                            "column": 32
                                          }
                                        },
                                        "name": "fulfilled"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "start": 2093,
                                      "end": 2098,
                                      "loc": {
                                        "start": {
                                          "line": 68,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 68,
                                          "column": 40
                                        }
                                      },
                                      "value": false,
                                      "rawValue": false,
                                      "raw": "false"
                                    }
                                  }
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 2126,
                            "end": 2144,
                            "loc": {
                              "start": {
                                "line": 70,
                                "column": 12
                              },
                              "end": {
                                "line": 70,
                                "column": 30
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 2126,
                              "end": 2143,
                              "loc": {
                                "start": {
                                  "line": 70,
                                  "column": 12
                                },
                                "end": {
                                  "line": 70,
                                  "column": 29
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 2126,
                                "end": 2138,
                                "loc": {
                                  "start": {
                                    "line": 70,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 70,
                                    "column": 24
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2126,
                                  "end": 2130,
                                  "loc": {
                                    "start": {
                                      "line": 70,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 70,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2131,
                                  "end": 2138,
                                  "loc": {
                                    "start": {
                                      "line": 70,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 70,
                                      "column": 24
                                    }
                                  },
                                  "name": "changes"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "ArrayExpression",
                                "start": 2141,
                                "end": 2143,
                                "loc": {
                                  "start": {
                                    "line": 70,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 70,
                                    "column": 29
                                  }
                                },
                                "elements": []
                              }
                            }
                          }
                        ]
                      },
                      "alternate": null
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2166,
              "end": 2264,
              "loc": {
                "start": {
                  "line": 74,
                  "column": 4
                },
                "end": {
                  "line": 77,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2166,
                "end": 2184,
                "loc": {
                  "start": {
                    "line": 74,
                    "column": 4
                  },
                  "end": {
                    "line": 74,
                    "column": 22
                  }
                },
                "name": "handleEventDefault"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2184,
                "end": 2264,
                "loc": {
                  "start": {
                    "line": 74,
                    "column": 22
                  },
                  "end": {
                    "line": 77,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2185,
                    "end": 2190,
                    "loc": {
                      "start": {
                        "line": 74,
                        "column": 23
                      },
                      "end": {
                        "line": 74,
                        "column": 28
                      }
                    },
                    "name": "event"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2192,
                  "end": 2264,
                  "loc": {
                    "start": {
                      "line": 74,
                      "column": 30
                    },
                    "end": {
                      "line": 77,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 2202,
                      "end": 2225,
                      "loc": {
                        "start": {
                          "line": 75,
                          "column": 8
                        },
                        "end": {
                          "line": 75,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2202,
                        "end": 2224,
                        "loc": {
                          "start": {
                            "line": 75,
                            "column": 8
                          },
                          "end": {
                            "line": 75,
                            "column": 30
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2202,
                          "end": 2222,
                          "loc": {
                            "start": {
                              "line": 75,
                              "column": 8
                            },
                            "end": {
                              "line": 75,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2202,
                            "end": 2207,
                            "loc": {
                              "start": {
                                "line": 75,
                                "column": 8
                              },
                              "end": {
                                "line": 75,
                                "column": 13
                              }
                            },
                            "name": "event"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2208,
                            "end": 2222,
                            "loc": {
                              "start": {
                                "line": 75,
                                "column": 14
                              },
                              "end": {
                                "line": 75,
                                "column": 28
                              }
                            },
                            "name": "preventDefault"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2234,
                      "end": 2258,
                      "loc": {
                        "start": {
                          "line": 76,
                          "column": 8
                        },
                        "end": {
                          "line": 76,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2234,
                        "end": 2257,
                        "loc": {
                          "start": {
                            "line": 76,
                            "column": 8
                          },
                          "end": {
                            "line": 76,
                            "column": 31
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2234,
                          "end": 2250,
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 8
                            },
                            "end": {
                              "line": 76,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2234,
                            "end": 2238,
                            "loc": {
                              "start": {
                                "line": 76,
                                "column": 8
                              },
                              "end": {
                                "line": 76,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2239,
                            "end": 2250,
                            "loc": {
                              "start": {
                                "line": 76,
                                "column": 13
                              },
                              "end": {
                                "line": 76,
                                "column": 24
                              }
                            },
                            "name": "handleEvent"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 2251,
                            "end": 2256,
                            "loc": {
                              "start": {
                                "line": 76,
                                "column": 25
                              },
                              "end": {
                                "line": 76,
                                "column": 30
                              }
                            },
                            "name": "event"
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2270,
              "end": 4779,
              "loc": {
                "start": {
                  "line": 79,
                  "column": 4
                },
                "end": {
                  "line": 143,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2270,
                "end": 2281,
                "loc": {
                  "start": {
                    "line": 79,
                    "column": 4
                  },
                  "end": {
                    "line": 79,
                    "column": 15
                  }
                },
                "name": "handleEvent"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2281,
                "end": 4779,
                "loc": {
                  "start": {
                    "line": 79,
                    "column": 15
                  },
                  "end": {
                    "line": 143,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2282,
                    "end": 2287,
                    "loc": {
                      "start": {
                        "line": 79,
                        "column": 16
                      },
                      "end": {
                        "line": 79,
                        "column": 21
                      }
                    },
                    "name": "event"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2289,
                  "end": 4779,
                  "loc": {
                    "start": {
                      "line": 79,
                      "column": 23
                    },
                    "end": {
                      "line": 143,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 2299,
                      "end": 2386,
                      "loc": {
                        "start": {
                          "line": 80,
                          "column": 8
                        },
                        "end": {
                          "line": 80,
                          "column": 95
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2303,
                          "end": 2385,
                          "loc": {
                            "start": {
                              "line": 80,
                              "column": 12
                            },
                            "end": {
                              "line": 80,
                              "column": 94
                            }
                          },
                          "id": {
                            "type": "ObjectPattern",
                            "start": 2303,
                            "end": 2377,
                            "loc": {
                              "start": {
                                "line": 80,
                                "column": 12
                              },
                              "end": {
                                "line": 80,
                                "column": 86
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 2305,
                                "end": 2309,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 18
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2305,
                                  "end": 2309,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 18
                                    }
                                  },
                                  "name": "type"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 2305,
                                  "end": 2309,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 18
                                    }
                                  },
                                  "name": "type"
                                }
                              },
                              {
                                "type": "Property",
                                "start": 2311,
                                "end": 2316,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 25
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2311,
                                  "end": 2316,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 25
                                    }
                                  },
                                  "name": "pageX"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 2311,
                                  "end": 2316,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 25
                                    }
                                  },
                                  "name": "pageX"
                                }
                              },
                              {
                                "type": "Property",
                                "start": 2318,
                                "end": 2323,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 32
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2318,
                                  "end": 2323,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 32
                                    }
                                  },
                                  "name": "pageY"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 2318,
                                  "end": 2323,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 32
                                    }
                                  },
                                  "name": "pageY"
                                }
                              },
                              {
                                "type": "Property",
                                "start": 2325,
                                "end": 2332,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 41
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2325,
                                  "end": 2332,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 41
                                    }
                                  },
                                  "name": "clientX"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 2325,
                                  "end": 2332,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 41
                                    }
                                  },
                                  "name": "clientX"
                                }
                              },
                              {
                                "type": "Property",
                                "start": 2334,
                                "end": 2341,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 50
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2334,
                                  "end": 2341,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 50
                                    }
                                  },
                                  "name": "clientY"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 2334,
                                  "end": 2341,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 50
                                    }
                                  },
                                  "name": "clientY"
                                }
                              },
                              {
                                "type": "Property",
                                "start": 2343,
                                "end": 2349,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 52
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 58
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2343,
                                  "end": 2349,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 52
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 58
                                    }
                                  },
                                  "name": "button"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 2343,
                                  "end": 2349,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 52
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 58
                                    }
                                  },
                                  "name": "button"
                                }
                              },
                              {
                                "type": "Property",
                                "start": 2351,
                                "end": 2356,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 60
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 65
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2351,
                                  "end": 2356,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 60
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 65
                                    }
                                  },
                                  "name": "which"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 2351,
                                  "end": 2356,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 60
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 65
                                    }
                                  },
                                  "name": "which"
                                }
                              },
                              {
                                "type": "Property",
                                "start": 2358,
                                "end": 2367,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 67
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 76
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2358,
                                  "end": 2367,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 67
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 76
                                    }
                                  },
                                  "name": "deltaMode"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 2358,
                                  "end": 2367,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 67
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 76
                                    }
                                  },
                                  "name": "deltaMode"
                                }
                              },
                              {
                                "type": "Property",
                                "start": 2369,
                                "end": 2375,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 78
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 84
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2369,
                                  "end": 2375,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 78
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 84
                                    }
                                  },
                                  "name": "deltaY"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 2369,
                                  "end": 2375,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 78
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 84
                                    }
                                  },
                                  "name": "deltaY"
                                }
                              }
                            ]
                          },
                          "init": {
                            "type": "Identifier",
                            "start": 2380,
                            "end": 2385,
                            "loc": {
                              "start": {
                                "line": 80,
                                "column": 89
                              },
                              "end": {
                                "line": 80,
                                "column": 94
                              }
                            },
                            "name": "event"
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 2395,
                      "end": 2425,
                      "loc": {
                        "start": {
                          "line": 81,
                          "column": 8
                        },
                        "end": {
                          "line": 81,
                          "column": 38
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2399,
                          "end": 2424,
                          "loc": {
                            "start": {
                              "line": 81,
                              "column": 12
                            },
                            "end": {
                              "line": 81,
                              "column": 37
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2399,
                            "end": 2404,
                            "loc": {
                              "start": {
                                "line": 81,
                                "column": 12
                              },
                              "end": {
                                "line": 81,
                                "column": 17
                              }
                            },
                            "name": "state"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 2407,
                            "end": 2424,
                            "loc": {
                              "start": {
                                "line": 81,
                                "column": 20
                              },
                              "end": {
                                "line": 81,
                                "column": 37
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2407,
                              "end": 2418,
                              "loc": {
                                "start": {
                                  "line": 81,
                                  "column": 20
                                },
                                "end": {
                                  "line": 81,
                                  "column": 31
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2407,
                                "end": 2411,
                                "loc": {
                                  "start": {
                                    "line": 81,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 81,
                                    "column": 24
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2412,
                                "end": 2418,
                                "loc": {
                                  "start": {
                                    "line": 81,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 81,
                                    "column": 31
                                  }
                                },
                                "name": "states"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2419,
                              "end": 2423,
                              "loc": {
                                "start": {
                                  "line": 81,
                                  "column": 32
                                },
                                "end": {
                                  "line": 81,
                                  "column": 36
                                }
                              },
                              "name": "type"
                            },
                            "computed": true
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 2435,
                      "end": 2475,
                      "loc": {
                        "start": {
                          "line": 83,
                          "column": 8
                        },
                        "end": {
                          "line": 84,
                          "column": 19
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 2439,
                        "end": 2454,
                        "loc": {
                          "start": {
                            "line": 83,
                            "column": 12
                          },
                          "end": {
                            "line": 83,
                            "column": 27
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 2439,
                          "end": 2444,
                          "loc": {
                            "start": {
                              "line": 83,
                              "column": 12
                            },
                            "end": {
                              "line": 83,
                              "column": 17
                            }
                          },
                          "name": "state"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2445,
                          "end": 2454,
                          "loc": {
                            "start": {
                              "line": 83,
                              "column": 18
                            },
                            "end": {
                              "line": 83,
                              "column": 27
                            }
                          },
                          "name": "fulfilled"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 2468,
                        "end": 2475,
                        "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": 2485,
                          "end": 2493,
                          "loc": {
                            "start": {
                              "line": 86,
                              "column": 8
                            },
                            "end": {
                              "line": 86,
                              "column": 16
                            }
                          },
                          "range": [
                            2485,
                            2493
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2502,
                      "end": 2550,
                      "loc": {
                        "start": {
                          "line": 87,
                          "column": 8
                        },
                        "end": {
                          "line": 87,
                          "column": 56
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2502,
                        "end": 2549,
                        "loc": {
                          "start": {
                            "line": 87,
                            "column": 8
                          },
                          "end": {
                            "line": 87,
                            "column": 55
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2502,
                          "end": 2513,
                          "loc": {
                            "start": {
                              "line": 87,
                              "column": 8
                            },
                            "end": {
                              "line": 87,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2502,
                            "end": 2507,
                            "loc": {
                              "start": {
                                "line": 87,
                                "column": 8
                              },
                              "end": {
                                "line": 87,
                                "column": 13
                              }
                            },
                            "name": "state",
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2508,
                            "end": 2513,
                            "loc": {
                              "start": {
                                "line": 87,
                                "column": 14
                              },
                              "end": {
                                "line": 87,
                                "column": 19
                              }
                            },
                            "name": "delta"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "BinaryExpression",
                          "start": 2516,
                          "end": 2549,
                          "loc": {
                            "start": {
                              "line": 87,
                              "column": 22
                            },
                            "end": {
                              "line": 87,
                              "column": 55
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 2516,
                            "end": 2522,
                            "loc": {
                              "start": {
                                "line": 87,
                                "column": 22
                              },
                              "end": {
                                "line": 87,
                                "column": 28
                              }
                            },
                            "name": "deltaY"
                          },
                          "operator": "*",
                          "right": {
                            "type": "ConditionalExpression",
                            "start": 2526,
                            "end": 2548,
                            "loc": {
                              "start": {
                                "line": 87,
                                "column": 32
                              },
                              "end": {
                                "line": 87,
                                "column": 54
                              }
                            },
                            "test": {
                              "type": "Identifier",
                              "start": 2526,
                              "end": 2535,
                              "loc": {
                                "start": {
                                  "line": 87,
                                  "column": 32
                                },
                                "end": {
                                  "line": 87,
                                  "column": 41
                                }
                              },
                              "name": "deltaMode"
                            },
                            "consequent": {
                              "type": "UnaryExpression",
                              "start": 2538,
                              "end": 2540,
                              "loc": {
                                "start": {
                                  "line": 87,
                                  "column": 44
                                },
                                "end": {
                                  "line": 87,
                                  "column": 46
                                }
                              },
                              "operator": "-",
                              "prefix": true,
                              "argument": {
                                "type": "Literal",
                                "start": 2539,
                                "end": 2540,
                                "loc": {
                                  "start": {
                                    "line": 87,
                                    "column": 45
                                  },
                                  "end": {
                                    "line": 87,
                                    "column": 46
                                  }
                                },
                                "value": 1,
                                "rawValue": 1,
                                "raw": "1"
                              }
                            },
                            "alternate": {
                              "type": "UnaryExpression",
                              "start": 2543,
                              "end": 2548,
                              "loc": {
                                "start": {
                                  "line": 87,
                                  "column": 49
                                },
                                "end": {
                                  "line": 87,
                                  "column": 54
                                }
                              },
                              "operator": "-",
                              "prefix": true,
                              "argument": {
                                "type": "Literal",
                                "start": 2544,
                                "end": 2548,
                                "loc": {
                                  "start": {
                                    "line": 87,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 87,
                                    "column": 54
                                  }
                                },
                                "value": 0.03,
                                "rawValue": 0.03,
                                "raw": "0.03"
                              }
                            },
                            "parenthesizedExpression": true
                          }
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Wheel",
                          "start": 2485,
                          "end": 2493,
                          "loc": {
                            "start": {
                              "line": 86,
                              "column": 8
                            },
                            "end": {
                              "line": 86,
                              "column": 16
                            }
                          },
                          "range": [
                            2485,
                            2493
                          ]
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Touch",
                          "start": 2560,
                          "end": 2568,
                          "loc": {
                            "start": {
                              "line": 89,
                              "column": 8
                            },
                            "end": {
                              "line": 89,
                              "column": 16
                            }
                          },
                          "range": [
                            2560,
                            2568
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2577,
                      "end": 2596,
                      "loc": {
                        "start": {
                          "line": 90,
                          "column": 8
                        },
                        "end": {
                          "line": 90,
                          "column": 27
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2577,
                        "end": 2595,
                        "loc": {
                          "start": {
                            "line": 90,
                            "column": 8
                          },
                          "end": {
                            "line": 90,
                            "column": 26
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2577,
                          "end": 2590,
                          "loc": {
                            "start": {
                              "line": 90,
                              "column": 8
                            },
                            "end": {
                              "line": 90,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2577,
                            "end": 2582,
                            "loc": {
                              "start": {
                                "line": 90,
                                "column": 8
                              },
                              "end": {
                                "line": 90,
                                "column": 13
                              }
                            },
                            "name": "state",
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2583,
                            "end": 2590,
                            "loc": {
                              "start": {
                                "line": 90,
                                "column": 14
                              },
                              "end": {
                                "line": 90,
                                "column": 21
                              }
                            },
                            "name": "touches"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "ArrayExpression",
                          "start": 2593,
                          "end": 2595,
                          "loc": {
                            "start": {
                              "line": 90,
                              "column": 24
                            },
                            "end": {
                              "line": 90,
                              "column": 26
                            }
                          },
                          "elements": []
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Touch",
                          "start": 2560,
                          "end": 2568,
                          "loc": {
                            "start": {
                              "line": 89,
                              "column": 8
                            },
                            "end": {
                              "line": 89,
                              "column": 16
                            }
                          },
                          "range": [
                            2560,
                            2568
                          ]
                        }
                      ]
                    },
                    {
                      "type": "IfStatement",
                      "start": 2605,
                      "end": 3223,
                      "loc": {
                        "start": {
                          "line": 91,
                          "column": 8
                        },
                        "end": {
                          "line": 106,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 2609,
                        "end": 2624,
                        "loc": {
                          "start": {
                            "line": 91,
                            "column": 12
                          },
                          "end": {
                            "line": 91,
                            "column": 27
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "UnaryExpression",
                          "start": 2610,
                          "end": 2624,
                          "loc": {
                            "start": {
                              "line": 91,
                              "column": 13
                            },
                            "end": {
                              "line": 91,
                              "column": 27
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "MemberExpression",
                            "start": 2611,
                            "end": 2624,
                            "loc": {
                              "start": {
                                "line": 91,
                                "column": 14
                              },
                              "end": {
                                "line": 91,
                                "column": 27
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 2611,
                              "end": 2616,
                              "loc": {
                                "start": {
                                  "line": 91,
                                  "column": 14
                                },
                                "end": {
                                  "line": 91,
                                  "column": 19
                                }
                              },
                              "name": "event"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2617,
                              "end": 2624,
                              "loc": {
                                "start": {
                                  "line": 91,
                                  "column": 20
                                },
                                "end": {
                                  "line": 91,
                                  "column": 27
                                }
                              },
                              "name": "touches"
                            },
                            "computed": false
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 2626,
                        "end": 3223,
                        "loc": {
                          "start": {
                            "line": 91,
                            "column": 29
                          },
                          "end": {
                            "line": 106,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ForOfStatement",
                            "start": 2640,
                            "end": 3213,
                            "loc": {
                              "start": {
                                "line": 92,
                                "column": 12
                              },
                              "end": {
                                "line": 105,
                                "column": 13
                              }
                            },
                            "left": {
                              "type": "VariableDeclaration",
                              "start": 2644,
                              "end": 2652,
                              "loc": {
                                "start": {
                                  "line": 92,
                                  "column": 16
                                },
                                "end": {
                                  "line": 92,
                                  "column": 24
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 2648,
                                  "end": 2652,
                                  "loc": {
                                    "start": {
                                      "line": 92,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 92,
                                      "column": 24
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 2648,
                                    "end": 2652,
                                    "loc": {
                                      "start": {
                                        "line": 92,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 24
                                      }
                                    },
                                    "name": "item"
                                  },
                                  "init": null
                                }
                              ],
                              "kind": "let"
                            },
                            "right": {
                              "type": "CallExpression",
                              "start": 2656,
                              "end": 2684,
                              "loc": {
                                "start": {
                                  "line": 92,
                                  "column": 28
                                },
                                "end": {
                                  "line": 92,
                                  "column": 56
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2656,
                                "end": 2669,
                                "loc": {
                                  "start": {
                                    "line": 92,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 92,
                                    "column": 41
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 2656,
                                  "end": 2664,
                                  "loc": {
                                    "start": {
                                      "line": 92,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 92,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "ArrayExpression",
                                    "start": 2656,
                                    "end": 2658,
                                    "loc": {
                                      "start": {
                                        "line": 92,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 30
                                      }
                                    },
                                    "elements": []
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2659,
                                    "end": 2664,
                                    "loc": {
                                      "start": {
                                        "line": 92,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 36
                                      }
                                    },
                                    "name": "slice"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2665,
                                  "end": 2669,
                                  "loc": {
                                    "start": {
                                      "line": 92,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 92,
                                      "column": 41
                                    }
                                  },
                                  "name": "call"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 2670,
                                  "end": 2683,
                                  "loc": {
                                    "start": {
                                      "line": 92,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 92,
                                      "column": 55
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2670,
                                    "end": 2675,
                                    "loc": {
                                      "start": {
                                        "line": 92,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 47
                                      }
                                    },
                                    "name": "event"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2676,
                                    "end": 2683,
                                    "loc": {
                                      "start": {
                                        "line": 92,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 55
                                      }
                                    },
                                    "name": "touches"
                                  },
                                  "computed": false
                                }
                              ]
                            },
                            "body": {
                              "type": "BlockStatement",
                              "start": 2686,
                              "end": 3213,
                              "loc": {
                                "start": {
                                  "line": 92,
                                  "column": 58
                                },
                                "end": {
                                  "line": 105,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2704,
                                  "end": 2723,
                                  "loc": {
                                    "start": {
                                      "line": 93,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 93,
                                      "column": 35
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 2704,
                                    "end": 2722,
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 34
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 2704,
                                      "end": 2709,
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 93,
                                          "column": 21
                                        }
                                      },
                                      "name": "pageX"
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 2712,
                                      "end": 2722,
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 93,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2712,
                                        "end": 2716,
                                        "loc": {
                                          "start": {
                                            "line": 93,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 93,
                                            "column": 28
                                          }
                                        },
                                        "name": "item"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2717,
                                        "end": 2722,
                                        "loc": {
                                          "start": {
                                            "line": 93,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 93,
                                            "column": 34
                                          }
                                        },
                                        "name": "pageX"
                                      },
                                      "computed": false
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2740,
                                  "end": 2759,
                                  "loc": {
                                    "start": {
                                      "line": 94,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 94,
                                      "column": 35
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 2740,
                                    "end": 2758,
                                    "loc": {
                                      "start": {
                                        "line": 94,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 94,
                                        "column": 34
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 2740,
                                      "end": 2745,
                                      "loc": {
                                        "start": {
                                          "line": 94,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 94,
                                          "column": 21
                                        }
                                      },
                                      "name": "pageY"
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 2748,
                                      "end": 2758,
                                      "loc": {
                                        "start": {
                                          "line": 94,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 94,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2748,
                                        "end": 2752,
                                        "loc": {
                                          "start": {
                                            "line": 94,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 94,
                                            "column": 28
                                          }
                                        },
                                        "name": "item"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2753,
                                        "end": 2758,
                                        "loc": {
                                          "start": {
                                            "line": 94,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 94,
                                            "column": 34
                                          }
                                        },
                                        "name": "pageY"
                                      },
                                      "computed": false
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2776,
                                  "end": 2799,
                                  "loc": {
                                    "start": {
                                      "line": 95,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 95,
                                      "column": 39
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 2776,
                                    "end": 2798,
                                    "loc": {
                                      "start": {
                                        "line": 95,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 95,
                                        "column": 38
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 2776,
                                      "end": 2783,
                                      "loc": {
                                        "start": {
                                          "line": 95,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 95,
                                          "column": 23
                                        }
                                      },
                                      "name": "clientX"
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 2786,
                                      "end": 2798,
                                      "loc": {
                                        "start": {
                                          "line": 95,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 95,
                                          "column": 38
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2786,
                                        "end": 2790,
                                        "loc": {
                                          "start": {
                                            "line": 95,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 95,
                                            "column": 30
                                          }
                                        },
                                        "name": "item"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2791,
                                        "end": 2798,
                                        "loc": {
                                          "start": {
                                            "line": 95,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 95,
                                            "column": 38
                                          }
                                        },
                                        "name": "clientX"
                                      },
                                      "computed": false
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2816,
                                  "end": 2839,
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 39
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 2816,
                                    "end": 2838,
                                    "loc": {
                                      "start": {
                                        "line": 96,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 96,
                                        "column": 38
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 2816,
                                      "end": 2823,
                                      "loc": {
                                        "start": {
                                          "line": 96,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 96,
                                          "column": 23
                                        }
                                      },
                                      "name": "clientY"
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 2826,
                                      "end": 2838,
                                      "loc": {
                                        "start": {
                                          "line": 96,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 96,
                                          "column": 38
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2826,
                                        "end": 2830,
                                        "loc": {
                                          "start": {
                                            "line": 96,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 96,
                                            "column": 30
                                          }
                                        },
                                        "name": "item"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2831,
                                        "end": 2838,
                                        "loc": {
                                          "start": {
                                            "line": 96,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 96,
                                            "column": 38
                                          }
                                        },
                                        "name": "clientY"
                                      },
                                      "computed": false
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2856,
                                  "end": 3199,
                                  "loc": {
                                    "start": {
                                      "line": 97,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 104,
                                      "column": 19
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 2856,
                                    "end": 3198,
                                    "loc": {
                                      "start": {
                                        "line": 97,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 104,
                                        "column": 18
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2856,
                                      "end": 2874,
                                      "loc": {
                                        "start": {
                                          "line": 97,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 97,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 2856,
                                        "end": 2869,
                                        "loc": {
                                          "start": {
                                            "line": 97,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 97,
                                            "column": 29
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 2856,
                                          "end": 2861,
                                          "loc": {
                                            "start": {
                                              "line": 97,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 97,
                                              "column": 21
                                            }
                                          },
                                          "name": "state"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2862,
                                          "end": 2869,
                                          "loc": {
                                            "start": {
                                              "line": 97,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 97,
                                              "column": 29
                                            }
                                          },
                                          "name": "touches"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2870,
                                        "end": 2874,
                                        "loc": {
                                          "start": {
                                            "line": 97,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 97,
                                            "column": 34
                                          }
                                        },
                                        "name": "push"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "ObjectExpression",
                                        "start": 2875,
                                        "end": 3197,
                                        "loc": {
                                          "start": {
                                            "line": 97,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 104,
                                            "column": 17
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "start": 2897,
                                            "end": 2913,
                                            "loc": {
                                              "start": {
                                                "line": 98,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 98,
                                                "column": 36
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 2897,
                                              "end": 2904,
                                              "loc": {
                                                "start": {
                                                  "line": 98,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 98,
                                                  "column": 27
                                                }
                                              },
                                              "name": "clientX"
                                            },
                                            "value": {
                                              "type": "Identifier",
                                              "start": 2906,
                                              "end": 2913,
                                              "loc": {
                                                "start": {
                                                  "line": 98,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 98,
                                                  "column": 36
                                                }
                                              },
                                              "name": "clientX"
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 2935,
                                            "end": 2951,
                                            "loc": {
                                              "start": {
                                                "line": 99,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 99,
                                                "column": 36
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 2935,
                                              "end": 2942,
                                              "loc": {
                                                "start": {
                                                  "line": 99,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 99,
                                                  "column": 27
                                                }
                                              },
                                              "name": "clientY"
                                            },
                                            "value": {
                                              "type": "Identifier",
                                              "start": 2944,
                                              "end": 2951,
                                              "loc": {
                                                "start": {
                                                  "line": 99,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 99,
                                                  "column": 36
                                                }
                                              },
                                              "name": "clientY"
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 2973,
                                            "end": 3032,
                                            "loc": {
                                              "start": {
                                                "line": 100,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 100,
                                                "column": 79
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 2973,
                                              "end": 2980,
                                              "loc": {
                                                "start": {
                                                  "line": 100,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 100,
                                                  "column": 27
                                                }
                                              },
                                              "name": "offsetX"
                                            },
                                            "value": {
                                              "type": "BinaryExpression",
                                              "start": 2982,
                                              "end": 3032,
                                              "loc": {
                                                "start": {
                                                  "line": 100,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 100,
                                                  "column": 79
                                                }
                                              },
                                              "left": {
                                                "type": "BinaryExpression",
                                                "start": 2982,
                                                "end": 3015,
                                                "loc": {
                                                  "start": {
                                                    "line": 100,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 100,
                                                    "column": 62
                                                  }
                                                },
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 2982,
                                                  "end": 2987,
                                                  "loc": {
                                                    "start": {
                                                      "line": 100,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 100,
                                                      "column": 34
                                                    }
                                                  },
                                                  "name": "pageX"
                                                },
                                                "operator": "-",
                                                "right": {
                                                  "type": "MemberExpression",
                                                  "start": 2990,
                                                  "end": 3015,
                                                  "loc": {
                                                    "start": {
                                                      "line": 100,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 100,
                                                      "column": 62
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 2990,
                                                    "end": 3010,
                                                    "loc": {
                                                      "start": {
                                                        "line": 100,
                                                        "column": 37
                                                      },
                                                      "end": {
                                                        "line": 100,
                                                        "column": 57
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 2990,
                                                      "end": 3003,
                                                      "loc": {
                                                        "start": {
                                                          "line": 100,
                                                          "column": 37
                                                        },
                                                        "end": {
                                                          "line": 100,
                                                          "column": 50
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "start": 2990,
                                                        "end": 2994,
                                                        "loc": {
                                                          "start": {
                                                            "line": 100,
                                                            "column": 37
                                                          },
                                                          "end": {
                                                            "line": 100,
                                                            "column": 41
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 2995,
                                                        "end": 3003,
                                                        "loc": {
                                                          "start": {
                                                            "line": 100,
                                                            "column": 42
                                                          },
                                                          "end": {
                                                            "line": 100,
                                                            "column": 50
                                                          }
                                                        },
                                                        "name": "renderer"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3004,
                                                      "end": 3010,
                                                      "loc": {
                                                        "start": {
                                                          "line": 100,
                                                          "column": 51
                                                        },
                                                        "end": {
                                                          "line": 100,
                                                          "column": 57
                                                        }
                                                      },
                                                      "name": "offset"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3011,
                                                    "end": 3015,
                                                    "loc": {
                                                      "start": {
                                                        "line": 100,
                                                        "column": 58
                                                      },
                                                      "end": {
                                                        "line": 100,
                                                        "column": 62
                                                      }
                                                    },
                                                    "name": "left"
                                                  },
                                                  "computed": false
                                                }
                                              },
                                              "operator": "-",
                                              "right": {
                                                "type": "MemberExpression",
                                                "start": 3018,
                                                "end": 3032,
                                                "loc": {
                                                  "start": {
                                                    "line": 100,
                                                    "column": 65
                                                  },
                                                  "end": {
                                                    "line": 100,
                                                    "column": 79
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3018,
                                                  "end": 3027,
                                                  "loc": {
                                                    "start": {
                                                      "line": 100,
                                                      "column": 65
                                                    },
                                                    "end": {
                                                      "line": 100,
                                                      "column": 74
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 3018,
                                                    "end": 3022,
                                                    "loc": {
                                                      "start": {
                                                        "line": 100,
                                                        "column": 65
                                                      },
                                                      "end": {
                                                        "line": 100,
                                                        "column": 69
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3023,
                                                    "end": 3027,
                                                    "loc": {
                                                      "start": {
                                                        "line": 100,
                                                        "column": 70
                                                      },
                                                      "end": {
                                                        "line": 100,
                                                        "column": 74
                                                      }
                                                    },
                                                    "name": "view"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3028,
                                                  "end": 3032,
                                                  "loc": {
                                                    "start": {
                                                      "line": 100,
                                                      "column": 75
                                                    },
                                                    "end": {
                                                      "line": 100,
                                                      "column": 79
                                                    }
                                                  },
                                                  "name": "left"
                                                },
                                                "computed": false
                                              }
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 3054,
                                            "end": 3111,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 77
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 3054,
                                              "end": 3061,
                                              "loc": {
                                                "start": {
                                                  "line": 101,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 101,
                                                  "column": 27
                                                }
                                              },
                                              "name": "offsetY"
                                            },
                                            "value": {
                                              "type": "BinaryExpression",
                                              "start": 3063,
                                              "end": 3111,
                                              "loc": {
                                                "start": {
                                                  "line": 101,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 101,
                                                  "column": 77
                                                }
                                              },
                                              "left": {
                                                "type": "BinaryExpression",
                                                "start": 3063,
                                                "end": 3095,
                                                "loc": {
                                                  "start": {
                                                    "line": 101,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 101,
                                                    "column": 61
                                                  }
                                                },
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 3063,
                                                  "end": 3068,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 34
                                                    }
                                                  },
                                                  "name": "pageY"
                                                },
                                                "operator": "-",
                                                "right": {
                                                  "type": "MemberExpression",
                                                  "start": 3071,
                                                  "end": 3095,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 61
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 3071,
                                                    "end": 3091,
                                                    "loc": {
                                                      "start": {
                                                        "line": 101,
                                                        "column": 37
                                                      },
                                                      "end": {
                                                        "line": 101,
                                                        "column": 57
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 3071,
                                                      "end": 3084,
                                                      "loc": {
                                                        "start": {
                                                          "line": 101,
                                                          "column": 37
                                                        },
                                                        "end": {
                                                          "line": 101,
                                                          "column": 50
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "start": 3071,
                                                        "end": 3075,
                                                        "loc": {
                                                          "start": {
                                                            "line": 101,
                                                            "column": 37
                                                          },
                                                          "end": {
                                                            "line": 101,
                                                            "column": 41
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3076,
                                                        "end": 3084,
                                                        "loc": {
                                                          "start": {
                                                            "line": 101,
                                                            "column": 42
                                                          },
                                                          "end": {
                                                            "line": 101,
                                                            "column": 50
                                                          }
                                                        },
                                                        "name": "renderer"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3085,
                                                      "end": 3091,
                                                      "loc": {
                                                        "start": {
                                                          "line": 101,
                                                          "column": 51
                                                        },
                                                        "end": {
                                                          "line": 101,
                                                          "column": 57
                                                        }
                                                      },
                                                      "name": "offset"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3092,
                                                    "end": 3095,
                                                    "loc": {
                                                      "start": {
                                                        "line": 101,
                                                        "column": 58
                                                      },
                                                      "end": {
                                                        "line": 101,
                                                        "column": 61
                                                      }
                                                    },
                                                    "name": "top"
                                                  },
                                                  "computed": false
                                                }
                                              },
                                              "operator": "-",
                                              "right": {
                                                "type": "MemberExpression",
                                                "start": 3098,
                                                "end": 3111,
                                                "loc": {
                                                  "start": {
                                                    "line": 101,
                                                    "column": 64
                                                  },
                                                  "end": {
                                                    "line": 101,
                                                    "column": 77
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3098,
                                                  "end": 3107,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 64
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 73
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 3098,
                                                    "end": 3102,
                                                    "loc": {
                                                      "start": {
                                                        "line": 101,
                                                        "column": 64
                                                      },
                                                      "end": {
                                                        "line": 101,
                                                        "column": 68
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3103,
                                                    "end": 3107,
                                                    "loc": {
                                                      "start": {
                                                        "line": 101,
                                                        "column": 69
                                                      },
                                                      "end": {
                                                        "line": 101,
                                                        "column": 73
                                                      }
                                                    },
                                                    "name": "view"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3108,
                                                  "end": 3111,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 74
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 77
                                                    }
                                                  },
                                                  "name": "top"
                                                },
                                                "computed": false
                                              }
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 3133,
                                            "end": 3145,
                                            "loc": {
                                              "start": {
                                                "line": 102,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 102,
                                                "column": 32
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 3133,
                                              "end": 3138,
                                              "loc": {
                                                "start": {
                                                  "line": 102,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 102,
                                                  "column": 25
                                                }
                                              },
                                              "name": "pageX"
                                            },
                                            "value": {
                                              "type": "Identifier",
                                              "start": 3140,
                                              "end": 3145,
                                              "loc": {
                                                "start": {
                                                  "line": 102,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 102,
                                                  "column": 32
                                                }
                                              },
                                              "name": "pageX"
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 3167,
                                            "end": 3179,
                                            "loc": {
                                              "start": {
                                                "line": 103,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 103,
                                                "column": 32
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 3167,
                                              "end": 3172,
                                              "loc": {
                                                "start": {
                                                  "line": 103,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 103,
                                                  "column": 25
                                                }
                                              },
                                              "name": "pageY"
                                            },
                                            "value": {
                                              "type": "Identifier",
                                              "start": 3174,
                                              "end": 3179,
                                              "loc": {
                                                "start": {
                                                  "line": 103,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 103,
                                                  "column": 32
                                                }
                                              },
                                              "name": "pageY"
                                            },
                                            "kind": "init"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          }
                        ],
                        "trailingComments": null
                      },
                      "alternate": null,
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Generic",
                          "start": 3233,
                          "end": 3243,
                          "loc": {
                            "start": {
                              "line": 108,
                              "column": 8
                            },
                            "end": {
                              "line": 108,
                              "column": 18
                            }
                          },
                          "range": [
                            3233,
                            3243
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3252,
                      "end": 3275,
                      "loc": {
                        "start": {
                          "line": 109,
                          "column": 8
                        },
                        "end": {
                          "line": 109,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3252,
                        "end": 3274,
                        "loc": {
                          "start": {
                            "line": 109,
                            "column": 8
                          },
                          "end": {
                            "line": 109,
                            "column": 30
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3252,
                          "end": 3267,
                          "loc": {
                            "start": {
                              "line": 109,
                              "column": 8
                            },
                            "end": {
                              "line": 109,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3252,
                            "end": 3257,
                            "loc": {
                              "start": {
                                "line": 109,
                                "column": 8
                              },
                              "end": {
                                "line": 109,
                                "column": 13
                              }
                            },
                            "name": "state",
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3258,
                            "end": 3267,
                            "loc": {
                              "start": {
                                "line": 109,
                                "column": 14
                              },
                              "end": {
                                "line": 109,
                                "column": 23
                              }
                            },
                            "name": "fulfilled"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "Literal",
                          "start": 3270,
                          "end": 3274,
                          "loc": {
                            "start": {
                              "line": 109,
                              "column": 26
                            },
                            "end": {
                              "line": 109,
                              "column": 30
                            }
                          },
                          "value": true,
                          "rawValue": true,
                          "raw": "true"
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Generic",
                          "start": 3233,
                          "end": 3243,
                          "loc": {
                            "start": {
                              "line": 108,
                              "column": 8
                            },
                            "end": {
                              "line": 108,
                              "column": 18
                            }
                          },
                          "range": [
                            3233,
                            3243
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3284,
                      "end": 3304,
                      "loc": {
                        "start": {
                          "line": 110,
                          "column": 8
                        },
                        "end": {
                          "line": 110,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3284,
                        "end": 3303,
                        "loc": {
                          "start": {
                            "line": 110,
                            "column": 8
                          },
                          "end": {
                            "line": 110,
                            "column": 27
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3284,
                          "end": 3295,
                          "loc": {
                            "start": {
                              "line": 110,
                              "column": 8
                            },
                            "end": {
                              "line": 110,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3284,
                            "end": 3289,
                            "loc": {
                              "start": {
                                "line": 110,
                                "column": 8
                              },
                              "end": {
                                "line": 110,
                                "column": 13
                              }
                            },
                            "name": "state"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3290,
                            "end": 3295,
                            "loc": {
                              "start": {
                                "line": 110,
                                "column": 14
                              },
                              "end": {
                                "line": 110,
                                "column": 19
                              }
                            },
                            "name": "pageX"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 3298,
                          "end": 3303,
                          "loc": {
                            "start": {
                              "line": 110,
                              "column": 22
                            },
                            "end": {
                              "line": 110,
                              "column": 27
                            }
                          },
                          "name": "pageX"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3313,
                      "end": 3333,
                      "loc": {
                        "start": {
                          "line": 111,
                          "column": 8
                        },
                        "end": {
                          "line": 111,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3313,
                        "end": 3332,
                        "loc": {
                          "start": {
                            "line": 111,
                            "column": 8
                          },
                          "end": {
                            "line": 111,
                            "column": 27
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3313,
                          "end": 3324,
                          "loc": {
                            "start": {
                              "line": 111,
                              "column": 8
                            },
                            "end": {
                              "line": 111,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3313,
                            "end": 3318,
                            "loc": {
                              "start": {
                                "line": 111,
                                "column": 8
                              },
                              "end": {
                                "line": 111,
                                "column": 13
                              }
                            },
                            "name": "state"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3319,
                            "end": 3324,
                            "loc": {
                              "start": {
                                "line": 111,
                                "column": 14
                              },
                              "end": {
                                "line": 111,
                                "column": 19
                              }
                            },
                            "name": "pageY"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 3327,
                          "end": 3332,
                          "loc": {
                            "start": {
                              "line": 111,
                              "column": 22
                            },
                            "end": {
                              "line": 111,
                              "column": 27
                            }
                          },
                          "name": "pageY"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3342,
                      "end": 3366,
                      "loc": {
                        "start": {
                          "line": 112,
                          "column": 8
                        },
                        "end": {
                          "line": 112,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3342,
                        "end": 3365,
                        "loc": {
                          "start": {
                            "line": 112,
                            "column": 8
                          },
                          "end": {
                            "line": 112,
                            "column": 31
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3342,
                          "end": 3355,
                          "loc": {
                            "start": {
                              "line": 112,
                              "column": 8
                            },
                            "end": {
                              "line": 112,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3342,
                            "end": 3347,
                            "loc": {
                              "start": {
                                "line": 112,
                                "column": 8
                              },
                              "end": {
                                "line": 112,
                                "column": 13
                              }
                            },
                            "name": "state"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3348,
                            "end": 3355,
                            "loc": {
                              "start": {
                                "line": 112,
                                "column": 14
                              },
                              "end": {
                                "line": 112,
                                "column": 21
                              }
                            },
                            "name": "clientX"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 3358,
                          "end": 3365,
                          "loc": {
                            "start": {
                              "line": 112,
                              "column": 24
                            },
                            "end": {
                              "line": 112,
                              "column": 31
                            }
                          },
                          "name": "clientX"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3375,
                      "end": 3399,
                      "loc": {
                        "start": {
                          "line": 113,
                          "column": 8
                        },
                        "end": {
                          "line": 113,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3375,
                        "end": 3398,
                        "loc": {
                          "start": {
                            "line": 113,
                            "column": 8
                          },
                          "end": {
                            "line": 113,
                            "column": 31
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3375,
                          "end": 3388,
                          "loc": {
                            "start": {
                              "line": 113,
                              "column": 8
                            },
                            "end": {
                              "line": 113,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3375,
                            "end": 3380,
                            "loc": {
                              "start": {
                                "line": 113,
                                "column": 8
                              },
                              "end": {
                                "line": 113,
                                "column": 13
                              }
                            },
                            "name": "state"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3381,
                            "end": 3388,
                            "loc": {
                              "start": {
                                "line": 113,
                                "column": 14
                              },
                              "end": {
                                "line": 113,
                                "column": 21
                              }
                            },
                            "name": "clientY"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 3391,
                          "end": 3398,
                          "loc": {
                            "start": {
                              "line": 113,
                              "column": 24
                            },
                            "end": {
                              "line": 113,
                              "column": 31
                            }
                          },
                          "name": "clientY"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3408,
                      "end": 3475,
                      "loc": {
                        "start": {
                          "line": 114,
                          "column": 8
                        },
                        "end": {
                          "line": 114,
                          "column": 75
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3408,
                        "end": 3474,
                        "loc": {
                          "start": {
                            "line": 114,
                            "column": 8
                          },
                          "end": {
                            "line": 114,
                            "column": 74
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3408,
                          "end": 3421,
                          "loc": {
                            "start": {
                              "line": 114,
                              "column": 8
                            },
                            "end": {
                              "line": 114,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3408,
                            "end": 3413,
                            "loc": {
                              "start": {
                                "line": 114,
                                "column": 8
                              },
                              "end": {
                                "line": 114,
                                "column": 13
                              }
                            },
                            "name": "state"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3414,
                            "end": 3421,
                            "loc": {
                              "start": {
                                "line": 114,
                                "column": 14
                              },
                              "end": {
                                "line": 114,
                                "column": 21
                              }
                            },
                            "name": "offsetX"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "BinaryExpression",
                          "start": 3424,
                          "end": 3474,
                          "loc": {
                            "start": {
                              "line": 114,
                              "column": 24
                            },
                            "end": {
                              "line": 114,
                              "column": 74
                            }
                          },
                          "left": {
                            "type": "BinaryExpression",
                            "start": 3424,
                            "end": 3457,
                            "loc": {
                              "start": {
                                "line": 114,
                                "column": 24
                              },
                              "end": {
                                "line": 114,
                                "column": 57
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 3424,
                              "end": 3429,
                              "loc": {
                                "start": {
                                  "line": 114,
                                  "column": 24
                                },
                                "end": {
                                  "line": 114,
                                  "column": 29
                                }
                              },
                              "name": "pageX"
                            },
                            "operator": "-",
                            "right": {
                              "type": "MemberExpression",
                              "start": 3432,
                              "end": 3457,
                              "loc": {
                                "start": {
                                  "line": 114,
                                  "column": 32
                                },
                                "end": {
                                  "line": 114,
                                  "column": 57
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 3432,
                                "end": 3452,
                                "loc": {
                                  "start": {
                                    "line": 114,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 114,
                                    "column": 52
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3432,
                                  "end": 3445,
                                  "loc": {
                                    "start": {
                                      "line": 114,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 114,
                                      "column": 45
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 3432,
                                    "end": 3436,
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 36
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3437,
                                    "end": 3445,
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 45
                                      }
                                    },
                                    "name": "renderer"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3446,
                                  "end": 3452,
                                  "loc": {
                                    "start": {
                                      "line": 114,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 114,
                                      "column": 52
                                    }
                                  },
                                  "name": "offset"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3453,
                                "end": 3457,
                                "loc": {
                                  "start": {
                                    "line": 114,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 114,
                                    "column": 57
                                  }
                                },
                                "name": "left"
                              },
                              "computed": false
                            }
                          },
                          "operator": "-",
                          "right": {
                            "type": "MemberExpression",
                            "start": 3460,
                            "end": 3474,
                            "loc": {
                              "start": {
                                "line": 114,
                                "column": 60
                              },
                              "end": {
                                "line": 114,
                                "column": 74
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 3460,
                              "end": 3469,
                              "loc": {
                                "start": {
                                  "line": 114,
                                  "column": 60
                                },
                                "end": {
                                  "line": 114,
                                  "column": 69
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3460,
                                "end": 3464,
                                "loc": {
                                  "start": {
                                    "line": 114,
                                    "column": 60
                                  },
                                  "end": {
                                    "line": 114,
                                    "column": 64
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3465,
                                "end": 3469,
                                "loc": {
                                  "start": {
                                    "line": 114,
                                    "column": 65
                                  },
                                  "end": {
                                    "line": 114,
                                    "column": 69
                                  }
                                },
                                "name": "view"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3470,
                              "end": 3474,
                              "loc": {
                                "start": {
                                  "line": 114,
                                  "column": 70
                                },
                                "end": {
                                  "line": 114,
                                  "column": 74
                                }
                              },
                              "name": "left"
                            },
                            "computed": false
                          }
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3484,
                      "end": 3549,
                      "loc": {
                        "start": {
                          "line": 115,
                          "column": 8
                        },
                        "end": {
                          "line": 115,
                          "column": 73
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3484,
                        "end": 3548,
                        "loc": {
                          "start": {
                            "line": 115,
                            "column": 8
                          },
                          "end": {
                            "line": 115,
                            "column": 72
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3484,
                          "end": 3497,
                          "loc": {
                            "start": {
                              "line": 115,
                              "column": 8
                            },
                            "end": {
                              "line": 115,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3484,
                            "end": 3489,
                            "loc": {
                              "start": {
                                "line": 115,
                                "column": 8
                              },
                              "end": {
                                "line": 115,
                                "column": 13
                              }
                            },
                            "name": "state"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3490,
                            "end": 3497,
                            "loc": {
                              "start": {
                                "line": 115,
                                "column": 14
                              },
                              "end": {
                                "line": 115,
                                "column": 21
                              }
                            },
                            "name": "offsetY"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "BinaryExpression",
                          "start": 3500,
                          "end": 3548,
                          "loc": {
                            "start": {
                              "line": 115,
                              "column": 24
                            },
                            "end": {
                              "line": 115,
                              "column": 72
                            }
                          },
                          "left": {
                            "type": "BinaryExpression",
                            "start": 3500,
                            "end": 3532,
                            "loc": {
                              "start": {
                                "line": 115,
                                "column": 24
                              },
                              "end": {
                                "line": 115,
                                "column": 56
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 3500,
                              "end": 3505,
                              "loc": {
                                "start": {
                                  "line": 115,
                                  "column": 24
                                },
                                "end": {
                                  "line": 115,
                                  "column": 29
                                }
                              },
                              "name": "pageY"
                            },
                            "operator": "-",
                            "right": {
                              "type": "MemberExpression",
                              "start": 3508,
                              "end": 3532,
                              "loc": {
                                "start": {
                                  "line": 115,
                                  "column": 32
                                },
                                "end": {
                                  "line": 115,
                                  "column": 56
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 3508,
                                "end": 3528,
                                "loc": {
                                  "start": {
                                    "line": 115,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 115,
                                    "column": 52
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3508,
                                  "end": 3521,
                                  "loc": {
                                    "start": {
                                      "line": 115,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 115,
                                      "column": 45
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 3508,
                                    "end": 3512,
                                    "loc": {
                                      "start": {
                                        "line": 115,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 115,
                                        "column": 36
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3513,
                                    "end": 3521,
                                    "loc": {
                                      "start": {
                                        "line": 115,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 115,
                                        "column": 45
                                      }
                                    },
                                    "name": "renderer"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3522,
                                  "end": 3528,
                                  "loc": {
                                    "start": {
                                      "line": 115,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 115,
                                      "column": 52
                                    }
                                  },
                                  "name": "offset"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3529,
                                "end": 3532,
                                "loc": {
                                  "start": {
                                    "line": 115,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 115,
                                    "column": 56
                                  }
                                },
                                "name": "top"
                              },
                              "computed": false
                            }
                          },
                          "operator": "-",
                          "right": {
                            "type": "MemberExpression",
                            "start": 3535,
                            "end": 3548,
                            "loc": {
                              "start": {
                                "line": 115,
                                "column": 59
                              },
                              "end": {
                                "line": 115,
                                "column": 72
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 3535,
                              "end": 3544,
                              "loc": {
                                "start": {
                                  "line": 115,
                                  "column": 59
                                },
                                "end": {
                                  "line": 115,
                                  "column": 68
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3535,
                                "end": 3539,
                                "loc": {
                                  "start": {
                                    "line": 115,
                                    "column": 59
                                  },
                                  "end": {
                                    "line": 115,
                                    "column": 63
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3540,
                                "end": 3544,
                                "loc": {
                                  "start": {
                                    "line": 115,
                                    "column": 64
                                  },
                                  "end": {
                                    "line": 115,
                                    "column": 68
                                  }
                                },
                                "name": "view"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3545,
                              "end": 3548,
                              "loc": {
                                "start": {
                                  "line": 115,
                                  "column": 69
                                },
                                "end": {
                                  "line": 115,
                                  "column": 72
                                }
                              },
                              "name": "top"
                            },
                            "computed": false
                          }
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3559,
                      "end": 3581,
                      "loc": {
                        "start": {
                          "line": 117,
                          "column": 8
                        },
                        "end": {
                          "line": 117,
                          "column": 30
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3559,
                        "end": 3580,
                        "loc": {
                          "start": {
                            "line": 117,
                            "column": 8
                          },
                          "end": {
                            "line": 117,
                            "column": 29
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3559,
                          "end": 3571,
                          "loc": {
                            "start": {
                              "line": 117,
                              "column": 8
                            },
                            "end": {
                              "line": 117,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3559,
                            "end": 3564,
                            "loc": {
                              "start": {
                                "line": 117,
                                "column": 8
                              },
                              "end": {
                                "line": 117,
                                "column": 13
                              }
                            },
                            "name": "state"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3565,
                            "end": 3571,
                            "loc": {
                              "start": {
                                "line": 117,
                                "column": 14
                              },
                              "end": {
                                "line": 117,
                                "column": 20
                              }
                            },
                            "name": "button"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 3574,
                          "end": 3580,
                          "loc": {
                            "start": {
                              "line": 117,
                              "column": 23
                            },
                            "end": {
                              "line": 117,
                              "column": 29
                            }
                          },
                          "name": "button"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3590,
                      "end": 3610,
                      "loc": {
                        "start": {
                          "line": 118,
                          "column": 8
                        },
                        "end": {
                          "line": 118,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3590,
                        "end": 3609,
                        "loc": {
                          "start": {
                            "line": 118,
                            "column": 8
                          },
                          "end": {
                            "line": 118,
                            "column": 27
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3590,
                          "end": 3601,
                          "loc": {
                            "start": {
                              "line": 118,
                              "column": 8
                            },
                            "end": {
                              "line": 118,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3590,
                            "end": 3595,
                            "loc": {
                              "start": {
                                "line": 118,
                                "column": 8
                              },
                              "end": {
                                "line": 118,
                                "column": 13
                              }
                            },
                            "name": "state"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3596,
                            "end": 3601,
                            "loc": {
                              "start": {
                                "line": 118,
                                "column": 14
                              },
                              "end": {
                                "line": 118,
                                "column": 19
                              }
                            },
                            "name": "which"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 3604,
                          "end": 3609,
                          "loc": {
                            "start": {
                              "line": 118,
                              "column": 22
                            },
                            "end": {
                              "line": 118,
                              "column": 27
                            }
                          },
                          "name": "which"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3619,
                      "end": 3639,
                      "loc": {
                        "start": {
                          "line": 119,
                          "column": 8
                        },
                        "end": {
                          "line": 119,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3619,
                        "end": 3638,
                        "loc": {
                          "start": {
                            "line": 119,
                            "column": 8
                          },
                          "end": {
                            "line": 119,
                            "column": 27
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3619,
                          "end": 3630,
                          "loc": {
                            "start": {
                              "line": 119,
                              "column": 8
                            },
                            "end": {
                              "line": 119,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3619,
                            "end": 3624,
                            "loc": {
                              "start": {
                                "line": 119,
                                "column": 8
                              },
                              "end": {
                                "line": 119,
                                "column": 13
                              }
                            },
                            "name": "state"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3625,
                            "end": 3630,
                            "loc": {
                              "start": {
                                "line": 119,
                                "column": 14
                              },
                              "end": {
                                "line": 119,
                                "column": 19
                              }
                            },
                            "name": "event"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 3633,
                          "end": 3638,
                          "loc": {
                            "start": {
                              "line": 119,
                              "column": 22
                            },
                            "end": {
                              "line": 119,
                              "column": 27
                            }
                          },
                          "name": "event"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3648,
                      "end": 3673,
                      "loc": {
                        "start": {
                          "line": 120,
                          "column": 8
                        },
                        "end": {
                          "line": 120,
                          "column": 33
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3648,
                        "end": 3672,
                        "loc": {
                          "start": {
                            "line": 120,
                            "column": 8
                          },
                          "end": {
                            "line": 120,
                            "column": 32
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3648,
                          "end": 3665,
                          "loc": {
                            "start": {
                              "line": 120,
                              "column": 8
                            },
                            "end": {
                              "line": 120,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3648,
                            "end": 3660,
                            "loc": {
                              "start": {
                                "line": 120,
                                "column": 8
                              },
                              "end": {
                                "line": 120,
                                "column": 20
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3648,
                              "end": 3652,
                              "loc": {
                                "start": {
                                  "line": 120,
                                  "column": 8
                                },
                                "end": {
                                  "line": 120,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3653,
                              "end": 3660,
                              "loc": {
                                "start": {
                                  "line": 120,
                                  "column": 13
                                },
                                "end": {
                                  "line": 120,
                                  "column": 20
                                }
                              },
                              "name": "changes"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3661,
                            "end": 3665,
                            "loc": {
                              "start": {
                                "line": 120,
                                "column": 21
                              },
                              "end": {
                                "line": 120,
                                "column": 25
                              }
                            },
                            "name": "push"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 3666,
                            "end": 3671,
                            "loc": {
                              "start": {
                                "line": 120,
                                "column": 26
                              },
                              "end": {
                                "line": 120,
                                "column": 31
                              }
                            },
                            "name": "state"
                          }
                        ]
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 3683,
                      "end": 4731,
                      "loc": {
                        "start": {
                          "line": 122,
                          "column": 8
                        },
                        "end": {
                          "line": 140,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 3687,
                        "end": 3707,
                        "loc": {
                          "start": {
                            "line": 122,
                            "column": 12
                          },
                          "end": {
                            "line": 122,
                            "column": 32
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 3687,
                          "end": 3691,
                          "loc": {
                            "start": {
                              "line": 122,
                              "column": 12
                            },
                            "end": {
                              "line": 122,
                              "column": 16
                            }
                          },
                          "name": "type"
                        },
                        "operator": "===",
                        "right": {
                          "type": "Literal",
                          "start": 3696,
                          "end": 3707,
                          "loc": {
                            "start": {
                              "line": 122,
                              "column": 21
                            },
                            "end": {
                              "line": 122,
                              "column": 32
                            }
                          },
                          "value": "mousedown",
                          "rawValue": "mousedown",
                          "raw": "'mousedown'"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 3709,
                        "end": 3964,
                        "loc": {
                          "start": {
                            "line": 122,
                            "column": 34
                          },
                          "end": {
                            "line": 127,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 3723,
                            "end": 3746,
                            "loc": {
                              "start": {
                                "line": 123,
                                "column": 12
                              },
                              "end": {
                                "line": 123,
                                "column": 35
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 3723,
                              "end": 3745,
                              "loc": {
                                "start": {
                                  "line": 123,
                                  "column": 12
                                },
                                "end": {
                                  "line": 123,
                                  "column": 34
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 3723,
                                "end": 3738,
                                "loc": {
                                  "start": {
                                    "line": 123,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 123,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3723,
                                  "end": 3733,
                                  "loc": {
                                    "start": {
                                      "line": 123,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 123,
                                      "column": 22
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 3723,
                                    "end": 3727,
                                    "loc": {
                                      "start": {
                                        "line": 123,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 123,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3728,
                                    "end": 3733,
                                    "loc": {
                                      "start": {
                                        "line": 123,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 123,
                                        "column": 22
                                      }
                                    },
                                    "name": "mouse"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3734,
                                  "end": 3738,
                                  "loc": {
                                    "start": {
                                      "line": 123,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 123,
                                      "column": 27
                                    }
                                  },
                                  "name": "down"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "Literal",
                                "start": 3741,
                                "end": 3745,
                                "loc": {
                                  "start": {
                                    "line": 123,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 123,
                                    "column": 34
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 3759,
                            "end": 3786,
                            "loc": {
                              "start": {
                                "line": 124,
                                "column": 12
                              },
                              "end": {
                                "line": 124,
                                "column": 39
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 3759,
                              "end": 3785,
                              "loc": {
                                "start": {
                                  "line": 124,
                                  "column": 12
                                },
                                "end": {
                                  "line": 124,
                                  "column": 38
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 3759,
                                "end": 3776,
                                "loc": {
                                  "start": {
                                    "line": 124,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 124,
                                    "column": 29
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3759,
                                  "end": 3769,
                                  "loc": {
                                    "start": {
                                      "line": 124,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 124,
                                      "column": 22
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 3759,
                                    "end": 3763,
                                    "loc": {
                                      "start": {
                                        "line": 124,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 124,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3764,
                                    "end": 3769,
                                    "loc": {
                                      "start": {
                                        "line": 124,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 124,
                                        "column": 22
                                      }
                                    },
                                    "name": "mouse"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3770,
                                  "end": 3776,
                                  "loc": {
                                    "start": {
                                      "line": 124,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 124,
                                      "column": 29
                                    }
                                  },
                                  "name": "button"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 3779,
                                "end": 3785,
                                "loc": {
                                  "start": {
                                    "line": 124,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 124,
                                    "column": 38
                                  }
                                },
                                "name": "button"
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 3799,
                            "end": 3869,
                            "loc": {
                              "start": {
                                "line": 125,
                                "column": 12
                              },
                              "end": {
                                "line": 125,
                                "column": 82
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 3799,
                              "end": 3868,
                              "loc": {
                                "start": {
                                  "line": 125,
                                  "column": 12
                                },
                                "end": {
                                  "line": 125,
                                  "column": 81
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3799,
                                "end": 3824,
                                "loc": {
                                  "start": {
                                    "line": 125,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 125,
                                    "column": 37
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3799,
                                  "end": 3807,
                                  "loc": {
                                    "start": {
                                      "line": 125,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 125,
                                      "column": 20
                                    }
                                  },
                                  "name": "document"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3808,
                                  "end": 3824,
                                  "loc": {
                                    "start": {
                                      "line": 125,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 125,
                                      "column": 37
                                    }
                                  },
                                  "name": "addEventListener"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Literal",
                                  "start": 3825,
                                  "end": 3834,
                                  "loc": {
                                    "start": {
                                      "line": 125,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 125,
                                      "column": 47
                                    }
                                  },
                                  "value": "mouseup",
                                  "rawValue": "mouseup",
                                  "raw": "'mouseup'"
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 3836,
                                  "end": 3860,
                                  "loc": {
                                    "start": {
                                      "line": 125,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 125,
                                      "column": 73
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 3836,
                                    "end": 3840,
                                    "loc": {
                                      "start": {
                                        "line": 125,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 125,
                                        "column": 53
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3841,
                                    "end": 3860,
                                    "loc": {
                                      "start": {
                                        "line": 125,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 125,
                                        "column": 73
                                      }
                                    },
                                    "name": "eventHandlerDefault"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "Literal",
                                  "start": 3862,
                                  "end": 3867,
                                  "loc": {
                                    "start": {
                                      "line": 125,
                                      "column": 75
                                    },
                                    "end": {
                                      "line": 125,
                                      "column": 80
                                    }
                                  },
                                  "value": false,
                                  "rawValue": false,
                                  "raw": "false"
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 3882,
                            "end": 3954,
                            "loc": {
                              "start": {
                                "line": 126,
                                "column": 12
                              },
                              "end": {
                                "line": 126,
                                "column": 84
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 3882,
                              "end": 3953,
                              "loc": {
                                "start": {
                                  "line": 126,
                                  "column": 12
                                },
                                "end": {
                                  "line": 126,
                                  "column": 83
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3882,
                                "end": 3907,
                                "loc": {
                                  "start": {
                                    "line": 126,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 126,
                                    "column": 37
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3882,
                                  "end": 3890,
                                  "loc": {
                                    "start": {
                                      "line": 126,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 126,
                                      "column": 20
                                    }
                                  },
                                  "name": "document"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3891,
                                  "end": 3907,
                                  "loc": {
                                    "start": {
                                      "line": 126,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 126,
                                      "column": 37
                                    }
                                  },
                                  "name": "addEventListener"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Literal",
                                  "start": 3908,
                                  "end": 3919,
                                  "loc": {
                                    "start": {
                                      "line": 126,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 126,
                                      "column": 49
                                    }
                                  },
                                  "value": "mousemove",
                                  "rawValue": "mousemove",
                                  "raw": "'mousemove'"
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 3921,
                                  "end": 3945,
                                  "loc": {
                                    "start": {
                                      "line": 126,
                                      "column": 51
                                    },
                                    "end": {
                                      "line": 126,
                                      "column": 75
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 3921,
                                    "end": 3925,
                                    "loc": {
                                      "start": {
                                        "line": 126,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 126,
                                        "column": 55
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3926,
                                    "end": 3945,
                                    "loc": {
                                      "start": {
                                        "line": 126,
                                        "column": 56
                                      },
                                      "end": {
                                        "line": 126,
                                        "column": 75
                                      }
                                    },
                                    "name": "eventHandlerDefault"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "Literal",
                                  "start": 3947,
                                  "end": 3952,
                                  "loc": {
                                    "start": {
                                      "line": 126,
                                      "column": 77
                                    },
                                    "end": {
                                      "line": 126,
                                      "column": 82
                                    }
                                  },
                                  "value": false,
                                  "rawValue": false,
                                  "raw": "false"
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": {
                        "type": "IfStatement",
                        "start": 3970,
                        "end": 4731,
                        "loc": {
                          "start": {
                            "line": 127,
                            "column": 15
                          },
                          "end": {
                            "line": 140,
                            "column": 9
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 3974,
                          "end": 3992,
                          "loc": {
                            "start": {
                              "line": 127,
                              "column": 19
                            },
                            "end": {
                              "line": 127,
                              "column": 37
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 3974,
                            "end": 3978,
                            "loc": {
                              "start": {
                                "line": 127,
                                "column": 19
                              },
                              "end": {
                                "line": 127,
                                "column": 23
                              }
                            },
                            "name": "type"
                          },
                          "operator": "===",
                          "right": {
                            "type": "Literal",
                            "start": 3983,
                            "end": 3992,
                            "loc": {
                              "start": {
                                "line": 127,
                                "column": 28
                              },
                              "end": {
                                "line": 127,
                                "column": 37
                              }
                            },
                            "value": "mouseup",
                            "rawValue": "mouseup",
                            "raw": "'mouseup'"
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 3994,
                          "end": 4242,
                          "loc": {
                            "start": {
                              "line": 127,
                              "column": 39
                            },
                            "end": {
                              "line": 132,
                              "column": 9
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 4008,
                              "end": 4032,
                              "loc": {
                                "start": {
                                  "line": 128,
                                  "column": 12
                                },
                                "end": {
                                  "line": 128,
                                  "column": 36
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 4008,
                                "end": 4031,
                                "loc": {
                                  "start": {
                                    "line": 128,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 128,
                                    "column": 35
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 4008,
                                  "end": 4023,
                                  "loc": {
                                    "start": {
                                      "line": 128,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 128,
                                      "column": 27
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 4008,
                                    "end": 4018,
                                    "loc": {
                                      "start": {
                                        "line": 128,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 128,
                                        "column": 22
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 4008,
                                      "end": 4012,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 16
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4013,
                                      "end": 4018,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 22
                                        }
                                      },
                                      "name": "mouse"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4019,
                                    "end": 4023,
                                    "loc": {
                                      "start": {
                                        "line": 128,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 128,
                                        "column": 27
                                      }
                                    },
                                    "name": "down"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "Literal",
                                  "start": 4026,
                                  "end": 4031,
                                  "loc": {
                                    "start": {
                                      "line": 128,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 128,
                                      "column": 35
                                    }
                                  },
                                  "value": false,
                                  "rawValue": false,
                                  "raw": "false"
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 4045,
                              "end": 4072,
                              "loc": {
                                "start": {
                                  "line": 129,
                                  "column": 12
                                },
                                "end": {
                                  "line": 129,
                                  "column": 39
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 4045,
                                "end": 4071,
                                "loc": {
                                  "start": {
                                    "line": 129,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 129,
                                    "column": 38
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 4045,
                                  "end": 4062,
                                  "loc": {
                                    "start": {
                                      "line": 129,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 129,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 4045,
                                    "end": 4055,
                                    "loc": {
                                      "start": {
                                        "line": 129,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 129,
                                        "column": 22
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 4045,
                                      "end": 4049,
                                      "loc": {
                                        "start": {
                                          "line": 129,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 129,
                                          "column": 16
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4050,
                                      "end": 4055,
                                      "loc": {
                                        "start": {
                                          "line": 129,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 129,
                                          "column": 22
                                        }
                                      },
                                      "name": "mouse"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4056,
                                    "end": 4062,
                                    "loc": {
                                      "start": {
                                        "line": 129,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 129,
                                        "column": 29
                                      }
                                    },
                                    "name": "button"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "Identifier",
                                  "start": 4065,
                                  "end": 4071,
                                  "loc": {
                                    "start": {
                                      "line": 129,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 129,
                                      "column": 38
                                    }
                                  },
                                  "name": "button"
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 4085,
                              "end": 4151,
                              "loc": {
                                "start": {
                                  "line": 130,
                                  "column": 12
                                },
                                "end": {
                                  "line": 130,
                                  "column": 78
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 4085,
                                "end": 4150,
                                "loc": {
                                  "start": {
                                    "line": 130,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 130,
                                    "column": 77
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 4085,
                                  "end": 4113,
                                  "loc": {
                                    "start": {
                                      "line": 130,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 130,
                                      "column": 40
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 4085,
                                    "end": 4093,
                                    "loc": {
                                      "start": {
                                        "line": 130,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 130,
                                        "column": 20
                                      }
                                    },
                                    "name": "document"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4094,
                                    "end": 4113,
                                    "loc": {
                                      "start": {
                                        "line": 130,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 130,
                                        "column": 40
                                      }
                                    },
                                    "name": "removeEventListener"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "start": 4114,
                                    "end": 4123,
                                    "loc": {
                                      "start": {
                                        "line": 130,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 130,
                                        "column": 50
                                      }
                                    },
                                    "value": "mouseup",
                                    "rawValue": "mouseup",
                                    "raw": "'mouseup'"
                                  },
                                  {
                                    "type": "MemberExpression",
                                    "start": 4125,
                                    "end": 4149,
                                    "loc": {
                                      "start": {
                                        "line": 130,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 130,
                                        "column": 76
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 4125,
                                      "end": 4129,
                                      "loc": {
                                        "start": {
                                          "line": 130,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 130,
                                          "column": 56
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4130,
                                      "end": 4149,
                                      "loc": {
                                        "start": {
                                          "line": 130,
                                          "column": 57
                                        },
                                        "end": {
                                          "line": 130,
                                          "column": 76
                                        }
                                      },
                                      "name": "eventHandlerDefault"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 4164,
                              "end": 4232,
                              "loc": {
                                "start": {
                                  "line": 131,
                                  "column": 12
                                },
                                "end": {
                                  "line": 131,
                                  "column": 80
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 4164,
                                "end": 4231,
                                "loc": {
                                  "start": {
                                    "line": 131,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 131,
                                    "column": 79
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 4164,
                                  "end": 4192,
                                  "loc": {
                                    "start": {
                                      "line": 131,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 131,
                                      "column": 40
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 4164,
                                    "end": 4172,
                                    "loc": {
                                      "start": {
                                        "line": 131,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 131,
                                        "column": 20
                                      }
                                    },
                                    "name": "document"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4173,
                                    "end": 4192,
                                    "loc": {
                                      "start": {
                                        "line": 131,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 131,
                                        "column": 40
                                      }
                                    },
                                    "name": "removeEventListener"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "start": 4193,
                                    "end": 4204,
                                    "loc": {
                                      "start": {
                                        "line": 131,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 131,
                                        "column": 52
                                      }
                                    },
                                    "value": "mousemove",
                                    "rawValue": "mousemove",
                                    "raw": "'mousemove'"
                                  },
                                  {
                                    "type": "MemberExpression",
                                    "start": 4206,
                                    "end": 4230,
                                    "loc": {
                                      "start": {
                                        "line": 131,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 131,
                                        "column": 78
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 4206,
                                      "end": 4210,
                                      "loc": {
                                        "start": {
                                          "line": 131,
                                          "column": 54
                                        },
                                        "end": {
                                          "line": 131,
                                          "column": 58
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4211,
                                      "end": 4230,
                                      "loc": {
                                        "start": {
                                          "line": 131,
                                          "column": 59
                                        },
                                        "end": {
                                          "line": 131,
                                          "column": 78
                                        }
                                      },
                                      "name": "eventHandlerDefault"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            }
                          ]
                        },
                        "alternate": {
                          "type": "IfStatement",
                          "start": 4248,
                          "end": 4731,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 15
                            },
                            "end": {
                              "line": 140,
                              "column": 9
                            }
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 4252,
                            "end": 4273,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 19
                              },
                              "end": {
                                "line": 132,
                                "column": 40
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 4252,
                              "end": 4256,
                              "loc": {
                                "start": {
                                  "line": 132,
                                  "column": 19
                                },
                                "end": {
                                  "line": 132,
                                  "column": 23
                                }
                              },
                              "name": "type"
                            },
                            "operator": "===",
                            "right": {
                              "type": "Literal",
                              "start": 4261,
                              "end": 4273,
                              "loc": {
                                "start": {
                                  "line": 132,
                                  "column": 28
                                },
                                "end": {
                                  "line": 132,
                                  "column": 40
                                }
                              },
                              "value": "touchstart",
                              "rawValue": "touchstart",
                              "raw": "'touchstart'"
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 4275,
                            "end": 4491,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 42
                              },
                              "end": {
                                "line": 136,
                                "column": 9
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 4289,
                                "end": 4312,
                                "loc": {
                                  "start": {
                                    "line": 133,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 133,
                                    "column": 35
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 4289,
                                  "end": 4311,
                                  "loc": {
                                    "start": {
                                      "line": 133,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 133,
                                      "column": 34
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 4289,
                                    "end": 4304,
                                    "loc": {
                                      "start": {
                                        "line": 133,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 133,
                                        "column": 27
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 4289,
                                      "end": 4299,
                                      "loc": {
                                        "start": {
                                          "line": 133,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 133,
                                          "column": 22
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 4289,
                                        "end": 4293,
                                        "loc": {
                                          "start": {
                                            "line": 133,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 133,
                                            "column": 16
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4294,
                                        "end": 4299,
                                        "loc": {
                                          "start": {
                                            "line": 133,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 133,
                                            "column": 22
                                          }
                                        },
                                        "name": "touch"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4300,
                                      "end": 4304,
                                      "loc": {
                                        "start": {
                                          "line": 133,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 133,
                                          "column": 27
                                        }
                                      },
                                      "name": "down"
                                    },
                                    "computed": false
                                  },
                                  "right": {
                                    "type": "Literal",
                                    "start": 4307,
                                    "end": 4311,
                                    "loc": {
                                      "start": {
                                        "line": 133,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 133,
                                        "column": 34
                                      }
                                    },
                                    "value": true,
                                    "rawValue": true,
                                    "raw": "true"
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 4325,
                                "end": 4396,
                                "loc": {
                                  "start": {
                                    "line": 134,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 134,
                                    "column": 83
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 4325,
                                  "end": 4395,
                                  "loc": {
                                    "start": {
                                      "line": 134,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 134,
                                      "column": 82
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 4325,
                                    "end": 4350,
                                    "loc": {
                                      "start": {
                                        "line": 134,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 134,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4325,
                                      "end": 4333,
                                      "loc": {
                                        "start": {
                                          "line": 134,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 134,
                                          "column": 20
                                        }
                                      },
                                      "name": "document"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4334,
                                      "end": 4350,
                                      "loc": {
                                        "start": {
                                          "line": 134,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 134,
                                          "column": 37
                                        }
                                      },
                                      "name": "addEventListener"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Literal",
                                      "start": 4351,
                                      "end": 4361,
                                      "loc": {
                                        "start": {
                                          "line": 134,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 134,
                                          "column": 48
                                        }
                                      },
                                      "value": "touchend",
                                      "rawValue": "touchend",
                                      "raw": "'touchend'"
                                    },
                                    {
                                      "type": "MemberExpression",
                                      "start": 4363,
                                      "end": 4387,
                                      "loc": {
                                        "start": {
                                          "line": 134,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 134,
                                          "column": 74
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 4363,
                                        "end": 4367,
                                        "loc": {
                                          "start": {
                                            "line": 134,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 134,
                                            "column": 54
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4368,
                                        "end": 4387,
                                        "loc": {
                                          "start": {
                                            "line": 134,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 134,
                                            "column": 74
                                          }
                                        },
                                        "name": "eventHandlerDefault"
                                      },
                                      "computed": false
                                    },
                                    {
                                      "type": "Literal",
                                      "start": 4389,
                                      "end": 4394,
                                      "loc": {
                                        "start": {
                                          "line": 134,
                                          "column": 76
                                        },
                                        "end": {
                                          "line": 134,
                                          "column": 81
                                        }
                                      },
                                      "value": false,
                                      "rawValue": false,
                                      "raw": "false"
                                    }
                                  ]
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 4409,
                                "end": 4481,
                                "loc": {
                                  "start": {
                                    "line": 135,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 135,
                                    "column": 84
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 4409,
                                  "end": 4480,
                                  "loc": {
                                    "start": {
                                      "line": 135,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 135,
                                      "column": 83
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 4409,
                                    "end": 4434,
                                    "loc": {
                                      "start": {
                                        "line": 135,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 135,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4409,
                                      "end": 4417,
                                      "loc": {
                                        "start": {
                                          "line": 135,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 135,
                                          "column": 20
                                        }
                                      },
                                      "name": "document"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4418,
                                      "end": 4434,
                                      "loc": {
                                        "start": {
                                          "line": 135,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 135,
                                          "column": 37
                                        }
                                      },
                                      "name": "addEventListener"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Literal",
                                      "start": 4435,
                                      "end": 4446,
                                      "loc": {
                                        "start": {
                                          "line": 135,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 135,
                                          "column": 49
                                        }
                                      },
                                      "value": "touchmove",
                                      "rawValue": "touchmove",
                                      "raw": "'touchmove'"
                                    },
                                    {
                                      "type": "MemberExpression",
                                      "start": 4448,
                                      "end": 4472,
                                      "loc": {
                                        "start": {
                                          "line": 135,
                                          "column": 51
                                        },
                                        "end": {
                                          "line": 135,
                                          "column": 75
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 4448,
                                        "end": 4452,
                                        "loc": {
                                          "start": {
                                            "line": 135,
                                            "column": 51
                                          },
                                          "end": {
                                            "line": 135,
                                            "column": 55
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4453,
                                        "end": 4472,
                                        "loc": {
                                          "start": {
                                            "line": 135,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 135,
                                            "column": 75
                                          }
                                        },
                                        "name": "eventHandlerDefault"
                                      },
                                      "computed": false
                                    },
                                    {
                                      "type": "Literal",
                                      "start": 4474,
                                      "end": 4479,
                                      "loc": {
                                        "start": {
                                          "line": 135,
                                          "column": 77
                                        },
                                        "end": {
                                          "line": 135,
                                          "column": 82
                                        }
                                      },
                                      "value": false,
                                      "rawValue": false,
                                      "raw": "false"
                                    }
                                  ]
                                }
                              }
                            ]
                          },
                          "alternate": {
                            "type": "IfStatement",
                            "start": 4497,
                            "end": 4731,
                            "loc": {
                              "start": {
                                "line": 136,
                                "column": 15
                              },
                              "end": {
                                "line": 140,
                                "column": 9
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 4501,
                              "end": 4520,
                              "loc": {
                                "start": {
                                  "line": 136,
                                  "column": 19
                                },
                                "end": {
                                  "line": 136,
                                  "column": 38
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 4501,
                                "end": 4505,
                                "loc": {
                                  "start": {
                                    "line": 136,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 136,
                                    "column": 23
                                  }
                                },
                                "name": "type"
                              },
                              "operator": "===",
                              "right": {
                                "type": "Literal",
                                "start": 4510,
                                "end": 4520,
                                "loc": {
                                  "start": {
                                    "line": 136,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 136,
                                    "column": 38
                                  }
                                },
                                "value": "touchend",
                                "rawValue": "touchend",
                                "raw": "'touchend'"
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 4522,
                              "end": 4731,
                              "loc": {
                                "start": {
                                  "line": 136,
                                  "column": 40
                                },
                                "end": {
                                  "line": 140,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4536,
                                  "end": 4560,
                                  "loc": {
                                    "start": {
                                      "line": 137,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 137,
                                      "column": 36
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 4536,
                                    "end": 4559,
                                    "loc": {
                                      "start": {
                                        "line": 137,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 137,
                                        "column": 35
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 4536,
                                      "end": 4551,
                                      "loc": {
                                        "start": {
                                          "line": 137,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 137,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4536,
                                        "end": 4546,
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 22
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4536,
                                          "end": 4540,
                                          "loc": {
                                            "start": {
                                              "line": 137,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 137,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4541,
                                          "end": 4546,
                                          "loc": {
                                            "start": {
                                              "line": 137,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 137,
                                              "column": 22
                                            }
                                          },
                                          "name": "touch"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4547,
                                        "end": 4551,
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 27
                                          }
                                        },
                                        "name": "down"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "start": 4554,
                                      "end": 4559,
                                      "loc": {
                                        "start": {
                                          "line": 137,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 137,
                                          "column": 35
                                        }
                                      },
                                      "value": false,
                                      "rawValue": false,
                                      "raw": "false"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4573,
                                  "end": 4640,
                                  "loc": {
                                    "start": {
                                      "line": 138,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 138,
                                      "column": 79
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4573,
                                    "end": 4639,
                                    "loc": {
                                      "start": {
                                        "line": 138,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 138,
                                        "column": 78
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4573,
                                      "end": 4601,
                                      "loc": {
                                        "start": {
                                          "line": 138,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 138,
                                          "column": 40
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4573,
                                        "end": 4581,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 20
                                          }
                                        },
                                        "name": "document"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4582,
                                        "end": 4601,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 40
                                          }
                                        },
                                        "name": "removeEventListener"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "start": 4602,
                                        "end": 4612,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 51
                                          }
                                        },
                                        "value": "touchend",
                                        "rawValue": "touchend",
                                        "raw": "'touchend'"
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "start": 4614,
                                        "end": 4638,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 77
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4614,
                                          "end": 4618,
                                          "loc": {
                                            "start": {
                                              "line": 138,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 138,
                                              "column": 57
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4619,
                                          "end": 4638,
                                          "loc": {
                                            "start": {
                                              "line": 138,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 138,
                                              "column": 77
                                            }
                                          },
                                          "name": "eventHandlerDefault"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4653,
                                  "end": 4721,
                                  "loc": {
                                    "start": {
                                      "line": 139,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 139,
                                      "column": 80
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4653,
                                    "end": 4720,
                                    "loc": {
                                      "start": {
                                        "line": 139,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 139,
                                        "column": 79
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4653,
                                      "end": 4681,
                                      "loc": {
                                        "start": {
                                          "line": 139,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 139,
                                          "column": 40
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4653,
                                        "end": 4661,
                                        "loc": {
                                          "start": {
                                            "line": 139,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 139,
                                            "column": 20
                                          }
                                        },
                                        "name": "document"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4662,
                                        "end": 4681,
                                        "loc": {
                                          "start": {
                                            "line": 139,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 139,
                                            "column": 40
                                          }
                                        },
                                        "name": "removeEventListener"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "start": 4682,
                                        "end": 4693,
                                        "loc": {
                                          "start": {
                                            "line": 139,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 139,
                                            "column": 52
                                          }
                                        },
                                        "value": "touchmove",
                                        "rawValue": "touchmove",
                                        "raw": "'touchmove'"
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "start": 4695,
                                        "end": 4719,
                                        "loc": {
                                          "start": {
                                            "line": 139,
                                            "column": 54
                                          },
                                          "end": {
                                            "line": 139,
                                            "column": 78
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4695,
                                          "end": 4699,
                                          "loc": {
                                            "start": {
                                              "line": 139,
                                              "column": 54
                                            },
                                            "end": {
                                              "line": 139,
                                              "column": 58
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4700,
                                          "end": 4719,
                                          "loc": {
                                            "start": {
                                              "line": 139,
                                              "column": 59
                                            },
                                            "end": {
                                              "line": 139,
                                              "column": 78
                                            }
                                          },
                                          "name": "eventHandlerDefault"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          }
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4741,
                      "end": 4773,
                      "loc": {
                        "start": {
                          "line": 142,
                          "column": 8
                        },
                        "end": {
                          "line": 142,
                          "column": 40
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4741,
                        "end": 4772,
                        "loc": {
                          "start": {
                            "line": 142,
                            "column": 8
                          },
                          "end": {
                            "line": 142,
                            "column": 39
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4741,
                          "end": 4764,
                          "loc": {
                            "start": {
                              "line": 142,
                              "column": 8
                            },
                            "end": {
                              "line": 142,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4741,
                            "end": 4752,
                            "loc": {
                              "start": {
                                "line": 142,
                                "column": 8
                              },
                              "end": {
                                "line": 142,
                                "column": 19
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 4741,
                              "end": 4745,
                              "loc": {
                                "start": {
                                  "line": 142,
                                  "column": 8
                                },
                                "end": {
                                  "line": 142,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4746,
                              "end": 4752,
                              "loc": {
                                "start": {
                                  "line": 142,
                                  "column": 13
                                },
                                "end": {
                                  "line": 142,
                                  "column": 19
                                }
                              },
                              "name": "recent"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "MemberExpression",
                            "start": 4753,
                            "end": 4763,
                            "loc": {
                              "start": {
                                "line": 142,
                                "column": 20
                              },
                              "end": {
                                "line": 142,
                                "column": 30
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4753,
                              "end": 4758,
                              "loc": {
                                "start": {
                                  "line": 142,
                                  "column": 20
                                },
                                "end": {
                                  "line": 142,
                                  "column": 25
                                }
                              },
                              "name": "state"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4759,
                              "end": 4763,
                              "loc": {
                                "start": {
                                  "line": 142,
                                  "column": 26
                                },
                                "end": {
                                  "line": 142,
                                  "column": 30
                                }
                              },
                              "name": "type"
                            },
                            "computed": false
                          },
                          "computed": true
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 4767,
                          "end": 4772,
                          "loc": {
                            "start": {
                              "line": 142,
                              "column": 34
                            },
                            "end": {
                              "line": 142,
                              "column": 39
                            }
                          },
                          "name": "state"
                        }
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}