MCPcopy Create free account
hub / github.com/aspnet/AzureSignalR-samples / _end

Method _end

aspnet-samples/AspNetForm/Scripts/bootstrap.js:1056–1062  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

1054 }
1055 }
1056 _end(event) {
1057 if (this._eventIsPointerPenTouch(event)) {
1058 this._deltaX = event.clientX - this._deltaX;
1059 }
1060 this._handleSwipe();
1061 execute(this._config.endCallback);
1062 }
1063 _move(event) {
1064 this._deltaX = event.touches && event.touches.length > 1 ? 0 : event.touches[0].clientX - this._deltaX;
1065 }

Callers 1

_initEventsMethod · 0.95

Calls 3

_handleSwipeMethod · 0.95
executeFunction · 0.70

Tested by

no test coverage detected