The xwiki-job-runner JavaScript module has been published in the global RequireJS configuration which means it can now be used directly without specifying its path:
require(['xwiki-job-runner'], function(JobRunner) {
...
}
...
}
See the Job Module documentation for more information.