I am using aptana3.0.6, I create a class using dojo.declare, such as:
dojo.declare("com.a.B", [dijit._Widget, dijit._Templated], {
b1 : 'b1',
b2 : function() {
}
});
When i open the outline view, there is nothing in it,it's empty.
What i want is that:
b1,b2
list in the outline view.
Thanks!