editor: Bring back metadata editor as a modal dialog
[fnpeditor.git] / src / editor / plugins / core / metadataEditor / metadataEditor.js
1 define(function(require) {
2     
3 'use strict';
4
5 var action = require('./action');
6
7 return {
8     action: action
9 };
10
11 });