diff options
| author | Teddy Wing | 2013-11-09 21:56:51 -0500 |
|---|---|---|
| committer | Teddy Wing | 2013-11-09 21:56:51 -0500 |
| commit | fad0307976a0664f11a69911661d8e387c4b3aab (patch) | |
| tree | 050bf35b76e29e75d891004c2c2d8c7290886604 /index.html | |
| parent | 7b72828cf7fc0583b4937d3279ce410f3346c09e (diff) | |
| download | clip-play-fad0307976a0664f11a69911661d8e387c4b3aab.tar.bz2 | |
Backbone-ify code from Kawan's sample.js
* Add attributes to the model
* Add player initialisation code to the Sample item view
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -25,9 +25,7 @@ <div id="samples"></div> - <div class="video"> - <iframe src="http://cdn.embedly.com/widgets/media.html?schema=youtube&type=text%2Fhtml&html=http://www.youtube.com/embed/q3wHLCW4hbg" width="500" height="281" scrolling="no" frameborder="0" allowfullscreen id="single-video-lets-see-if-we-can-get-this-to-work"></iframe> - </div> + <div id="video"></div> </div> |
