mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
Changed pad_id to padID to follow projct standards.
This commit is contained in:
parent
0fd8490ca6
commit
a521a12583
1 changed files with 1 additions and 1 deletions
|
@ -475,7 +475,7 @@ Pad.prototype.remove = function remove(callback) {
|
||||||
{
|
{
|
||||||
db.remove("pad:"+padID);
|
db.remove("pad:"+padID);
|
||||||
padManager.unloadPad(padID);
|
padManager.unloadPad(padID);
|
||||||
hooks.callAll("padRemove", {'pad_id':padID});
|
hooks.callAll("padRemove", {'padID':padID});
|
||||||
callback();
|
callback();
|
||||||
}
|
}
|
||||||
], function(err)
|
], function(err)
|
||||||
|
|
Loading…
Reference in a new issue