mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
Implement require
for for plugin module.
This commit is contained in:
parent
fa2a6e9ee6
commit
86f31c752d
6 changed files with 36 additions and 0 deletions
|
@ -28,6 +28,8 @@ Ace2Editor.registry = {
|
|||
nextId: 1
|
||||
};
|
||||
|
||||
var plugins = require('/plugins').plugins;
|
||||
|
||||
function Ace2Editor()
|
||||
{
|
||||
var ace2 = Ace2Editor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue