summaryrefslogtreecommitdiff
path: root/js/clipboard.js
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2014-12-01 07:26:10 -0500
committerJulie Lala <jules@okfoc.us>2014-12-01 07:26:10 -0500
commitedc78f8ebc58f147fb9f0183e5e06e771d395a9a (patch)
tree793c6478c8b2ce6fc0250ade480351e1f3bf9b04 /js/clipboard.js
parentc1d0130e3c3b1e3c9f48e72a5566912d29d4f280 (diff)
trim
Diffstat (limited to 'js/clipboard.js')
-rw-r--r--js/clipboard.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/clipboard.js b/js/clipboard.js
index 5354771..ecbdaa8 100644
--- a/js/clipboard.js
+++ b/js/clipboard.js
@@ -69,6 +69,7 @@ var clipboard = (function () {
lex.build()
}
})
+ // TODO: some solution for a "selected" region
// var pasted_region = new Matrix (width, height, function(x,y){
// var lex = new Lex (x,y)
// lex.char = lines[y][x] || " "