Skip to content

Commit

Permalink
MDL-50564 atto: Require atto_menu in atto_plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Massart authored and David Monllao committed Nov 16, 2015
1 parent f53c016 commit 7f98e36
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 deletions.
Expand Up @@ -1181,4 +1181,16 @@ EditorPluginDialogue.prototype = {
Y.Base.mix(Y.M.editor_atto.EditorPlugin, [EditorPluginDialogue]);


}, '@VERSION@', {"requires": ["node", "base", "escape", "event", "event-outside", "handlebars", "event-custom", "timers"]});
}, '@VERSION@', {
"requires": [
"node",
"base",
"escape",
"event",
"event-outside",
"handlebars",
"event-custom",
"timers",
"moodle-editor_atto-menu"
]
});

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -1177,4 +1177,16 @@ EditorPluginDialogue.prototype = {
Y.Base.mix(Y.M.editor_atto.EditorPlugin, [EditorPluginDialogue]);


}, '@VERSION@', {"requires": ["node", "base", "escape", "event", "event-outside", "handlebars", "event-custom", "timers"]});
}, '@VERSION@', {
"requires": [
"node",
"base",
"escape",
"event",
"event-outside",
"handlebars",
"event-custom",
"timers",
"moodle-editor_atto-menu"
]
});
3 changes: 2 additions & 1 deletion lib/editor/atto/yui/src/editor/meta/editor.json
Expand Up @@ -27,7 +27,8 @@
"event-outside",
"handlebars",
"event-custom",
"timers"
"timers",
"moodle-editor_atto-menu"
]
},
"moodle-editor_atto-menu": {
Expand Down

0 comments on commit 7f98e36

Please sign in to comment.