File: includes/public-vars.js
// ---------------------------------------- // public vars /** * System variable which stores the width of the current page. * @property width {Number} * @cat Environment */ pub.width = null; /** * System variable which stores the height of the current page. * @property height {Number} * @cat Environment */ pub.height = null;