editor: fix requirejs paths so that test will work again
[fnpeditor.git] / src / editor / plugins / core / metadataEditor / metadataEditor.js
1 define(function(require) {
2     
3 'use strict';
4
5 var action = require('plugins/core/metadataEditor/action');
6
7 return {
8     action: action
9 };
10
11 });