Initial commit — Pokemon Doors Randomiser
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import {selection} from "d3-selection";
|
||||
|
||||
var Selection = selection.prototype.constructor;
|
||||
|
||||
export default function() {
|
||||
return new Selection(this._groups, this._parents);
|
||||
}
|
||||
Reference in New Issue
Block a user