mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-29 19:29:51 +02:00
add deleted object.assign back
This commit is contained in:
@@ -204,7 +204,7 @@ $(document).ready(function(){
|
|||||||
|
|
||||||
}
|
}
|
||||||
// Can add custom routing if necessary but currently both routes are identical
|
// 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
|
// custom routing here
|
||||||
// example: "24": ["seedminer", "multiple-options", "installing-boot9strap-(pichaxx)", "finalizing-setup"],
|
// example: "24": ["seedminer", "multiple-options", "installing-boot9strap-(pichaxx)", "finalizing-setup"],
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user