This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* http://candrews.net/blog/2010/10/introducing-sprymap/ | |
* Charlie Andrews | |
* | |
* Instantiate the widget when you want it to turned into a map, | |
* probably in the window.onload or $(document).ready() function. | |
* | |
* Default parameters are listed as the parameters below | |
* var map = new spryMap({ | |
* // The ID of the element being transformed into a map |