MCPcopy Index your code
hub / github.com/flesler/jquery.scrollTo / isFunction

Function isFunction

jquery.scrollTo.js:40–43  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

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') {

Callers 2

jquery.scrollTo.jsFile · 0.70
bothFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected