summaryrefslogtreecommitdiff
path: root/lib/ot/index.js
diff options
context:
space:
mode:
authorWu Cheng-Han2015-07-11 12:43:08 +0800
committerWu Cheng-Han2015-07-11 12:43:08 +0800
commit556338a9c6964d110c1351a402b425c71c2571fa (patch)
treed5b6d2071e554e65c7bfaa4f2c84ddb034598e01 /lib/ot/index.js
parent4702b83adc35f384e214a2a6e9199d08e4494093 (diff)
Added support of operational transformation
Diffstat (limited to 'lib/ot/index.js')
-rw-r--r--lib/ot/index.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ot/index.js b/lib/ot/index.js
new file mode 100644
index 00000000..fcc94c11
--- /dev/null
+++ b/lib/ot/index.js
@@ -0,0 +1,8 @@
+exports.version = '0.0.15';
+
+exports.TextOperation = require('./text-operation');
+exports.SimpleTextOperation = require('./simple-text-operation');
+exports.Client = require('./client');
+exports.Server = require('./server');
+exports.Selection = require('./selection');
+exports.EditorSocketIOServer = require('./editor-socketio-server');