summaryrefslogtreecommitdiffstats
path: root/assets/js/views/sample.js
diff options
context:
space:
mode:
authorKawandeep Virdee2013-11-10 10:34:57 -0500
committerKawandeep Virdee2013-11-10 10:34:57 -0500
commitb8489c7cb7fbabb1186197bd546a6800bb55d0bf (patch)
treeea011a29c6212007df6de97d06b8fa85a1f051cd /assets/js/views/sample.js
parent5e473cda53d8ce6938eb832a378365f2f8b8f591 (diff)
downloadclip-play-b8489c7cb7fbabb1186197bd546a6800bb55d0bf.tar.bz2
added thumbnail, fixed remove button colors
Diffstat (limited to 'assets/js/views/sample.js')
-rw-r--r--assets/js/views/sample.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/js/views/sample.js b/assets/js/views/sample.js
index 6805e97..c728e47 100644
--- a/assets/js/views/sample.js
+++ b/assets/js/views/sample.js
@@ -32,6 +32,7 @@ ClipPlay.Views.Sample = Marionette.ItemView.extend({
var player = new OP.Player(iframe[0]);
that.model.set('player', player);
that.model.set('iframe', iframe);
+ that.model.set('thumbnail', data.thumbnail_url);
window.BOKASHAKA = that.model;
player.getDuration(function(value) {