mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 05:12:41 +01:00
10 lines
223 B
JavaScript
10 lines
223 B
JavaScript
/**
|
|
* @requires owners-path-editor
|
|
* javelin-lib-dev
|
|
* @provides javelin-behavior-owners-path-editor
|
|
* @javelin
|
|
*/
|
|
|
|
JX.behavior('owners-path-editor', function(config) {
|
|
new JX.OwnersPathEditor(config);
|
|
});
|