Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Abu Shareb committed Jan 30, 2013
1 parent 1b88ec5 commit abca4fb
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions index.js
Expand Up @@ -82,34 +82,6 @@ for (var i = 48; i < 58; i++) codes[i - 48] = i
// '8': 56,
// '9': 57,

// for (i = 97; i < 123; i++) codes[String.fromCharCode(i)] = i - 32
// 'a': 65,
// 'b': 66,
// 'c': 67,
// 'd': 68,
// 'e': 69,
// 'f': 70,
// 'g': 71,
// 'h': 72,
// 'i': 73,
// 'j': 74,
// 'k': 75,
// 'l': 76,
// 'm': 77,
// 'n': 78,
// 'o': 79,
// 'p': 80,
// 'q': 81,
// 'r': 82,
// 's': 83,
// 't': 84,
// 'u': 85,
// 'v': 86,
// 'w': 87,
// 'x': 88,
// 'y': 89,
// 'z': 90,

for (i = 1; i < 13; i++) codes['f'+i] = i + 111
// 'f1': 112,
// 'f2': 113,
Expand Down

0 comments on commit abca4fb

Please sign in to comment.