diff options
| author | Kawandeep Virdee | 2013-11-10 14:28:59 -0500 |
|---|---|---|
| committer | Kawandeep Virdee | 2013-11-10 14:28:59 -0500 |
| commit | f463af27fd1be34b0d5941230e18188eb9e753d2 (patch) | |
| tree | 281225a2c84b2d5b7279b8f7490a16a52ce147b9 /assets | |
| parent | 684db52158cb9192049deee551009c4fa8feb919 (diff) | |
| download | clip-play-f463af27fd1be34b0d5941230e18188eb9e753d2.tar.bz2 | |
added test samples
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/js/app.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/js/app.js b/assets/js/app.js index bf8f375..a43f5f8 100644 --- a/assets/js/app.js +++ b/assets/js/app.js @@ -14,7 +14,16 @@ ClipPlay.App.addInitializer(function(options) { //just to have something loaded for debugging ClipPlay.Config = {}; ClipPlay.Config['key_defaults'] = ['a','s','d','f','g','h','j','k','l']; + samples_collection.add({url:"http://www.youtube.com/watch?v=onRk0sjSgFU"}); samples_collection.add({url:"https://vimeo.com/18150336"}); + samples_collection.add({url:"http://www.youtube.com/watch?v=8hP9D6kZseM"}); + samples_collection.add({url:"http://www.youtube.com/watch?v=QH2-TGUlwu4"}); + + samples_collection.add({url:"http://www.youtube.com/watch?v=eau1qHxI-8w"}); + + samples_collection.add({url:"http://www.youtube.com/watch?v=A2zKARkpDW4"}); + + }); |
