mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Merge pull request #3620 from qinfchen/autoRescale
Change sigmajs autoRescale type to "any"
This commit is contained in:
Vendored
+1
-1
@@ -246,7 +246,7 @@ declare module SigmaJs{
|
||||
|
||||
// Global settings
|
||||
autoResize?: boolean;
|
||||
autoRescale?: boolean;
|
||||
autoRescale?: any;
|
||||
enableCamera?: boolean;
|
||||
enableHovering?: boolean;
|
||||
enableEdgeHovering?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user