Sign in
chromium
/
devtools
/
devtools-frontend
/
3c3cd80fc6c3155451e67f5dc80bc8811368d9ce
/
.
/
node_modules
/
clean-css
/
lib
/
options
/
inline-timeout.js
blob: c7fb454d50fabef50dcdec1eac4b16d04ee4f1ed [
file
]
var
DEFAULT_TIMEOUT
=
5000
;
function
inlineTimeoutFrom
(
option
)
{
return
option
||
DEFAULT_TIMEOUT
;
}
module
.
exports
=
inlineTimeoutFrom
;