Skip to content

Instantly share code, notes, and snippets.

@devth
Created July 15, 2011 00:24
Show Gist options
  • Save devth/1083795 to your computer and use it in GitHub Desktop.
Save devth/1083795 to your computer and use it in GitHub Desktop.
$(function(){
initMap();
polyStuff();
function initMap() {
// this is where all your init code goes
}
function polyStuff() {
// put your polly stuff here
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment