Skip to content

Instantly share code, notes, and snippets.

@tokapeb
Created June 20, 2012 16:16
Show Gist options
  • Save tokapeb/2960738 to your computer and use it in GitHub Desktop.
Save tokapeb/2960738 to your computer and use it in GitHub Desktop.
/** @var {Object} GUI config object. */
this.config = $.extend(true, {
animate : 200,
cancelButtton : true,
googleMapsApiKey : '',
mapsOverlay : {
strokeWeight : 0,
//fillColor : '#7585dd',
fillColor : '#2fbbf3',
//fillOpacity : 0.5
fillOpacity : 0.3
},
//mapsMarker : 'jcsdl/img/maps-marker.png',
mapsMarker : 'jcsdl/my_images/my-maps-marker.png',
hideTargets : [],
definition : {},
save : function(code) {},
cancel : function() {
self.$container.hide();
}
}, cfg);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment