[Type] Window
Part of: mobl
Inherits from: mobl::Object
Represents some properties of the browser's window.
Instantiation
You don't instantiate a Window
yourself, there is a global variable window
.
Example:
window.innerWidth
Instance properties
innerWidth : Num
The window's inner width (in pixels)
Example:
window.innerWidth // -> 230
innerHeight : Num
The window's inner height (in pixels)
Example:
window.innerHeight // -> 300
mobl/window.txt · Last modified: 2013/10/01 02:28 (external edit)