forked from 0x2620/oxjs
fix doc demo
This commit is contained in:
parent
01e17e644a
commit
9bd5568579
5 changed files with 1459 additions and 35 deletions
|
|
@ -2,6 +2,8 @@ Ox.load.Unicode = function(options, callback) {
|
|||
|
||||
Ox.getJSON(Ox.PATH + 'Ox.Unicode/json/Ox.Unicode.json', function(chars) {
|
||||
|
||||
//@ Constants ----------------------------------------------------------
|
||||
|
||||
//@ Ox.UNICODE_CHARACTERS <o> Unicode characters
|
||||
Ox.UNICODE_CHARACTERS = chars;
|
||||
|
||||
|
|
@ -21,6 +23,8 @@ Ox.load.Unicode = function(options, callback) {
|
|||
byType[data.type].push(char);
|
||||
});
|
||||
|
||||
//@ Functions ----------------------------------------------------------
|
||||
|
||||
/*@
|
||||
Ox.getCharactersByASCII <f> Returns all unicode equivalents of a given ASCII string
|
||||
(ascii) -> <[s]> Unicode Characters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue