1
0
Fork 0
forked from 0x2620/oxjs

fix dependencies

This commit is contained in:
rolux 2012-09-04 00:45:43 +02:00
commit bed08786a1
3 changed files with 11 additions and 4 deletions

View file

@ -64,7 +64,7 @@
},
salt = Ox.range(2).map(function(){
return Ox.range(16).map(function() {
return String.fromCharCode(65 + Ox.random(26));
return Ox.char(65 + Ox.random(26));
}).join('');
});