is the TOC not working anymore in 3.12 API?
<script src="http://js.arcgis.com/3.12/"></script>
<script type="text/javascript">
var djConfig = {
parseOnLoad: true,
packages: [{
"name": "agsjs",
"location": "http://gmaps-utility-gis.googlecode.com/svn/tags/agsjs/latest/build/agsjs"
}]
};
</script>
it worked for 3.11 and now in 3.12 just getting this error even if I access the file locally. the reference is set to: "agsjs/dijit/TOC"
