2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-21 13:24:11 +03:00

added semicolon

This commit is contained in:
Thomas Reggi
2016-05-13 15:37:05 -04:00
parent 7548f2f79d
commit 5a20edeb0c
+1 -1
View File
@@ -78,7 +78,7 @@ Axios.prototype.request = function request(config) {
var defaultInstance = new Axios(defaults);
var axios = module.exports = bind(Axios.prototype.request, defaultInstance);
module.exports.Axios = Axios
module.exports.Axios = Axios;
// Expose properties from defaultInstance
axios.defaults = defaultInstance.defaults;