1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-24 21:48:21 +01:00
phorge-phorge/webroot/rsrc/js/application/herald/herald-rule-editor.js

11 lines
223 B
JavaScript
Raw Normal View History

2011-03-22 17:08:08 -07:00
/**
* @requires herald-rule-editor
2011-03-22 20:41:02 -07:00
* javelin-lib-dev
2011-03-22 17:08:08 -07:00
* @provides javelin-behavior-herald-rule-editor
* @javelin
*/
JX.behavior('herald-rule-editor', function(config) {
new JX.HeraldRuleEditor(config);
});