Resolve a dot-separated path string to a function on the global window object. Logs an error and returns undefined if any path segment is missing or the resolved value is not a function.
window
undefined
Dot-separated path, e.g. 'kaolin.util.myFn'.
'kaolin.util.myFn'
The resolved function, or undefined if not found.
Resolve a dot-separated path string to a function on the global
windowobject. Logs an error and returnsundefinedif any path segment is missing or the resolved value is not a function.