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
/
lib
/
providers
/
googlemaps
/
index.js
6 lines
(4 loc)
•
146 B
JavaScript
View Raw
1
2
3
4
5
6
var
provider =
require
(
'./provider'
);
var
fixture =
require
(
'./fixture'
);
this
.
GoogleMaps
= provider.
GoogleMaps
;
this
.
fixture
= fixture.
fixture
;