1/** 2 * @requires owners-path-editor 3 * javelin-behavior 4 * @provides javelin-behavior-owners-path-editor 5 * @javelin 6 */ 7 8JX.behavior('owners-path-editor', function(config) { 9 new JX.OwnersPathEditor(config); 10}); 11 12