Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
devtools
/
devtools-frontend
/
652ccb7ac2632ca992c0f6dcfe2cfc5bd2affd02
/
.
/
node_modules
/
clean-css
/
lib
/
options
/
inline-timeout.js
blob: c7fb454d50fabef50dcdec1eac4b16d04ee4f1ed [
file
] [
log
] [
blame
]
var
DEFAULT_TIMEOUT
=
5000
;
function
inlineTimeoutFrom
(
option
)
{
return
option
||
DEFAULT_TIMEOUT
;
}
module
.
exports
=
inlineTimeoutFrom
;