Skip to content

Commit

Permalink
util: code style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Edmands committed Nov 30, 2013
1 parent 2127525 commit 76ac685
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/chai/utils/addChainableMethod.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ module.exports = addChainableMethod = function (ctx, name, method, chainingBehav
chainingBehavior = function () { };

var chainableBehavior = {
ctx: ctx,
method: method,
chainingBehavior: chainingBehavior
ctx: ctx
, method: method
, chainingBehavior: chainingBehavior
};

// save the methods so we can overwrite them later, if we need to.
Expand Down

0 comments on commit 76ac685

Please sign in to comment.