diff options
| author | Kawandeep Virdee | 2013-11-10 10:34:57 -0500 | 
|---|---|---|
| committer | Kawandeep Virdee | 2013-11-10 10:34:57 -0500 | 
| commit | b8489c7cb7fbabb1186197bd546a6800bb55d0bf (patch) | |
| tree | ea011a29c6212007df6de97d06b8fa85a1f051cd /assets/js/views/sample.js | |
| parent | 5e473cda53d8ce6938eb832a378365f2f8b8f591 (diff) | |
| download | clip-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.js | 1 | 
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) { | 
