1
0
Fork 0
forked from 0x2620/oxjs

fix section declarations in modules

This commit is contained in:
rolux 2012-06-24 17:33:13 +02:00
commit fa84921333
3 changed files with 6 additions and 6 deletions

View file

@ -4,7 +4,7 @@ Ox.load.Geo = function(options, callback) {
Ox.getJSON(Ox.PATH + 'Ox.Geo/json/Ox.Geo.json?' + Ox.VERSION, function(data) {
//@ Constants ----------------------------------------------------------
//@ Constants
/*@
Ox.COUNTRIES <[o]> Array of countries
@ -139,7 +139,7 @@ Ox.load.Geo = function(options, callback) {
};
//@ Functions ----------------------------------------------------------
//@ Functions
/*@
Ox.getCountryByCode <f> Returns a country object for a given country code