Carabiner is a library for managing JavaScript and CSS assets. It's different from others that currently exist (for CodeIgniter, anyway) in that it acts differently depending on whether it is in a production or development environment. In a production environment, it will combine, minify, and cache assets. (As files are changed, new cache files will be generated.) In a development environment, it will simply include references to the original assets.
var map ; var directionsService = new google . maps .DirectionsService( ); var directionsDisplay = new google . maps . DirectionsRenderer(); var map_center; var map_zoom;
Comments
Post a Comment