Sign in
chromium
/
devtools
/
devtools-frontend
/
907dfdffa300ba5580da7eef717930396d763b4e
/
.
/
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
;