aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/Split.hx
diff options
context:
space:
mode:
authorAustin Riddell <53499821+aus-tin@users.noreply.github.com>2020-05-19 10:37:35 -0500
committerGitHub <noreply@github.com>2020-05-19 18:37:35 +0300
commitd88e6d0f80211b2ace5595af9931b997eb4c6bc4 (patch)
tree12d9a63b404c1af3e6cec9a6c19d91d55473c81f /src/client/Split.hx
parent9168f9d5a8a6333e45309fdeabb2f71a368a5fce (diff)
Major frontend redesign (#5)
* Major frontend redesign * Some improvements Co-authored-by: RblSb <msrblsb@gmail.com>
Diffstat (limited to 'src/client/Split.hx')
-rw-r--r--src/client/Split.hx7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/client/Split.hx b/src/client/Split.hx
index 338b96f..66055d0 100644
--- a/src/client/Split.hx
+++ b/src/client/Split.hx
@@ -2,9 +2,6 @@ package client;
@:native("Split")
extern class Split {
- function new(divs:Array<String>, opts:Dynamic):Void;
- function getSizes():Array<Int>;
- function setSizes(sizes:Array<Int>):Void;
- function collapse(index:Int):Void;
- function destroy(?preserveStyles:Bool = false, ?preserveGutters:Bool = false):Void;
+ function new(options:Any):Void;
+ function destroy(?immediate:Bool = true):Void;
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage