summaryrefslogtreecommitdiffstats
path: root/assets/js/views/sample-editor.js
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js/views/sample-editor.js')
-rw-r--r--assets/js/views/sample-editor.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/assets/js/views/sample-editor.js b/assets/js/views/sample-editor.js
index 74dc04d..6accd89 100644
--- a/assets/js/views/sample-editor.js
+++ b/assets/js/views/sample-editor.js
@@ -1,17 +1,6 @@
ClipPlay.Views.SampleEditor = Marionette.CollectionView.extend({
itemView: ClipPlay.Views.Sample,
- initialize: function() {
- this.initialize_player();
- },
-
-
- // this will soon be obsolete
- initialize_player: function() {
- this.player = new OP.Player($('#single-video-lets-see-if-we-can-get-this-to-work').get(0));
- },
-
-
onRender: function() {
// Initialize view for adding new samples
this.sample_add_view = new ClipPlay.Views.SampleAddView({