Skip to content

Commit adf9172

Browse files
committed
correct js/closure function name
1 parent b688071 commit adf9172

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/closure/openlocationcode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ function _locationToIntegers(latitude, longitude) {
413413
}
414414
return [latVal, lngVal];
415415
}
416-
exports._latitudeToInteger = _latitudeToInteger;
416+
exports._locationToIntegers = _locationToIntegers;
417417

418418
/**
419419
Encode a location that uses integer values into an Open Location Code.

0 commit comments

Comments
 (0)