Skip to content

Commit c5efc4f

Browse files
committed
Merge pull request #9 from hasanove/patch-1
Fix typo in variable name
2 parents 0927a44 + 9e81531 commit c5efc4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locationpicker.jquery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
});
8080
} else {
8181
if (callback) {
82-
callback.call(this, gmapContext);
82+
callback.call(this, gMapContext);
8383
}
8484
}
8585

0 commit comments

Comments
 (0)