summaryrefslogtreecommitdiff
path: root/public/js/lib/video.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-08-09 18:12:46 -0400
committerJules Laplace <jules@okfoc.us>2015-08-09 18:12:46 -0400
commit92c289e25642b99c498412c49a37eff1c59b4ced (patch)
tree4755e69bab46e38feb8870f8d2695e074f3525b8 /public/js/lib/video.js
parentd51849ad72d841d60d5d9cd2793e78577fa85bd9 (diff)
thinkin about the video
Diffstat (limited to 'public/js/lib/video.js')
-rw-r--r--public/js/lib/video.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/js/lib/video.js b/public/js/lib/video.js
index 91bbfe6..58c572a 100644
--- a/public/js/lib/video.js
+++ b/public/js/lib/video.js
@@ -3,7 +3,8 @@ var VideoView = View.extend({
events: {
},
- initialize: function(){
+ initialize: function(opt){
+ this.el = opt.el
},
load: function(media){