Login Register

too much recursion

too much recursion in custom build Dojo 0.9

Hi,

Recently, I have been experimenting with custom build in Dojo 0.9.

I have been successful with just dojo, dijit, dojox modules. However, when I introduced my custom widgets, it doesn't work.

I get the following error in firebug.

too much recursion in dojo.js line 20: if(typeof dojo=="undefined"){(function(){ .....

Here is my profile file.


dependencies = {
layers: [
{
name: "customLoadDojo.js",
dependencies: [
"dojo.parser",
"dijit.layout.ContentPane",

Syndicate content