more documentation, chages to app api, new jquery wrapper

This commit is contained in:
rlx 2011-01-30 03:54:06 +00:00
parent 3c12802ece
commit 4a55d5c4d4
2 changed files with 314 additions and 529 deletions

View file

@ -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