forked from Botanical/BotanJS
Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/** @constructor */
|
||||
System.utils = function (){}
|
||||
|
||||
/** @type {Function} */
|
||||
System.utils.objGetProp;
|
||||
/** @type {Function} */
|
||||
System.utils.objSearch;
|
||||
/** @type {Function} */
|
||||
System.utils.objMap;
|
||||
Reference in New Issue
Block a user