PageRenderTime 162ms CodeModel.GetById 26ms RepoModel.GetById 1ms app.codeStats 0ms

/pyjs/tests/test022.js

http://pyjamas.googlecode.com/
JavaScript | 9 lines | 9 code | 0 blank | 0 comment | 0 complexity | 03ab5884100ae7e135d3e2c81254935a MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
  1. __DynaTable.prototype.__class__ = "DynaTable";
  2. function DynaTable() {
  3. return new __DynaTable();
  4. }
  5. function __DynaTable() {
  6. }
  7. __DynaTable.prototype.onModuleLoad = function() {
  8. var slot = __ui_RootPanel.get.call("calendar");
  9. };