Skip to content

Commit

Permalink
New browser build
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Kelleher committed Nov 5, 2018
1 parent 1eca73d commit aef4307
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion dist/giphy-api.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ GiphyAPI.prototype = {
path: API_BASE_PATH + options.api + endpoint + query
},
timeout: this.timeout,
fmt: options.query && options.query.fmt
fmt: options.query && options.query.fmt,
https: this.https
};

var makeRequest = function (resolve, reject) {
Expand Down Expand Up @@ -268,6 +269,10 @@ module.exports = function (apiKey, options) {
},{"./util/http":2,"./util/queryStringify":3}],2:[function(require,module,exports){
/* globals XMLHttpRequest */

exports.create = function () {
return this;
};

/**
* Browser based GET request
* @param options {Object}
Expand Down
2 changes: 1 addition & 1 deletion dist/giphy-api.bundle.min.js

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

0 comments on commit aef4307

Please sign in to comment.