forked from 0x2620/oxjs
fix section declarations in modules
This commit is contained in:
parent
1fb1cf2727
commit
fa84921333
3 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue