mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-13 05:55:26 +00:00
update
This commit is contained in:
7
node_modules/clean-css/lib/options/inline-timeout.js
generated
vendored
Normal file
7
node_modules/clean-css/lib/options/inline-timeout.js
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
var DEFAULT_TIMEOUT = 5000;
|
||||
|
||||
function inlineTimeoutFrom(option) {
|
||||
return option || DEFAULT_TIMEOUT;
|
||||
}
|
||||
|
||||
module.exports = inlineTimeoutFrom;
|
Reference in New Issue
Block a user