This commit is contained in:
Alex Yatskov 2016-04-07 22:41:47 -07:00
parent 5db0d5d59a
commit 26af561c12

View File

@ -28,7 +28,6 @@ function sanitizeOptions(options) {
if (!options.hasOwnProperty(key)) {
options[key] = defaults[key];
}
options[key] = options[key] || defaults[key];
}
return options;