diff options
| author | timb <opuscule@gmail.com> | 2015-06-10 17:49:41 -0400 |
|---|---|---|
| committer | timb <opuscule@gmail.com> | 2015-06-10 17:49:41 -0400 |
| commit | 3f1b27a8e876f3e3c21f3449f6fc571d5381faa6 (patch) | |
| tree | 1620e5b57089c2f00e7d6454be50b3b0205fa32a /js/blit.js | |
| parent | 1b1109b59a8e4d64aab2f8494e9df051a2028044 (diff) | |
formatting (rm tabs)
Diffstat (limited to 'js/blit.js')
| -rw-r--r-- | js/blit.js | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -72,11 +72,11 @@ var blit = (function(){ }) } blit.cross = function(A, lex){ - A.forEach(function(lex,x,y) { - if ((x+y)%2) { - lex.clear() - } - }) + A.forEach(function(lex,x,y) { + if ((x+y)%2) { + lex.clear() + } + }) } return blit |
