1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 01:38:48 +02:00
phorge-phorge/webroot/rsrc/js/application/herald/herald-rule-editor.js
2011-03-22 20:43:19 -07:00

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);
});