MCPcopy
hub / github.com/quirkey/sammy / _isArray

Function _isArray

lib/sammy.js:25–25  ·  view source on GitHub ↗
( obj )

Source from the content-addressed store, hash-verified

23 // borrowed from jQuery
24 _isFunction = function( obj ) { return Object.prototype.toString.call(obj) === "[object Function]"; },
25 _isArray = function( obj ) { return Object.prototype.toString.call(obj) === "[object Array]"; },
26 _isRegExp = function( obj ) { return Object.prototype.toString.call(obj) === "[object RegExp]"; },
27 _decode = function( str ) { return decodeURIComponent((str || '').replace(/\+/g, ' ')); },
28 _encode = encodeURIComponent,

Callers 1

sammy.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected