diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-03 00:17:49 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-03 00:17:49 -0500 |
| commit | 0a55602cb98fea35632f8f11e840c65cc9011018 (patch) | |
| tree | 2fb64189cfc39c8ef13f23d334a1d606c9180ab5 /StoneIsland/platforms/ios/www/js/lib/blogs/BlogView.js | |
| parent | 46af04f4b25180fdb7ad928de13c6f7d1b109414 (diff) | |
resources
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/lib/blogs/BlogView.js')
| -rw-r--r-- | StoneIsland/platforms/ios/www/js/lib/blogs/BlogView.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/StoneIsland/platforms/ios/www/js/lib/blogs/BlogView.js b/StoneIsland/platforms/ios/www/js/lib/blogs/BlogView.js index ddfff9e6..327b5328 100644 --- a/StoneIsland/platforms/ios/www/js/lib/blogs/BlogView.js +++ b/StoneIsland/platforms/ios/www/js/lib/blogs/BlogView.js @@ -24,7 +24,6 @@ var BlogView = View.extend({ this.data = data = typeof data == "string" ? JSON.parse(data) : data app.archive.populate(data.archive) - this.loader.preloadImage(data.hub[0].image[0].uri, function(img){ app.hub.populate(data.hub) }) |
