Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jkintscher committed Jan 27, 2016
1 parent 306cba0 commit ab365ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions dist/ti-auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ var _authentication = require('./authentication');

var _authentication2 = _interopRequireDefault(_authentication);

var host = 'http://portal.travel-intelligence.dev';

function request(method, url, success, error) {
var xhr = new XMLHttpRequest();
xhr.open(method, host + url, true);
xhr.open(method, url, true);
xhr.onreadystatechange = handler;
xhr.responseType = 'json';
xhr.setRequestHeader('Accept', 'application/json');
Expand Down
2 changes: 1 addition & 1 deletion dist/ti-auth.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ab365ab

Please sign in to comment.