diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-07-16 15:14:42 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-07-16 15:14:42 -0400 |
commit | c484bc093bf69c23aed79cb951c8898aaec8331f (patch) | |
tree | f98f085a0ae4aa669f91f578afba1241fd59404e /build/effect.json | |
parent | b37fec9a24a6bc62bed8770148ef87a27a0bc8d7 (diff) | |
download | jquery-ui-c484bc093bf69c23aed79cb951c8898aaec8331f.tar.gz jquery-ui-c484bc093bf69c23aed79cb951c8898aaec8331f.zip |
Manifest: Move transfer effect to core.json since it's not like other effects (no show/hide).
Diffstat (limited to 'build/effect.json')
-rw-r--r-- | build/effect.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/effect.json b/build/effect.json index b35bbb371..7119f85bc 100644 --- a/build/effect.json +++ b/build/effect.json @@ -34,8 +34,5 @@ }, "slide": { "description": "Slides an element in and out of the viewport." - }, - "transfer": { - "description": "Displays a transfer effect from one element to another." } } |