fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
aa0277bbd02925a9150d5d45aee9acac0c0d7bd3
[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
});