forked from Botanical/BotanJS
12 lines
240 B
JavaScript
12 lines
240 B
JavaScript
/** @constructor */
|
|
System.utils = function (){}
|
|
|
|
/** @type {Function} */
|
|
System.utils.objGetProp;
|
|
/** @type {Function} */
|
|
System.utils.objSearch;
|
|
/** @type {Function} */
|
|
System.utils.objMap;
|
|
/** @type {Function} */
|
|
System.utils.siteProto;
|