Skip to content

Commit

Permalink
delinting
Browse files Browse the repository at this point in the history
  • Loading branch information
caridy committed Dec 12, 2012
1 parent eaea7a1 commit 45f0095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/app/addons/ac/url.common.js
Expand Up @@ -53,11 +53,11 @@ YUI.add('mojito-url-addon', function(Y, NAME) {
query = base + '.' + action;

params = (typeof routeParams === 'string' ? Y.QueryString.parse(routeParams) :
Y.merge(routeParams || {}));
Y.merge(routeParams || {}));

if (urlParams) {
urlParams = (typeof urlParams === 'string' ? Y.QueryString.parse(urlParams) :
urlParams);
urlParams);

// adding querystring params to routeParams and let
// the url maker to create the proper url. Empty params
Expand Down

0 comments on commit 45f0095

Please sign in to comment.