1
0
Fork 0
forked from 0x2620/oxjs

use Ox.print instead of console.log

This commit is contained in:
j 2010-02-06 19:29:16 +05:30
commit 9eac279745
7 changed files with 16 additions and 16 deletions

View file

@ -1526,4 +1526,4 @@ Ox.isUndefined = function(val) {
true
*/
return typeof val == "undefined";
};
};