mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
Plugins are injected and no longer exist in the global scope.
This commit is contained in:
parent
8ade4c89d5
commit
3fb62956b9
7 changed files with 22 additions and 94 deletions
|
@ -4,7 +4,7 @@
|
|||
* TL;DR COMMENTS ON THIS FILE ARE HIGHLY APPRECIATED
|
||||
*/
|
||||
|
||||
plugins = {
|
||||
var plugins = {
|
||||
callHook: function(hookName, args)
|
||||
{
|
||||
var global = (function () {return this}());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue