snapapps / edgy

a visual programming language inspired by Scratch
http://snapapps.github.io/
GNU Affero General Public License v3.0
51 stars 21 forks source link

Define `myself` at the correct location when deserializing collections #440

Closed cyderize closed 7 years ago

cyderize commented 7 years ago

Moves the line defining myself to before it is used in the switch statement for loading dictionaries and priority queues.

Fixes an issue with loading priority queues.