Skip to content

Commit

Permalink
[geometry] Include all attributes in DOMMatrixReadOnly JSON serializa…
Browse files Browse the repository at this point in the history
  • Loading branch information
zcorpan committed Jan 20, 2016
1 parent 75c3961 commit 7b5664a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geometry/Overview.bs
Expand Up @@ -474,7 +474,7 @@ interface DOMMatrixReadOnly {
Float32Array toFloat32Array();
Float64Array toFloat64Array();
stringifier;
serializer = [ m11, m12, m13, m14, m21, m22, m23, m24, m31, m32, m33, m34, m41, m42, m43, m44 ];
serializer = { attribute };
};

[Constructor(sequence<unrestricted double> numberSequence),
Expand Down

0 comments on commit 7b5664a

Please sign in to comment.