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/style-declaration.reel/style-declaration.html | |
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/style-declaration.reel/style-declaration.html')
-rw-r--r-- | js/panels/css-panel/style-declaration.reel/style-declaration.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/js/panels/css-panel/style-declaration.reel/style-declaration.html b/js/panels/css-panel/style-declaration.reel/style-declaration.html index 2fdb11d5..f7415335 100644 --- a/js/panels/css-panel/style-declaration.reel/style-declaration.html +++ b/js/panels/css-panel/style-declaration.reel/style-declaration.html | |||
@@ -28,8 +28,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
28 | "bindings": { | 28 | "bindings": { |
29 | "content": { | 29 | "content": { |
30 | "boundObject": {"@": "owner"}, | 30 | "boundObject": {"@": "owner"}, |
31 | "boundObjectPropertyPath": "styles", | 31 | "boundObjectPropertyPath": "styles" |
32 | "oneway": true | ||
33 | } | 32 | } |
34 | } | 33 | } |
35 | }, | 34 | }, |