Class: Util

Util

General utility functions

Constructor

new Util()

Source:

Methods

(static) each(data, cb)

Wraps a for in loop. For each object it will pass the property name and value to a callback.
Parameters:
Name Type Description
data object data to loop through
cb function callback
Source: