mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 10:56:16 -04:00
missing brace
This commit is contained in:
parent
f259481c64
commit
9ee80c7a07
1 changed files with 2 additions and 2 deletions
|
@ -16,9 +16,9 @@
|
|||
require('./jquery.class');
|
||||
var libchangeset = require("./Changeset");
|
||||
|
||||
function log()
|
||||
function log () {
|
||||
console.log.apply(console, arguments);
|
||||
}
|
||||
};
|
||||
|
||||
$.Class("Changeset",
|
||||
{//statics
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue