summaryrefslogtreecommitdiff
path: root/js/app.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-12-09 17:13:38 -0500
committerJules Laplace <jules@okfoc.us>2014-12-09 17:37:24 -0500
commit6f151fef14c41ed1c4d65c2013224e0af37b7964 (patch)
tree42842913b43ca21a37d2df1414b0dc11b2a6fca1 /js/app.js
parentda3b3feedfe3a928dec6ac615579538a9ab5b582 (diff)
non-destructive resize
Diffstat (limited to 'js/app.js')
-rw-r--r--js/app.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/js/app.js b/js/app.js
index fd375cf..de399bc 100644
--- a/js/app.js
+++ b/js/app.js
@@ -49,12 +49,4 @@ function bind () {
})
}
-
-function int_key (f) {
- return function (key, keyCode) {
- var n = parseInt(key)
- ! isNaN(n) && f(n)
- }
-}
-
init()