mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
dont make local variables global
This commit is contained in:
parent
1932d240e5
commit
5d15f655f0
11 changed files with 14 additions and 14 deletions
|
@ -71,7 +71,7 @@ exports.begin_define_block = function (name) {
|
|||
}
|
||||
|
||||
exports.end_define_block = function () {
|
||||
content = exports.end_capture();
|
||||
var content = exports.end_capture();
|
||||
return content;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue