Skip to content

Commit

Permalink
albhabetically ordered
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Balestra committed Sep 11, 2017
1 parent 8a800e8 commit 1166880
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/registry/routes/component-preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ function componentPreview(err, req, res, component, templates) {
component: component,
dependencies: _.keys(component.dependencies),
href: res.conf.baseUrl,
liveReload,
qs: urlBuilder.queryString(req.query),
templates,
liveReload
templates
});
} else {
res.status(200).json(
Expand Down

0 comments on commit 1166880

Please sign in to comment.