summaryrefslogtreecommitdiffstats
path: root/assets/js/views/sample.js
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js/views/sample.js')
-rw-r--r--assets/js/views/sample.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/js/views/sample.js b/assets/js/views/sample.js
new file mode 100644
index 0000000..96f42b7
--- /dev/null
+++ b/assets/js/views/sample.js
@@ -0,0 +1,3 @@
+ClipPlay.Views.Sample = Marionette.ItemView.extend({
+ template: '#sample-view-template'
+}); \ No newline at end of file