summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/blogs/StoryView.js
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/js/lib/blogs/StoryView.js')
-rw-r--r--StoneIsland/www/js/lib/blogs/StoryView.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/blogs/StoryView.js b/StoneIsland/www/js/lib/blogs/StoryView.js
new file mode 100644
index 00000000..338f124b
--- /dev/null
+++ b/StoneIsland/www/js/lib/blogs/StoryView.js
@@ -0,0 +1,11 @@
+var StoryView = View.extend({
+
+ el: "#story",
+
+ events: {
+ },
+
+ initialize: function(){
+ },
+
+}) \ No newline at end of file