Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/xeokit/xeokit-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Mar 9, 2019
2 parents 60e6954 + 3e40b75 commit c182bbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/BIMServerLoaderPlugin/lib/request.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @private
*/
const request = {
const Request = {
Make: function make(args) {
return new Promise(function (resolve, reject) {
var xhr = new XMLHttpRequest();
Expand All @@ -21,4 +21,4 @@ const request = {
}
};

export {request};
export {Request};

0 comments on commit c182bbf

Please sign in to comment.