Docs: Fix parameter sequence in Matrix constructor.

Closes #1273
This commit is contained in:
Jürg Lehni 2017-03-10 15:52:19 +01:00
parent 5dafc67278
commit 69fb23d2ed

View file

@ -52,8 +52,8 @@ var Matrix = Base.extend(/** @lends Matrix# */{
*
* @name Matrix#initialize
* @param {Number} a the a property of the transform
* @param {Number} c the c property of the transform
* @param {Number} b the b property of the transform
* @param {Number} c the c property of the transform
* @param {Number} d the d property of the transform
* @param {Number} tx the tx property of the transform
* @param {Number} ty the ty property of the transform