aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/Utils.hx
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/Utils.hx')
-rw-r--r--src/client/Utils.hx5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/client/Utils.hx b/src/client/Utils.hx
index 717d64f..4d85697 100644
--- a/src/client/Utils.hx
+++ b/src/client/Utils.hx
@@ -54,11 +54,6 @@ class Utils {
+ Std.parseFloat(style.marginBottom));
}
- public static function prepend(parent:Element, child:Element):Void {
- if (parent.firstChild == null) parent.appendChild(child);
- else parent.insertBefore(child, parent.firstChild);
- }
-
public static function insertAtIndex(parent:Element, child:Element, i:Int) {
if (i >= parent.children.length) parent.appendChild(child);
else parent.insertBefore(child, parent.children[i]);
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage