mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-15 06:44:10 +02:00
Removed "this." from mixin
This commit is contained in:
parent
fb7745af85
commit
a669d13c42
1 changed files with 1 additions and 1 deletions
|
@ -2052,7 +2052,7 @@ namespace System
|
||||||
count++;
|
count++;
|
||||||
var stringArr = scope:mixin StringView[count];
|
var stringArr = scope:mixin StringView[count];
|
||||||
int idx = 0;
|
int idx = 0;
|
||||||
for (var strView in this.Split(splitChar))
|
for (var strView in Split(splitChar))
|
||||||
stringArr[idx++] = strView;
|
stringArr[idx++] = strView;
|
||||||
stringArr
|
stringArr
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue