Ensures that text style properties are copied by value, not by reference (#4385)
* Ensures that text style properties are copied by value, not by reference
Fixes an issue where

* removed duplicate code

* Reduce loop over object properties to within deepCopyProperties
1 parent 855d7aa commit 609e17c2cd6a8a054da86feab06a01a21758d889
@Dave Moore Dave Moore authored on 30 Oct 2017
Matt Karl committed on 30 Oct 2017
Showing 2 changed files
View
src/core/text/TextStyle.js
View
test/core/TextStyle.js