diff options
author | Eric Guzman | 2012-05-16 14:14:25 -0700 |
---|---|---|
committer | Eric Guzman | 2012-05-16 14:14:25 -0700 |
commit | bbca3e05b39d43ce13c2f3e48cb33630ed7948b9 (patch) | |
tree | e58af8ca54b5ac21d42497986ff4ec3f4f2d1b33 /js/panels/css-panel/styles-view-container.reel | |
parent | 73e98aef1ffa370c196c9c752d58dd4ed5f4faff (diff) | |
download | ninja-bbca3e05b39d43ce13c2f3e48cb33630ed7948b9.tar.gz |
CSS Panel - Added flag to draw method to improve perceived loading time
Diffstat (limited to 'js/panels/css-panel/styles-view-container.reel')
-rw-r--r-- | js/panels/css-panel/styles-view-container.reel/styles-view-container.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/panels/css-panel/styles-view-container.reel/styles-view-container.js b/js/panels/css-panel/styles-view-container.reel/styles-view-container.js index 1372de0c..e6e836ad 100644 --- a/js/panels/css-panel/styles-view-container.reel/styles-view-container.js +++ b/js/panels/css-panel/styles-view-container.reel/styles-view-container.js | |||
@@ -41,7 +41,8 @@ exports.StylesViewContainer = Montage.create(Component, { | |||
41 | }, | 41 | }, |
42 | set: function(hasThem) { | 42 | set: function(hasThem) { |
43 | this._hasStyles = hasThem; | 43 | this._hasStyles = hasThem; |
44 | this.needsDraw = true; | 44 | //caller needs to set ndt |
45 | //this.needsDraw = true; | ||
45 | } | 46 | } |
46 | }, | 47 | }, |
47 | 48 | ||