Files
2024-03-06 16:02:41 +05:00

9 lines
202 B
JavaScript

define(['../util/helper', 'require'], function(helper, require) {
var helperPath = require.toUrl('../util/helper');
return {
name: 'ext',
helperPath: helperPath,
helper: helper
};
});