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.
1 parent 9db76df commit b180b08Copy full SHA for b180b08
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