diff options
author | Eric Guzman | 2012-03-23 13:15:43 -0700 |
---|---|---|
committer | Eric Guzman | 2012-03-23 13:15:43 -0700 |
commit | 14bf5e88417fbbc1bfd3823a278cd759ff8a0897 (patch) | |
tree | 1a4ec59b75ef6e0f181ab9d9c0c51529c46706c8 /js/panels/presets | |
parent | b0009433f98e7c9f777c7a7b91640fea8049a6f0 (diff) | |
download | ninja-14bf5e88417fbbc1bfd3823a278cd759ff8a0897.tar.gz |
Presets - fixed preset group name ("2D")
Diffstat (limited to 'js/panels/presets')
-rw-r--r-- | js/panels/presets/default-animation-presets.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/panels/presets/default-animation-presets.js b/js/panels/presets/default-animation-presets.js index 0730c2ef..64f91ea6 100644 --- a/js/panels/presets/default-animation-presets.js +++ b/js/panels/presets/default-animation-presets.js | |||
@@ -37,7 +37,7 @@ exports.animationPresets = { | |||
37 | }] | 37 | }] |
38 | }] | 38 | }] |
39 | }, { | 39 | }, { |
40 | "text": "3D Animations", | 40 | "text": "2D Animations", |
41 | "children": [ | 41 | "children": [ |
42 | { | 42 | { |
43 | "text": "Slide Out with Fade", | 43 | "text": "Slide Out with Fade", |