Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.54 KB

helpers.md

File metadata and controls

55 lines (39 loc) · 1.54 KB

helpers

Helpers Module.

Kind: global variable
Access: public

helpers.serialize(params) ⇒ string

Serializes an object into a formatted string.

Kind: static method of helpers
Access: public

Param Type
params object

helpers.shallowMerge(destination, source) ⇒ object

Merges a shallow source object into the destination object.

Kind: static method of helpers
Access: public

Param Type
destination object
source object

helpers.openWindow(url, name, options) ⇒ object

Loads a resource into a new browsing context (window).

Kind: static method of helpers
Access: public
See: Window.open() for more options.

Param Type
url string
name string
options object
options.width number
options.height number