Skip to content

Commit f5bf447

Browse files
committed
rm protocol api request
1 parent e1bcc1b commit f5bf447

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

geocode/gmap-rjs/js/build.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
main.js
33
----------------
44
require/async.js
5-
async!http://maps.googleapis.com/maps/api/js
5+
async!//maps.googleapis.com/maps/api/js
66
modules/gmap.js
77
modules/location.js
88
main.js

geocode/gmap-rjs/js/main.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

geocode/gmap-rjs/src/js/modules/gmap.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
define(['async!http://maps.googleapis.com/maps/api/js'],
1+
define(['async!//maps.googleapis.com/maps/api/js'],
22
function(async){
33
var gmap = {
44
map: {},

0 commit comments

Comments
 (0)