Fix typo.

This commit is contained in:
Aiosa 2025-01-10 14:49:59 +01:00
parent ad943e5472
commit b1feb367b8

View File

@ -3028,7 +3028,7 @@ function OpenSeadragon( options ){
if (typeof define === 'function' && define.amd) {
// expose as amd module
define([], function () {
return OpenSeadragon;
return $;
});
} else if (typeof module === 'object' && module.exports) {
// expose as commonjs module