Skip to content

Instantly share code, notes, and snippets.

@ricroberts
Created September 28, 2011 12:26
Show Gist options
  • Save ricroberts/1247803 to your computer and use it in GitHub Desktop.
Save ricroberts/1247803 to your computer and use it in GitHub Desktop.
Map Manager refresh function
// public api.
MapManager.prototype = {
refresh: function() {
$(this).trigger('started');
var tiles = getTiles();
getBoundaryData(tiles);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment