diff options
author | Eric Guzman | 2012-03-13 13:33:52 -0700 |
---|---|---|
committer | Eric Guzman | 2012-03-13 13:33:52 -0700 |
commit | 0b8383232bc412d94ef234e49898d813436c63cc (patch) | |
tree | 8c821ff65884308d3b6bacde6263741581515598 /js/panels/presets/transitions-presets.reel | |
parent | e6637e3748911a64993c3f0caccee05b98f1eb0a (diff) | |
download | ninja-0b8383232bc412d94ef234e49898d813436c63cc.tar.gz |
Presets Panel - Re-add dbl-click activation
Diffstat (limited to 'js/panels/presets/transitions-presets.reel')
-rw-r--r-- | js/panels/presets/transitions-presets.reel/transitions-presets.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/panels/presets/transitions-presets.reel/transitions-presets.html b/js/panels/presets/transitions-presets.reel/transitions-presets.html index 58f494d7..5dc28edf 100644 --- a/js/panels/presets/transitions-presets.reel/transitions-presets.html +++ b/js/panels/presets/transitions-presets.reel/transitions-presets.html | |||
@@ -40,7 +40,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
40 | "element" : {"#": "libraryContainer"}, | 40 | "element" : {"#": "libraryContainer"}, |
41 | "branchComponent" : {"@": "branch" }, | 41 | "branchComponent" : {"@": "branch" }, |
42 | "contentController": {"@": "presetsController"}, | 42 | "contentController": {"@": "presetsController"}, |
43 | "activationEvent" : "click", | 43 | "activationEvent" : "dblclick", |
44 | "showRoot": false | 44 | "showRoot": false |
45 | } | 45 | } |
46 | }, | 46 | }, |