fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
editor: canvas - context menu support
[fnpeditor.git]
/
src
/
editor
/
plugins
/
core
/
edumed
/
edumed.js
1
define(function(require) {
2
3
'use strict';
4
5
var actions = require('./actions'),
6
orderExerciseElement = require('./order/element');
7
8
return {
9
actions: actions,
10
canvasElements: [orderExerciseElement]
11
};
12
13
});