Improve code / xml formatting, #54
This commit is contained in:
@@ -26,9 +26,9 @@ public abstract class GeoJsonObject extends JavaScriptObject {
|
||||
|
||||
public final native double[] getBbox()/*-{
|
||||
return bbox;
|
||||
}-*/;
|
||||
}-*/;
|
||||
|
||||
public final native void setBbox(double[] bbox) /*-{
|
||||
this.bbox = bbox;
|
||||
}-*/;
|
||||
}-*/;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user