OSDN Git Service

Fixed simple typo in gwt config
authorTom Mast <loadstar81@users.sourceforge.net>
Mon, 8 Jul 2013 02:28:24 +0000 (22:28 -0400)
committerTom Mast <loadstar81@users.sourceforge.net>
Mon, 8 Jul 2013 02:28:24 +0000 (22:28 -0400)
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/GwtApplicationConfiguration.java

index fe40511..f250352 100644 (file)
@@ -35,7 +35,7 @@ public class GwtApplicationConfiguration {
        public Panel rootPanel;\r
        /** the id of a canvas element to be used as the drawing area, can be null in which case a Panel and Canvas are added to the\r
         * body element of the DOM **/\r
-       public String canavsId;\r
+       public String canvasId;\r
        /** a TextArea to log messages to, can be null in which case a TextArea will be added to the body element of the DOM. */\r
        public TextArea log;\r
        /** whether to use debugging mode for OpenGL calls. Errors will result in a RuntimeException being thrown. */\r