mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 11:26:16 -04:00
hopefully this is enough to make it run under old nodejs
This commit is contained in:
parent
c7a3dce95f
commit
29a0686de8
2 changed files with 3 additions and 4 deletions
|
@ -30,7 +30,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "0.9.0",
|
"async": "3.2.0",
|
||||||
"async-stacktrace": "0.0.2",
|
"async-stacktrace": "0.0.2",
|
||||||
"channels": "0.0.4",
|
"channels": "0.0.4",
|
||||||
"cheerio": "0.20.0",
|
"cheerio": "0.20.0",
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
"socket.io": "2.1.1",
|
"socket.io": "2.1.1",
|
||||||
"swagger-node-express": "2.1.3",
|
"swagger-node-express": "2.1.3",
|
||||||
"tinycon": "0.0.1",
|
"tinycon": "0.0.1",
|
||||||
"ueberdb2": "0.4.0",
|
"ueberdb2": "^0.5.0",
|
||||||
"uglify-js": "2.6.2",
|
"uglify-js": "2.6.2",
|
||||||
"underscore": "1.8.3",
|
"underscore": "1.8.3",
|
||||||
"unorm": "1.4.1"
|
"unorm": "1.4.1"
|
||||||
|
@ -86,4 +86,3 @@
|
||||||
"version": "1.7.5",
|
"version": "1.7.5",
|
||||||
"license": "Apache-2.0"
|
"license": "Apache-2.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ describe('Responsiveness of Editor', function() {
|
||||||
helper.newPad(cb);
|
helper.newPad(cb);
|
||||||
this.timeout(6000);
|
this.timeout(6000);
|
||||||
});
|
});
|
||||||
xit('Fast response to keypress in pad with large amount of contents', function(done) {
|
it('Fast response to keypress in pad with large amount of contents', function(done) {
|
||||||
var inner$ = helper.padInner$;
|
var inner$ = helper.padInner$;
|
||||||
var chrome$ = helper.padChrome$;
|
var chrome$ = helper.padChrome$;
|
||||||
var chars = '0000000000'; // row of placeholder chars
|
var chars = '0000000000'; // row of placeholder chars
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue