MCPcopy Index your code
hub / github.com/retspen/webvirtcloud / isSamePoint

Function isSamePoint

static/js/ace.js:16393–16395  ·  view source on GitHub ↗
(p1, p2)

Source from the content-addressed store, hash-verified

16391var event = require("../lib/event");
16392var useragent = require("../lib/useragent");
16393function isSamePoint(p1, p2) {
16394 return p1.row == p2.row && p1.column == p2.column;
16395}
16396
16397function onMouseDown(e) {
16398 var ev = e.domEvent;

Callers 3

onMouseDownFunction · 0.85
blockSelectFunction · 0.85
ace.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected