mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
change to cc..
This commit is contained in:
parent
8fbd7d83b6
commit
bdfce1cbef
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ function makeContentCollector(collectStyles, abrowser, apool, domInterface, clas
|
||||||
"li": 1
|
"li": 1
|
||||||
};
|
};
|
||||||
|
|
||||||
_.each(hooks.callAll('aceRegisterBlockElements'), function(element){
|
_.each(hooks.callAll('ccRegisterBlockElements'), function(element){
|
||||||
_blockElems[element] = 1;
|
_blockElems[element] = 1;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue