MCPcopy Create free account
hub / github.com/bwasti/mebm / pointerup

Method pointerup

script.js:1070–1073  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

1068 let base_x = 0;
1069 let base_y = 0;
1070 let pointerup = function(e) {
1071 dragging = false;
1072 e.preventDefault();
1073 }
1074 let get_ratio = (function(elem) {
1075 let c_ratio = elem.clientWidth / elem.clientHeight;
1076 let target_ratio = this.width / this.height;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected