Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenReservation/OpenReservation
/ parseCss
Function
parseCss
OpenReservation/wwwroot/Scripts/jquery-ui.js:793–795 ·
view source on GitHub ↗
(element, property)
Source
from the content-addressed store, hash-verified
791
}
792
793
function
parseCss(element, property) {
794
return
parseInt($.css(element, property), 10) || 0;
795
}
796
797
function
getDimensions(elem) {
798
var
raw = elem[0];
Callers
1
jquery-ui.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected