vendor/assets/javascripts/map.js in active_frontend-1.0.11 vs vendor/assets/javascripts/map.js in active_frontend-2.0.0

- old
+ new

@@ -8,9 +8,17 @@ root.GMaps = factory(); }(this, function() { +/*! + * GMaps.js v0.4.17 + * http://hpneo.github.com/gmaps/ + * + * Copyright 2015, Gustavo Leon + * Released under the MIT License. + */ + if (!(typeof window.google === 'object' && window.google.maps)) { throw 'Google Maps API is required. Please register the following JavaScript library http://maps.google.com/maps/api/js?sensor=true.' } var extend_object = function(obj, new_obj) { \ No newline at end of file