Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
javascript
javascript

// the following code retrieves the browser window width and height
var winSize = pui.getWindowSize();
var winWidth = winSize.width;
var winHeight = winSize.height;

...