I'm trying to create a ClassA, that is extended by ClassB. An instance of ClassB should be created onLoad.
However, the Firefox error console reports these two errors:
Error: dojo.body() is undefined Source: /dojo/_base/_loader/bootstrap.js line 674
Error: ClassB is not defined Source: test.html line 19
What does 'dojo.body() is undefined' actually imply?
Source:
File ClassA.js:
dojo.declare(/*Class name*/ "ClassA", /*Extend*/ null, {
initializer: function(domNode, resourceType, path) {
