pkt1583 / gwt-ext

Automatically exported from code.google.com/p/gwt-ext
0 stars 0 forks source link

Checkbox's code has 2 equal initialization lines #369

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Version: gwtext-2.0.3.jar

In line 25 of "com.gwtext.client.widgets.form.Checkbox", there's this code:

    private static native void init()/*-{
        var c = new $wnd.Ext.form.Checkbox();
        var c = new $wnd.Ext.form.Checkbox();

I think that is not supposed.

Original issue reported on code.google.com by nev...@gmail.com on 14 Jul 2008 at 10:44

GoogleCodeExporter commented 8 years ago
This will be check-in soon

Original comment by mlim1...@gmail.com on 15 Jul 2008 at 6:32

GoogleCodeExporter commented 8 years ago
Removed extra line from source.

Original comment by mlim1...@gmail.com on 17 Jul 2008 at 3:43