Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
a.v.kuzmenko committed Oct 9, 2023
1 parent 8379cd8 commit 3fd1c88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion std/js/_std/Type.hx
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ enum ValueType {
#else
if (a._hx_index != b._hx_index)
return false;
var enm = $hxEnums[e];
var aparams:Array<Any> = a.__params__();
var bparams:Array<Any> = b.__params__();
for (i in 0...aparams.length) {
Expand Down

0 comments on commit 3fd1c88

Please sign in to comment.