(obj)
| 38 | } |
| 39 | |
| 40 | function isFunction(obj) { |
| 41 | // Brought from jQuery since it's deprecated |
| 42 | return typeof obj === 'function' |
| 43 | } |
| 44 | |
| 45 | $.fn.scrollTo = function(target, duration, settings) { |
| 46 | if (typeof duration === 'object') { |
no outgoing calls
no test coverage detected