Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Isao Yagi committed Jun 8, 2012
1 parent 48f4250 commit 8983945
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/lib/app/autoload/rest.common.js
Expand Up @@ -66,8 +66,7 @@ YUI.add('mojito-rest-lib', function(Y, NAME) {
if (params) {
if (Y.Lang.isObject(params)) {
ioConfig.data = Y.QueryString.stringify(params);
}
else if (Y.Lang.isString(params)) {
} else if (Y.Lang.isString(params)) {
ioConfig.data = params;
}
}
Expand Down

0 comments on commit 8983945

Please sign in to comment.