fix da typo

This commit is contained in:
James B. Pollack 2016-03-30 14:16:10 -07:00
parent cad8d1ff17
commit 6bd00f3203

View file

@ -91,8 +91,7 @@
}
Entities.editEntity(_this.entityID, {
textures: JSON.stringify(data);
textures: JSON.stringify(data)
});
},