Source: package.js



/* Create the namespaces used by this JavaScript library. */

if (typeof lucid === "undefined")
{
	/**
	   @namespace
	 */
	lucid = {};
}

if (typeof lucid.maps === "undefined")
{
	/**
	   @namespace
	 */
	lucid.maps = {};
}

if (typeof lucid.maps.callout === "undefined")
{
	/**
	   @namespace
	 */
	lucid.maps.callout = {};
}

if (typeof lucid.maps.callout.content === "undefined")
{
	/**
	   @namespace
	 */
	lucid.maps.callout.content = {};
}

if (typeof lucid.maps.limbs === "undefined")
{
	/**
	   @namespace
	 */
	lucid.maps.limbs = {};
}

if (typeof lucid.maps.places === "undefined")
{
	/**
	   @namespace
	 */
	lucid.maps.places = {};
}