Namespace: isWindow

just.isWindow(object) → {boolean}

Checks if an object is the window global by checking window or some common properties of window.
Deprecated:
Since 1.0.0-rc.24
Source:
just.js, line 1050

Parameters:

NameTypeDescription
object
AnySome object.

Returns:

`true` if object is window or contains the common properties, `false` otherwise.
Type
boolean