We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9db76df + b180b08 commit a15c706Copy full SHA for a15c706
lib/client.js
@@ -437,7 +437,7 @@
437
} else if (typeof exports !== 'undefined') {
438
exports.CrossStorageClient = CrossStorageClient;
439
} else if (typeof define === 'function' && define.amd) {
440
- define('CrossStorageClient', [], function() {
+ define([], function() {
441
return CrossStorageClient;
442
});
443
} else {
lib/hub.js
@@ -261,7 +261,7 @@
261
262
exports.CrossStorageHub = CrossStorageHub;
263
264
- define('CrossStorageHub', [], function() {
265
return CrossStorageHub;
266
267
0 commit comments