UNPKG
go-jsbox-location
Version:
latest (0.2.3)
0.2.3
0.2.2
0.2.1
0.2.0
0.2.0-alpha.1
0.1.2
0.1.1
0.1.0
A location addon for jsbox
github.com/praekelt/go-jsbox-location
praekelt/go-jsbox-location
go-jsbox-location
/
test
/
fixtures
/
index.js
6 lines
(4 loc)
•
157 B
JavaScript
View Raw
1
2
3
4
5
6
var
googlemaps =
require
(
'./googlemaps'
);
var
openstreetmap =
require
(
'./openstreetmap'
);
this
.
googlemaps
= googlemaps;
this
.
openstreetmap
= openstreetmap;