From e21354d7b40555a8f56c47b335718eabffab14f8 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 12 Jun 2012 17:02:36 +0200 Subject: [PATCH] Ox.Geo: update docs --- source/Ox.Geo/Ox.Geo.js | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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) @*/