Functiondojo._loadPath


relative to the script root directory. If the script is found but


its interpretation causes a runtime exception, that exception is


not caught by us, so the caller will see it. We return a true


value if and only if the script is found.

Loads and interprets the script located at relpath, which is

Usage

function (/*String*/ relpath, /*String?*/ module, /*Function?*/ cb)
parametertypedescription
relpathString 
moduleStringOptional.
cbFunctionOptional.