Skip to content
Snippets Groups Projects
Commit f62ff0a2 authored by sjhuang26's avatar sjhuang26
Browse files

Un-reformat the keys

parent bb17aecf
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ export default function (vm) {
const backdropsMenu = function () {
if (vm.runtime.targets[0] && vm.runtime.targets[0].sprite.costumes.length > 0) {
return vm.runtime.targets[0].sprite.costumes.map(costume => [costume.name, costume.name])
.concat([['next backdrop', '_nextBackdrop_'], ['previous backdrop', '_prevBackdrop_']]);
.concat([['next backdrop', 'next backdrop'], ['previous backdrop', 'previous backdrop']]);
}
return [['', '']];
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment