Object, used by Mooball. Browser's window object should have it.
Object, used by Mooball. Browser's window object should have it.
Function, used by Mooball for communication. Browser's window object should have it.
External library object required by Mooball.
External library object required by Mooball.
Object, used by Mooball. Browser's window object should have it.
Class, used by Mooball for communication. Browser's window object should have it.
Class, used by Mooball for communication. Browser's window object should have it.
Class, used by Mooball for communication. Browser's window object should have it.
Class, used by Mooball for communication. Browser's window object should have it.
Function, used by Mooball. Browser's window object should have it. If you are on a custom environment such as NW.js or Electron, use window.cancelAnimationFrame.bind(window).
Function, used by Mooball. Browser's window object should have it. If you are on a custom environment such as NW.js or Electron, use window.clearInterval.bind(window).
Function, used by Mooball. Browser's window object should have it. If you are on a custom environment such as NW.js or Electron, use window.clearTimeout.bind(window).
Function, used by Mooball. Browser's window object should have it. If you are on a custom environment such as NW.js or Electron, use window.requestAnimationFrame.bind(window).
Function, used by Mooball. Browser's window object should have it. If you are on a custom environment such as NW.js or Electron, use window.setInterval.bind(window).
Optionalms: numberFunction, used by Mooball. Browser's window object should have it. If you are on a custom environment such as NW.js or Electron, use window.setTimeout.bind(window).
Optionalms: number
These are objects/functions that directly affect the core functionalities. You should usually pass "window" here, because most of these objects reside there.