I'm getting errors when using basic qooxdoo objects. I am able to use some things just fine, but I am getting an error when I do:
var controller = new qx.data.controller.Object();
I get an error. In safari:
TypeError: Result of expression 'qx.data.controller' [undefined] is not an object.
In firefox:
qx.data.controller is undefined
Do you know why such a basic thing might be causing an error? I am running this code in main() in Application.js
Thanks!