Fix deprecation warnings introduced with upgrade to GWT 2.6.1
Change-Id: I53a4a82deb96a1cf22436b9428c2c4b4f5dec430
This commit is contained in:
@@ -75,7 +75,7 @@ public class KeyHelpPopup extends PluginSafePopupPanel implements
|
||||
|
||||
final FlowPanel body = new FlowPanel();
|
||||
body.add(header);
|
||||
DOM.appendChild(body.getElement(), DOM.createElement("hr"));
|
||||
body.getElement().appendChild(DOM.createElement("hr"));
|
||||
body.add(lists);
|
||||
|
||||
focus = new FocusPanel(body);
|
||||
|
||||
Reference in New Issue
Block a user