Util - nhmkdev/support-framework GitHub Wiki
Definition
Util (and animationutil) contain general functions supporting development within the Support Framework. Many are just basic macro functions to simplify JavaScript code.
Container
var Util = ig.global.support.util;
Usage
See the code file util.js for descriptions of the functions.