Skip to content

Commit 9e81531

Browse files
committed
Fix typo in variable name
1 parent e356e68 commit 9e81531

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)