mirror of
https://github.com/Ekokumppanit/Lentolaskuri.git
synced 2026-02-19 04:48:50 +00:00
Initial commit
This commit is contained in:
9
app/scripts/libs/gmaps.js
Normal file
9
app/scripts/libs/gmaps.js
Normal file
@@ -0,0 +1,9 @@
|
||||
'use strict';
|
||||
|
||||
// convert Google Maps into an AMD module
|
||||
define([
|
||||
'async!http://maps.google.com/maps/api/js?v=3&sensor=false'
|
||||
], function() {
|
||||
// return the gmaps namespace for brevity
|
||||
return window.google.maps;
|
||||
});
|
||||
Reference in New Issue
Block a user