(val)
| 185 | }; |
| 186 | |
| 187 | function both(val) { |
| 188 | return isFunction(val) || $.isPlainObject(val) ? val : { top:val, left:val }; |
| 189 | } |
| 190 | |
| 191 | // Add special hooks so that window scroll properties can be animated |
| 192 | $.Tween.propHooks.scrollLeft = |
no test coverage detected