Skip to content

Commit

Permalink
小问题
Browse files Browse the repository at this point in the history
  • Loading branch information
leizongmin committed Jan 13, 2012
1 parent cb05964 commit 0e6548c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ User.prototype.api = function (method, apiname, params) {
nparams[i] = _params[i];
_params = nparams;
}
console.log(_params);
// console.log(_params);
self[method.toLowerCase()](apiname, _params, callback);
}
}
Expand Down

0 comments on commit 0e6548c

Please sign in to comment.