Viewing File: /home/ubuntu/code_review/phabricator/webroot/rsrc/js/application/owners/owners-path-editor.js

/**
 * @requires owners-path-editor
 *           javelin-behavior
 * @provides javelin-behavior-owners-path-editor
 * @javelin
 */

JX.behavior('owners-path-editor', function(config) {
  new JX.OwnersPathEditor(config);
});
Back to Directory File Manager