MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / isWindow

Function isWindow

lib/test/angular/1.4.3/angular.js:705–707  ·  view source on GitHub ↗

* Checks if `obj` is a window object. * * @private * @param {*} obj Object to check * @returns {boolean} True if `obj` is a window obj.

(obj)

Source from the content-addressed store, hash-verified

703 * @returns {boolean} True if `obj` is a window obj.
704 */
705function isWindow(obj) {
706 return obj && obj.window === obj;
707}
708
709
710function isScope(obj) {

Callers 4

isArrayLikeFunction · 0.70
copyFunction · 0.70
equalsFunction · 0.70
toJsonReplacerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected