diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-12-09 17:13:38 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-12-09 17:37:24 -0500 |
| commit | 6f151fef14c41ed1c4d65c2013224e0af37b7964 (patch) | |
| tree | 42842913b43ca21a37d2df1414b0dc11b2a6fca1 /js/app.js | |
| parent | da3b3feedfe3a928dec6ac615579538a9ab5b582 (diff) | |
non-destructive resize
Diffstat (limited to 'js/app.js')
| -rw-r--r-- | js/app.js | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -49,12 +49,4 @@ function bind () { }) } - -function int_key (f) { - return function (key, keyCode) { - var n = parseInt(key) - ! isNaN(n) && f(n) - } -} - init() |
