Closed GoogleCodeExporter closed 8 years ago
This was committed in revision 583.
The new plugin is app/plugins/functionCall.js
You can use the following syntax, but do note you still need to document the
namespace somewhere.
/**
@namespace
@name theWidgetName
*/
dojo.define("theWidgetName", null,
{
myfunctionOne : function() { },
myfunctionTwo : function() { }
});
Original comment by micmath
on 23 Apr 2008 at 10:09
There was no feedback on this issue in the last month so I am closing it.
Original comment by micmath
on 27 May 2008 at 6:31
Original issue reported on code.google.com by
mou...@gmail.com
on 23 Apr 2008 at 1:55