/pyjs/tests/test022.js
JavaScript | 9 lines | 9 code | 0 blank | 0 comment | 0 complexity | 03ab5884100ae7e135d3e2c81254935a MD5 | raw file
1__DynaTable.prototype.__class__ = "DynaTable"; 2function DynaTable() { 3 return new __DynaTable(); 4} 5function __DynaTable() { 6} 7__DynaTable.prototype.onModuleLoad = function() { 8 var slot = __ui_RootPanel.get.call("calendar"); 9};