mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 11:26: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');
|
require('./jquery.class');
|
||||||
var libchangeset = require("./Changeset");
|
var libchangeset = require("./Changeset");
|
||||||
|
|
||||||
function log()
|
function log () {
|
||||||
console.log.apply(console, arguments);
|
console.log.apply(console, arguments);
|
||||||
}
|
};
|
||||||
|
|
||||||
$.Class("Changeset",
|
$.Class("Changeset",
|
||||||
{//statics
|
{//statics
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue