Skip to content

Commit d85bb3b

Browse files
committed
reverting const change
1 parent 9f5415a commit d85bb3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var defaults = {
88
images: true
99
};
1010

11-
const getWithDefault = function(property, default_property) {
11+
var getWithDefault = function(property, default_property) {
1212
if (property === null || property === undefined) {
1313
return default_property;
1414
}

0 commit comments

Comments
 (0)