mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
syntax candy
This commit is contained in:
parent
6507614e45
commit
a0235126e4
1 changed files with 1 additions and 1 deletions
|
@ -2875,7 +2875,7 @@ function Ace2Inner(){
|
||||||
|
|
||||||
_.each(hooks.callAll('aceRegisterBlockElements'), function(element){
|
_.each(hooks.callAll('aceRegisterBlockElements'), function(element){
|
||||||
_blockElems[element] = 1;
|
_blockElems[element] = 1;
|
||||||
})
|
});
|
||||||
|
|
||||||
function isBlockElement(n)
|
function isBlockElement(n)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue