annotorious / annotorious-v1

Project has moved to http://github.com/annotorious/annotorious
https://annotorious.com
MIT License
593 stars 142 forks source link

identify any type of openseadragon viewer #159

Closed nicolasfranck closed 8 years ago

rsimon commented 8 years ago

Many thanks!

humblepie commented 7 years ago

Hi, I'm having an issue using openseadragon after building from source.

I built the source code using:

java -jar plovr/plovr.jar build standalone.json > annotorious.min.js

I am now getting the following error: Right-hand side of 'instanceof' is not an object

Google Closure has obfuscated the OpenSeaDragon.Viewer. It appears like this in the minified code: {return a instanceof OpenSeadragon.oe};

Do I need to tweak something during the build so Google Closure compiles this correctly?