diff --git a/source/Ox.Geo/Ox.Geo.js b/source/Ox.Geo/Ox.Geo.js index 1ab02148..370095c3 100644 --- a/source/Ox.Geo/Ox.Geo.js +++ b/source/Ox.Geo/Ox.Geo.js @@ -201,8 +201,7 @@ Ox.load.Geo = function(options, callback) { /*@ Ox.getFlagByCountryCode Returns an image URL for a given country code - (code) -> Image URL - (code, size) -> Image URL + (code[, size]) -> Image URL code Country code (like 'FR') size Image size (16, 64 or 256) @*/ @@ -215,8 +214,7 @@ Ox.load.Geo = function(options, callback) { /*@ Ox.getFlagByGeoname Returns an image URL for a given geoname - (geoname) -> Image URL - (geoname, size) -> Image URL + (geoname[, size]) -> Image URL geoname Geoname (like 'France' or 'Paris, France') size Image size (16, 64 or 256) @*/ @@ -229,8 +227,7 @@ Ox.load.Geo = function(options, callback) { /*@ Ox.getFlagByLanguage Returns an image URL for a given language - (language) -> Image URL - (language, size) -> Image URL + (language[, size]) -> Image URL language Language (like "French") size Image size (16, 64 or 256) @*/