Skip to content
This repository was archived by the owner on May 20, 2021. It is now read-only.

global.API

Lee Tagg edited this page Aug 23, 2015 · 1 revision

Global

Methods

<private> collectArray(key, value, collection)

Adds the value to the collection, key is always ignored

Parameters:
Name Type Description
key Integer
value Object
collection Array
Source:

<private> collectObject(key, value, collection)

Adds the specified key value pair to the collection

Parameters:
Name Type Description
key String
value Object
collection Object
Source:

<private> eachOfArray(object, callback)

for each item in object execute callback

Parameters:
Name Type Description
object Array
callback function
Source:

<private> eachOfObject(object, callback)

for each property on object execute callback

Parameters:
Name Type Description
object Object
callback function
Source:

Generated with wicked.