.
This commit is contained in:
parent
5db0d5d59a
commit
26af561c12
@ -28,7 +28,6 @@ function sanitizeOptions(options) {
|
||||
if (!options.hasOwnProperty(key)) {
|
||||
options[key] = defaults[key];
|
||||
}
|
||||
options[key] = options[key] || defaults[key];
|
||||
}
|
||||
|
||||
return options;
|
||||
|
Loading…
Reference in New Issue
Block a user