Helpers Module.
Kind: global variable
Access: public
- helpers
- .serialize(params) ⇒
string
- .shallowMerge(destination, source) ⇒
object
- .openWindow(url, name, options) ⇒
object
- .serialize(params) ⇒
Serializes an object into a formatted string.
Kind: static method of helpers
Access: public
Param | Type |
---|---|
params | object |
Merges a shallow source
object into the destination
object.
Kind: static method of helpers
Access: public
Param | Type |
---|---|
destination | object |
source | 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 |