1
0
Fork 0
forked from 0x2620/oxjs

rather use ''.slice than ''.substr

This commit is contained in:
rolux 2012-05-24 11:47:33 +02:00
commit 1608664bb6
20 changed files with 69 additions and 71 deletions

View file

@ -119,4 +119,3 @@ Ox.toRGB = function(hex) {
return parseInt(hex.substr(i * 2, 2), 16);
});
};