Skip to content

Commit

Permalink
reorder plugins (non breaking)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Lasky committed Mar 18, 2016
1 parent 86f574a commit bcbdb53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/js/sync.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
return [
new AjaxCSRFPlugin({}, "csrf"),
new AjaxBusterPlugin({}, "buster"),
new AjaxAPIPlugin({}, "api"),
new AjaxPagePlugin({}, "page"),
new AjaxAPIPlugin({}, "api"),
];
}

Expand Down

0 comments on commit bcbdb53

Please sign in to comment.