summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/blogs/BlogView.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-09 00:30:45 -0500
committerJules Laplace <jules@okfoc.us>2015-11-09 00:33:08 -0500
commitdad5f3f0c3c13e8334a6a0ea522c5a2bfe8cd830 (patch)
tree61bf4e1e9d3718e363a6cf27cb85ba63316fa6b4 /StoneIsland/www/js/lib/blogs/BlogView.js
parent8524ed64401bd53dce1b5412fb732c9667a66ecc (diff)
faq view and other structure
Diffstat (limited to 'StoneIsland/www/js/lib/blogs/BlogView.js')
-rw-r--r--StoneIsland/www/js/lib/blogs/BlogView.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/blogs/BlogView.js b/StoneIsland/www/js/lib/blogs/BlogView.js
index 59cf25b2..357698f5 100644
--- a/StoneIsland/www/js/lib/blogs/BlogView.js
+++ b/StoneIsland/www/js/lib/blogs/BlogView.js
@@ -28,6 +28,7 @@ var BlogView = View.extend({
this.loader.preloadImage(data.story[0].image.uri, function(img){
app.story.populate(data.story)
})
+ app.faq.populate(data.page[0])
},
}) \ No newline at end of file