0
Vote

Add try/catch around page level map variable in Default.aspx.js

description

The following will prevent errors at runtime:

try
{
    var map = new VEMap();
}
catch (err)
{
}

No files are attached

comments