removing google-maps: not ready yet

This commit is contained in:
Danny Yoo 2012-03-16 16:56:22 -04:00
parent 8798ab96a7
commit beb2c02e31

View File

@ -1,13 +0,0 @@
#lang s-exp "../../lang/base.rkt"
(require "../../js.rkt")
(provide load-gmaps-library)
(define (load-gmaps-library api-key with-sensor)
(load-script (string-append
"http://maps.googleapis.com/maps/api/js?key="
api-key
"&sensor="
(if with-sensor "true" "false"))))