diff options
author | Valerio Virgillito | 2012-03-14 18:04:11 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-03-14 18:04:11 -0700 |
commit | a7cb2c0b22f03b79f19d4a9a2eb691d1ccc392f9 (patch) | |
tree | 8daf6d201890c1fb7f8dbffe492500d492ae96d7 /js/panels/properties.reel/properties.html | |
parent | e07ec7dd1a4b8df747f6af0d54fe95e3a237f0c8 (diff) | |
download | ninja-a7cb2c0b22f03b79f19d4a9a2eb691d1ccc392f9.tar.gz |
adding a focus manager to handle panel bugs where blur was not getting called when clicking on the canvas.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/panels/properties.reel/properties.html')
-rwxr-xr-x | js/panels/properties.reel/properties.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/panels/properties.reel/properties.html b/js/panels/properties.reel/properties.html index bcf54b95..d212ae80 100755 --- a/js/panels/properties.reel/properties.html +++ b/js/panels/properties.reel/properties.html | |||
@@ -125,7 +125,7 @@ | |||
125 | </section> | 125 | </section> |
126 | <section class="fieldCol"> | 126 | <section class="fieldCol"> |
127 | <label>Class:</label> | 127 | <label>Class:</label> |
128 | <article class="fieldRow"><input type="text" id="elementClassName" class="nj-skinned" /></article> | 128 | <article class="fieldRow"><input type="text" id="elementClass" class="nj-skinned" /></article> |
129 | </section> | 129 | </section> |
130 | </section> | 130 | </section> |
131 | <section id="PosSize"></section> | 131 | <section id="PosSize"></section> |