Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/stemkoski/stemkoski.github.com
/ isOverAxis
Function
isOverAxis
Three.js/js/jquery-ui.js:1906–1908 ·
view source on GitHub ↗
( x, reference, size )
Source
from the content-addressed store, hash-verified
1904
(
function
( $, undefined ) {
1905
1906
function
isOverAxis( x, reference, size ) {
1907
return
( x > reference ) && ( x < ( reference + size ) );
1908
}
1909
1910
$.widget(
"ui.droppable"
, {
1911
version:
"1.10.2"
,
Callers
1
jquery-ui.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected