Results 1 issues of Cohesion DX

http://api.jqueryui.com/clip-effect/ documentation specifies the following settings for the clip effect: ![screenshot 2019-01-07 at 16 02 14](https://user-images.githubusercontent.com/30228487/50778364-ab026a00-1295-11e9-8c80-851aaffcfd52.png) However, `up` should be `both` according to http://code.jquery.com/ui/1.12.1/jquery-ui.js: ``` var effectsEffectClip = $.effects.define( "clip",...