codefrau / SqueakJS

A Squeak Smalltalk VM in Javascript
https://squeak.js.org
MIT License
365 stars 75 forks source link

Typo in primitiveCopyObject... receiver and argument are swapped… #67

Closed ccrraaiigg closed 7 years ago

ccrraaiigg commented 7 years ago

…when doing the copy. I noticed this when I tried to "safely" remove a method from a method dictionary and it was still there. :)