1
0
Fork 0
forked from 0x2620/oxjs

change base 26 to bijective base 26

This commit is contained in:
rolux 2011-12-17 04:33:43 +05:30
commit 6374f6de6d
4 changed files with 24 additions and 13 deletions

View file

@ -52,7 +52,7 @@ Ox.documentReady = (function() {
callbacks.push(callback);
return false;
}
}
};
}());
/*@