mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
weird styling
This commit is contained in:
parent
57a9ccbb88
commit
5855e3d5bf
1 changed files with 1 additions and 2 deletions
|
@ -162,8 +162,7 @@ exports.handleMessage = function(client, message)
|
||||||
});
|
});
|
||||||
|
|
||||||
// If no plugins explicitly told us to drop the message, its ok to proceed
|
// If no plugins explicitly told us to drop the message, its ok to proceed
|
||||||
if(!dropMessage){
|
if(!dropMessage){ callback() };
|
||||||
callback() };
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue