more documentation, chages to app api, new jquery wrapper
This commit is contained in:
parent
3c12802ece
commit
4a55d5c4d4
2 changed files with 314 additions and 529 deletions
|
@ -1231,7 +1231,7 @@ Ox.formatColor = function() {
|
|||
};
|
||||
|
||||
Ox.formatCurrency = function(num, str, dec) {
|
||||
return str + formatNumber(num, dec);
|
||||
return str + Ox.formatNumber(num, dec);
|
||||
};
|
||||
|
||||
Ox.formatDate = function() {
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue