mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-05 12:16:45 +02:00
Fixed the easysync test
This commit is contained in:
parent
324e4a0528
commit
e44b41f4a3
@ -20,8 +20,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
var Changeset = require('./Changeset');
|
||||
var AttributePoolFactory = require("./AttributePoolFactory");
|
||||
var Changeset = require('./utils/Changeset');
|
||||
var AttributePoolFactory = require("./utils/AttributePoolFactory");
|
||||
|
||||
function random() {
|
||||
this.nextInt = function (maxValue) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user