Sign in
apache
/
hugegraph-doc
/
refs/heads/init-hugegraph-computer-doc
/
.
/
node_modules
/
gitbook-plugin-theme-cuav
/
src
/
js
/
theme
/
platform.js
blob: ed69eaf550418afc606bbde7b6f221e9b6812e0f [
file
] [
log
] [
blame
]
var
$
=
require
(
'jquery'
);
module
.
exports
=
{
isMobile
:
function
()
{
return
(
$
(
document
).
width
()
<=
600
);
},
// Breakpoint for navigation links position
isSmallScreen
:
function
()
{
return
(
$
(
document
).
width
()
<=
1240
);
}
};