From 31bf3ffa703e5f3e6d8938dc1c9e7a7c60dbeb96 Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Tue, 31 May 2011 14:25:24 +0200 Subject: [PATCH] Matrix: add param tags to #applyToContext documentation. --- src/basic/Matrix.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/basic/Matrix.js b/src/basic/Matrix.js index b0d5aa95..f9d3994c 100644 --- a/src/basic/Matrix.js +++ b/src/basic/Matrix.js @@ -489,6 +489,9 @@ var Matrix = this.Matrix = Base.extend({ /** * Applies this matrix to the specified Canvas Context. + * + * @param {CanvasRenderingContext2D} ctx + * @param {Boolean} [reset=false] */ applyToContext: function(ctx, reset) { ctx[reset ? 'setTransform' : 'transform'](