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