mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-23 15:22:41 +01:00
10 lines
223 B
JavaScript
10 lines
223 B
JavaScript
/**
|
|
* @requires herald-rule-editor
|
|
* javelin-lib-dev
|
|
* @provides javelin-behavior-herald-rule-editor
|
|
* @javelin
|
|
*/
|
|
|
|
JX.behavior('herald-rule-editor', function(config) {
|
|
new JX.HeraldRuleEditor(config);
|
|
});
|