Use actual generated d.ts from webcola project (project is written in typescript)

This commit is contained in:
Noah Chen
2015-10-19 19:21:09 -04:00
parent af5b8275d1
commit be2624f3f9
2 changed files with 1086 additions and 91 deletions
-31
View File
@@ -1,31 +0,0 @@
/// <reference path="webcola.d.ts"/>
module WebColaTests {
var adaptor = new cola.adaptor({
trigger: function() {
},
kick: function() {
},
on: function() {
},
drag: function() {
}
});
adaptor
.size([100, 100])
.avoidOverlaps(true)
.nodes({})
.links({})
.handleDisconnected(true)
.convergenceThreshold(0.001)
.constraints({})
.linkDistance(100)
.flowLayout('y', 0);
adaptor.start(1, 2, 3);
adaptor.stop();
adaptor.resume();
cola.colaDragstart({});
cola.colaDragend({});
}
+1086 -60
View File
File diff suppressed because it is too large Load Diff