mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-17 15:54:07 +10:00
Dropped underscore functions in favour of UFCS
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//polyfill the remove function
|
||||
fn _remove(self, k) {
|
||||
fn remove(self, k) {
|
||||
var result = [];
|
||||
|
||||
for (var i = 0; i <= k - 1; i++) {
|
||||
|
||||
Reference in New Issue
Block a user