Hi guys,
I'm trying to include the dyn api with the following code

<script src="../../dynapi.js"></script>
<script>
DynAPI
.setLibraryPath('../../lib2.0/')
DynAPI
.include('core.api.*');
DynAPI
.include('core.ext.*');
</script>

But before the page finishes loading a get an error "group undefined"

 

Does anyone know whats going on?

Eytan Heidingsfeld

Reply via email to