Initial commit — Pokemon Doors Randomiser
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
export default function() {
|
||||
var callback = arguments[0];
|
||||
arguments[0] = this;
|
||||
callback.apply(null, arguments);
|
||||
return this;
|
||||
}
|
||||
Reference in New Issue
Block a user