Skip to content

Commit fe2178f

Browse files
authored
Change namespace
Change module namespace to openlocationcode.OpenLocationCode.
1 parent b18b2ab commit fe2178f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/closure/openlocationcode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
var code = OpenLocationCode.recoverNearest('8F+6X', 47.4, 8.6);
5858
*/
5959

60-
goog.module('google.openlocationcode');
60+
goog.module('openlocationcode.OpenLocationCode');
6161

6262
// A separator used to break the code into two parts to aid memorability.
6363
var SEPARATOR = '+';

0 commit comments

Comments
 (0)