mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-15 11:36:53 -04:00
adds missing semicolons in src/node/handler folder
This commit is contained in:
parent
35e4891217
commit
a79782a36d
4 changed files with 30 additions and 30 deletions
|
@ -117,7 +117,7 @@ exports.doExport = function(req, res, padId, type)
|
|||
], function(err)
|
||||
{
|
||||
if(err && err != "stop") ERR(err);
|
||||
})
|
||||
});
|
||||
}
|
||||
else if(type == 'dokuwiki')
|
||||
{
|
||||
|
@ -214,6 +214,6 @@ exports.doExport = function(req, res, padId, type)
|
|||
], function(err)
|
||||
{
|
||||
if(err && err != "stop") ERR(err);
|
||||
})
|
||||
});
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue