Browse Source

[std] keep reference to List for now

Simon Krajewski 8 years ago
parent
commit
1d74a914f3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      std/List.hx

+ 1 - 0
std/List.hx

@@ -0,0 +1 @@
+typedef List<T> = haxe.ds.List<T>;