UNPKG

automizy-js

Version:

Automizy widget collection

10 lines 224 B
define([ 'automizy/core' ], function () { $A.ref = function(obj, str) { str = str.split("."); for (var i = 0; i < str.length; i++) obj = obj[str[i]]; return obj; } });