summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2014-11-21 03:56:52 -0500
committerJulie Lala <jules@okfoc.us>2014-11-21 03:56:52 -0500
commit8bdb43c30af240811b1dffb22c042af18e555701 (patch)
treea791d9973a1380229f5b17045f5ef6e082e4e033 /index.html
parent90442f7b68dcdcf4866719669149f8937c10fffc (diff)
blabbldebla
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.html b/index.html
index 1e44854..eec642e 100644
--- a/index.html
+++ b/index.html
@@ -12,6 +12,7 @@ span.selected { border-bottom: #fff; }
<div id="canvas_rapper" class="rapper"></div>
<div id="brush_rapper" class="rapper"></div>
<div id="palette_rapper" class="rapper"></div>
+<div id="tools_rapper" class="rapper"></div>
<script>
var contentType = 'text/plain;charset=utf-8'
@@ -29,6 +30,8 @@ var letters = "abcdefghijklmnop";
var colors = {}
color_names.forEach(function(name, i){ colors[name] = i })
+// var tools = "square circle rectangle"
+
function init () {
build()
bind()