diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-20 12:01:29 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-20 12:01:29 -0500 |
| commit | 4b6821cee2b7a35e2124a899a13c7559628f075e (patch) | |
| tree | 6ea48247d64b9530d4fc5e2b02b1cf0abb5a8701 /StoneIsland/www/js/vendor/loader.js | |
| parent | c270b104afaf2a529f4151daee77737ab1c56eaa (diff) | |
loader and stuff frm last nite
Diffstat (limited to 'StoneIsland/www/js/vendor/loader.js')
| -rw-r--r-- | StoneIsland/www/js/vendor/loader.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/StoneIsland/www/js/vendor/loader.js b/StoneIsland/www/js/vendor/loader.js index eeb4337e..cc9644f8 100644 --- a/StoneIsland/www/js/vendor/loader.js +++ b/StoneIsland/www/js/vendor/loader.js @@ -3,13 +3,7 @@ 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 } |
