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