map-build.js 253 B

1234567891011
  1. (function(jQuery, Drupal, window, document, undefined) {
  2. jQuery(document).ready(function() {
  3. // alert('loaded');
  4. var mymap = L.map('mapbox').setView([51.505, -0.09], 13);
  5. });
  6. })(jQuery, Drupal, this, this.document);