diff options
| author | Rene Ae <aehtyb@gmail.com> | 2015-11-20 02:36:20 -0600 |
|---|---|---|
| committer | Rene Ae <aehtyb@gmail.com> | 2015-11-20 02:36:20 -0600 |
| commit | 19a79cf0d9de0a73af4460f528aad1bde2544532 (patch) | |
| tree | 3674334ef5bf51c347d37f7fa35d901ec58498c1 /StoneIsland/www/js/vendor/loader.js | |
| parent | 7d1e7f163acfb4f26c07db241d1cc1b852653324 (diff) | |
more css on hub and story
Diffstat (limited to 'StoneIsland/www/js/vendor/loader.js')
| -rw-r--r-- | StoneIsland/www/js/vendor/loader.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/StoneIsland/www/js/vendor/loader.js b/StoneIsland/www/js/vendor/loader.js index cc9644f8..eeb4337e 100644 --- a/StoneIsland/www/js/vendor/loader.js +++ b/StoneIsland/www/js/vendor/loader.js @@ -3,7 +3,13 @@ var Loader = Loader || (function(){ this.assets = {}; this.images = []; this.readyCallback = readyCallback; + // + // NOTE: there is some sort of race condition happening here.. the 'Story' page has duplicate + // title links as 'app.story.populate(data.story)' is being triggered twice in BlogView.js.. + // i changed 'this.count' below to 1 just to test it and it fixed it for a second.. but then it + // quit working again.. so something is awry this.count = 0 + // this.view = view this.loaded = false } |
