diff options
| author | Rene Ae <aehtyb@gmail.com> | 2015-12-22 01:26:29 -0600 |
|---|---|---|
| committer | Rene Ae <aehtyb@gmail.com> | 2015-12-22 01:26:29 -0600 |
| commit | c8ea1aef25e28665478b9d94c4f63d26cda784b1 (patch) | |
| tree | 2bc079dac25e40c5f818be8f698ccc1594d4bc9f /StoneIsland/platforms/ios/www/js/lib/blogs | |
| parent | 89b39c69c00c180287912f4777ea2ec487fa6412 (diff) | |
| parent | bed982d4cbea6752ed2fe03c3163842f2205601c (diff) | |
Merge branch 'android' of https://github.com/okfocus/stone-island into android
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/lib/blogs')
| -rwxr-xr-x | StoneIsland/platforms/ios/www/js/lib/blogs/StoryView.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/platforms/ios/www/js/lib/blogs/StoryView.js b/StoneIsland/platforms/ios/www/js/lib/blogs/StoryView.js index c2a9f4b4..73b7b83b 100755 --- a/StoneIsland/platforms/ios/www/js/lib/blogs/StoryView.js +++ b/StoneIsland/platforms/ios/www/js/lib/blogs/StoryView.js @@ -26,7 +26,7 @@ var StoryView = ScrollableView.extend({ }, populate: function(data){ - if (this.loaded) {} + if (this.loaded) { return } this.loaded = true this.data = data this.$loader.hide() |
