Update webcola.d.ts

This commit is contained in:
Noah Chen
2015-10-21 23:54:42 -04:00
parent be2624f3f9
commit bc9fc1f776
+1 -1
View File
@@ -1,6 +1,6 @@
// Type definitions for webcola 3.1.1
// Project: https://github.com/tgdwyer/WebCola
// Definitions by: Noah Chen <https://github.com/nchen63>
// Definitions by: Qinfeng Chen <https://github.com/qinfchen>, Tim Dwyer <https://github.com/tgdwyer>, Noah Chen <https://github.com/nchen63>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module cola {
function applyPacking(graphs: Array<any>, w: any, h: any, node_size: any, desired_ratio?: number): void;