Skip to content

Instantly share code, notes, and snippets.

@RicSwirrl
Created September 19, 2011 15:47
Show Gist options
  • Save RicSwirrl/1226800 to your computer and use it in GitHub Desktop.
Save RicSwirrl/1226800 to your computer and use it in GitHub Desktop.
IMD Map Explorer swirrl namespace
// just set up the namespace, and a logger wrapper
window.swirrl = {
log: function(){
if(window.console){
window.console.log( Array.prototype.slice.call(arguments) );
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment