mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #6360 from nchen63/patch-4
Use actual generated d.ts from webcola project
This commit is contained in:
@@ -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({});
|
||||
}
|
||||
Vendored
+1086
-60
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user