Resolves a string into object.
This method allows us to reference classes before they are loaded by simply using the string name in configurations. $.resolve simply walks down the namespace and returns null if the name can't be resolved.
Arguments:
| id | String | |
|---|---|---|
| A dot-delimited string. | ||
