Skip to content

Commit

Permalink
===
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Feldman committed May 9, 2018
1 parent d37daa9 commit de623dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
}

// if additional params defined, copy them over
if (typeof additionalParams == 'object') {
if (typeof additionalParams === 'object') {
for (var prop in additionalParams) {
if (additionalParams.hasOwnProperty(prop)) {
data[prop] = additionalParams[prop]
Expand Down

0 comments on commit de623dd

Please # to comment.