Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #106 from meghanlarson/master
Browse files Browse the repository at this point in the history
Add headers
  • Loading branch information
meghanlarson committed Jan 27, 2015
2 parents 08b911b + a76995e commit 6e5b2f5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,7 @@ define([
break;
}
options.url = api + options.url;
options.crossDomain = {
crossDomain: true
};
options.async = {
async: true
}
options.crossDomain = true;
});
// Pass in our Router module and call it's initialize function
app.router = Router.initialize();
Expand Down

0 comments on commit 6e5b2f5

Please sign in to comment.