mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-03-14 04:56:19 +03:00
Fix typo.
This commit is contained in:
parent
ad943e5472
commit
b1feb367b8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user