Merge pull request #961 from fsih/returnCostumes

Temporarily return real costumes array. GUI currently relies on this behavior somewhere
This commit is contained in:
DD Liu 2018-03-05 12:02:41 -05:00 committed by GitHub
commit 02c6002bb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@ class Sprite {
* addCostumeAt, deleteCostumeAt, or setting costumes.
*/
get costumes () {
return this.costumes_.slice(0);
return this.costumes_;
}
/**