| commit | 8ab8001f3890e009185321abdf04016499d3d9fc | [log] [tgz] |
|---|---|---|
| author | Anatol Pomazau <anatol@google.com> | Tue Aug 10 13:14:28 2010 -0700 |
| committer | Anatol Pomazau <anatol@google.com> | Tue Aug 10 13:21:25 2010 -0700 |
| tree | 7164febf5542439fc08f5a47a4887f367f508424 | |
| parent | b9a5037b51ce6618abe9a9b61b724aa6f4ce3485 [diff] |
Fix deprecation warning that comes from GWT
One should use
main = new DisclosurePanel(text);
main.setOpen(isOpen);
instead of
main = new DisclosurePanel(text, isOpen);
Change-Id: I49e2a2c81c851519ff5cd9c347ba8ad8c9e8a498