1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-28 18:59:50 +02:00

add deleted object.assign back

This commit is contained in:
RandalHoffman
2021-02-21 23:05:41 -08:00
parent c568bf2ef2
commit a117b7f662

View File

@@ -204,7 +204,7 @@ $(document).ready(function(){
}
// Can add custom routing if necessary but currently both routes are identical
var device_old = ({}, device_common,{
var device_old = Object.assign({}, device_common,{
// custom routing here
// example: "24": ["seedminer", "multiple-options", "installing-boot9strap-(pichaxx)", "finalizing-setup"],
});