mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +00:00
Changed push to unshift to make extension version and type appear first
This commit is contained in:
parent
81ed9ad3f8
commit
6ab31019ff
@ -93,7 +93,7 @@ export class ExtensionManager {
|
||||
}
|
||||
: {};
|
||||
|
||||
results.push(extensionInfos);
|
||||
results.unshift(extensionInfos);
|
||||
|
||||
return Object.assign({}, ...results);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user