diff options
| author | Kawandeep Virdee | 2013-11-10 14:02:19 -0500 |
|---|---|---|
| committer | Kawandeep Virdee | 2013-11-10 14:02:19 -0500 |
| commit | bbfb69c95db5bda39196582450d1053424e229da (patch) | |
| tree | 97d9919747224e8e5730b431bcc39b2da0e7a460 /index.html | |
| parent | 10d16f0e81951930bbc5f4613d9c65fa7660b935 (diff) | |
| download | clip-play-bbfb69c95db5bda39196582450d1053424e229da.tar.bz2 | |
adding bounds for samples programmatically
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,7 +32,7 @@ <div id="video"></div> </div> - + <footer> Made by <a href="https://github.com/whichlight/">Kawandeep Virdee</a> & <a href="https://github.com/teddywing">Teddy Wing</a> at <a href="http://boston.musichackday.org/">Music Hack Day Boston 2013</a> </footer> @@ -50,7 +50,7 @@ <script type="text/html" id="sample-view-template"> <div class="edit-sample js-edit-sample"> <div class="thumbnail js-thumbnail"></div> - + <div class="progress-bar"> <div class="clip-line clip-line-start js-clip-line js-start-position"> <div class="drag-handle start-drag-handle js-drag-handle"> |
