summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorTeddy Wing2013-11-09 22:48:41 -0500
committerTeddy Wing2013-11-09 22:48:41 -0500
commitc414b1c3b4e3d09a6cce3febb08e430b762e444a (patch)
tree9f5919ad2bc01a95e842770ca1fa34f4a7610373 /index.html
parentfad0307976a0664f11a69911661d8e387c4b3aab (diff)
downloadclip-play-c414b1c3b4e3d09a6cce3febb08e430b762e444a.tar.bz2
Create a new view for clip lines
Move code related to clip line initialisation etc. into the new view.
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index 717dcf8..510a437 100644
--- a/index.html
+++ b/index.html
@@ -61,6 +61,7 @@
<script src="/assets/js/models/sample.js"></script>
<script src="/assets/js/collections/samples.js"></script>
<script src="/assets/js/views/sample-add-view.js"></script>
+ <script src="/assets/js/views/clip-line.js"></script>
<script src="/assets/js/views/sample.js"></script>
<script src="/assets/js/views/sample-editor.js"></script>
<script src="/assets/js/app.js"></script>