Skip to content

Commit

Permalink
minor JSHint warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsweet committed Dec 23, 2012
1 parent 9e1737f commit ea2c61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/_transforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ var mth = exports.mth = {
* @param {Object} data matrix transform object
* @return {Object} transform object
*/
var matrixToTransform = exports.matrixToTransform = function(transform, params) {
exports.matrixToTransform = function(transform, params) {

var data = transform.data;

Expand Down

0 comments on commit ea2c61a

Please sign in to comment.