This commit is contained in:
Christopher Chedeau 2015-09-16 10:24:43 -07:00
Родитель e2841c05b4
Коммит fa042eda50
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -28,12 +28,6 @@ var TransformPropTypes = {
ReactPropTypes.shape({translateY: ReactPropTypes.number})
])
),
/*
* `transformMatrix` accepts a 4x4 matrix expressed as a row-major ordered
* array. This property is DEPRECATED and cannot be used simultaneously with
* the `transform` property.
*/
transformMatrix: ReactPropTypes.arrayOf(ReactPropTypes.number),
// DEPRECATED